1. 05 6月, 2012 4 次提交
  2. 01 5月, 2012 2 次提交
  3. 30 4月, 2012 4 次提交
  4. 25 4月, 2012 1 次提交
  5. 24 4月, 2012 3 次提交
  6. 20 4月, 2012 1 次提交
  7. 18 4月, 2012 1 次提交
    • L
      tracetool: Rewrite infrastructure as python modules · 650ab98d
      Lluís Vilanova 提交于
      The tracetool script is written in shell and has hit several portability
      problems due to shell quirks or external tools across host platforms.
      Additionally the amount of string processing and lack of real data
      structures makes it tough to implement code generator backends for
      tracers that are more complex.
      
      This patch replaces the shell version of tracetool with a Python
      version.  The new tracetool design is:
      
        scripts/tracetool.py - top-level script
        scripts/tracetool/backend/ - tracer backends live here (simple, ust)
        scripts/tracetool/format/  - output formats live here (.c, .h)
      
      There is common code for trace-events definition parsing so that
      backends can focus on generating code rather than parsing input.
      
      Support for all existing backends (nop, stderr, simple, ust,
      and dtrace) is added back in follow-up patches.
      
      [Commit description written by Stefan Hajnoczi]
      Signed-off-by: NLluís Vilanova <vilanova@ac.upc.edu>
      Signed-off-by: NStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
      650ab98d
  8. 16 4月, 2012 2 次提交
  9. 14 4月, 2012 2 次提交
  10. 13 4月, 2012 1 次提交
  11. 12 4月, 2012 1 次提交
  12. 10 4月, 2012 1 次提交
  13. 07 4月, 2012 1 次提交
  14. 04 4月, 2012 1 次提交
  15. 30 3月, 2012 2 次提交
  16. 29 3月, 2012 1 次提交
  17. 25 3月, 2012 4 次提交
  18. 19 3月, 2012 1 次提交
  19. 18 3月, 2012 2 次提交
  20. 14 3月, 2012 1 次提交
  21. 13 3月, 2012 1 次提交
    • G
      usb: the big rename · f1ae32a1
      Gerd Hoffmann 提交于
      Reorganize usb source files.  Create a new hw/usb/ directory and move
      all usb source code to that place.  Also make filenames a bit more
      descriptive.  Host adapters are prefixed with "hch-" now, usb device
      emulations are prefixed with "dev-".  Fixup paths Makefile and include
      paths to make it compile.  No code changes.
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      f1ae32a1
  22. 07 3月, 2012 3 次提交