1. 8648fcd make-release: Record SeaBIOS version by Andreas Färber · 11 years ago
  2. 1ed27a1 scripts/qemu-binfmt-conf.sh: Add AArch64 registration by Peter Maydell · 11 years ago pull-target-arm-20140317
  3. 379e21c scripts/make-release: Don't distribute .git directories by Cole Robinson · 11 years ago
  4. 5d371f4 qapi script: do not add "_" for every capitalized char in enum by Wenchao Xia · 11 years ago
  5. 5223070 qapi script: do not allow string discriminator by Wenchao Xia · 11 years ago
  6. bceae76 qapi script: support enum type as discriminator in union by Wenchao Xia · 11 years ago
  7. b0b5819 qapi script: use same function to generate enum string by Wenchao Xia · 11 years ago
  8. 6299659 qapi script: code move for generate_enum_name() by Wenchao Xia · 11 years ago
  9. b86b05e qapi script: check correctness of union by Wenchao Xia · 11 years ago
  10. 515b943 qapi script: remember line number in schema parsing by Wenchao Xia · 11 years ago
  11. 4b35991 qapi script: add check for duplicated key by Wenchao Xia · 11 years ago
  12. dad1fca qapi script: remember explicitly defined enum values by Wenchao Xia · 11 years ago
  13. 949ceeb qapi: Clean up null checking in generated visitors by Markus Armbruster · 11 years ago
  14. 56bed41 qapi: Drop unused code in qapi-commands.py by Markus Armbruster · 11 years ago
  15. a105acb qapi: Drop nonsensical header guard in generated qapi-visit.c by Markus Armbruster · 11 years ago
  16. 678e48a qapi: Fix licensing of scripts by Markus Armbruster · 11 years ago
  17. 4864512 qmp: Check for returned data from __json_read in get_events by Fam Zheng · 11 years ago
  18. cd159d0 QMP: Allow dot separated dict path arguments in qmp-shell by Fam Zheng · 11 years ago
  19. 6dedf05 Merge remote-tracking branch 'remotes/bonzini/configure' into staging by Peter Maydell · 11 years ago
  20. 7a87a7b Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging by Peter Maydell · 11 years ago
  21. e26110c module: implement module loading by Fam Zheng · 11 years ago
  22. 4c0c9bb Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging by Peter Maydell · 11 years ago
  23. 9530570 Modified the tracetool framework for LTTng 2.x by Mohamad Gebai · 12 years ago
  24. ff9ec34 QMP: allow JSON dict arguments in qmp-shell by Stefan Hajnoczi · 12 years ago
  25. a63e5e0 misc: Fix case Qemu -> QEMU by Stefan Weil · 12 years ago
  26. 89e4a51 Merge remote-tracking branch 'stefanha/tags/tracing-pull-request' into staging by Peter Maydell · 12 years ago
  27. 736ec16 trace: fix simple trace "disable" keyword by Stefan Hajnoczi · 12 years ago
  28. b618c28 trace: [simple] Do not include "trace/simple.h" in generated tracer headers by Lluís Vilanova · 12 years ago
  29. 9dd6cab configure: add CONFIG_IASL to config-host.h by Marcel Apfelbaum · 12 years ago
  30. 3e16d14 Python-lang gdb script to extract x86_64 guest vmcore from qemu coredump by Laszlo Ersek · 12 years ago
  31. 8592a54 qapi: Add "errno" to the list of polluted words by Max Reitz · 12 years ago
  32. 7b75d9d Adjust qapi-visit for python-2.4.3 by Richard Henderson · 12 years ago
  33. b0eb759 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 12 years ago
  34. a31a864 acpi: add rules to compile ASL source by Michael S. Tsirkin · 12 years ago
  35. 74523b8 i386: add ACPI table files from seabios by Michael S. Tsirkin · 12 years ago
  36. 8593898 Use qemu-project.org domain name by Stefan Hajnoczi · 12 years ago
  37. 622f557 qapi-types/visit.py: Inheritance for structs by Kevin Wolf · 12 years ago
  38. 14d3630 qapi-types/visit.py: Pass whole expr dict for structs by Kevin Wolf · 12 years ago
  39. 93a2b3c roms: rewrite scripts/refresh-pxe-roms.sh by Gerd Hoffmann · 12 years ago
  40. 22f3946 QMP: add scripts/qmp by Luiz Capitulino · 12 years ago
  41. 6f52e51 Merge remote-tracking branch 'luiz/queue/qmp' into staging by Anthony Liguori · 12 years ago
  42. 02dc4bf qapi-types.py: Fix enum struct sizes on i686 by Cole Robinson · 12 years ago
  43. 2448274 Add a script to extract VSS SDK headers on POSIX system by Tomoki Sekiyama · 12 years ago
  44. 69d5d21 checkpatch.pl: Check .cpp files by Tomoki Sekiyama · 12 years ago
  45. 6f88009 Add c++ keywords to QAPI helper script by Tomoki Sekiyama · 12 years ago
  46. 0153703 qapi-types.py: Split off generate_struct_fields() by Kevin Wolf · 12 years ago
  47. f7ad538 Merge remote-tracking branch 'stefanha/block' into staging by Anthony Liguori · 12 years ago
  48. 42eed42 disas-objdump: Pass --adjust-vma to objdump by Richard Henderson · 12 years ago
  49. 8dc6d24 disas: Add disas-objdump.pl by Richard Henderson · 12 years ago
  50. fe10ab5 aio / timers: Add scripts/switch-timer-api by Alex Bligh · 12 years ago
  51. 21e0043 scripts/qapi.py: Avoid syntax not supported by Python 2.4 by Peter Maydell · 12 years ago
  52. f1a145e qapi.py: Permit comments starting anywhere on the line by Markus Armbruster · 12 years ago
  53. 28b8bd4 qapi.py: Rename expr_eval to expr in parse_schema() by Markus Armbruster · 12 years ago
  54. 5f3cd2b qapi.py: Fix diagnosing non-objects at a schema's top-level by Markus Armbruster · 12 years ago
  55. 6974ccd qapi.py: Fix schema parser to check syntax systematically by Markus Armbruster · 12 years ago
  56. 9213aa5 qapi.py: Reject invalid characters in schema file by Markus Armbruster · 12 years ago
  57. 2caba36 qapi.py: Decent syntax error reporting by Markus Armbruster · 12 years ago
  58. c7a3f25 qapi.py: Restructure lexer and parser by Markus Armbruster · 12 years ago
  59. 69dd62d qapi: Anonymous unions by Kevin Wolf · 12 years ago
  60. ea66c6d qapi.py: Maintain a list of union types by Kevin Wolf · 12 years ago
  61. 50f2bdc qapi: Flat unions with arbitrary discriminator by Kevin Wolf · 12 years ago
  62. 0aef92b qapi-visit.py: Implement 'base' for unions by Kevin Wolf · 12 years ago
  63. d131c89 qapi-visit.py: Split off generate_visit_struct_fields() by Kevin Wolf · 12 years ago
  64. e2503f5 qapi-types.py: Implement 'base' for unions by Kevin Wolf · 12 years ago
  65. 90c66f5 Merge remote-tracking branch 'stefanha/tracing' into staging by Anthony Liguori · 12 years ago
  66. f0c03c8 cleanup-trace-events.pl: New by Markus Armbruster · 12 years ago
  67. 8f91ad8 qapi: qapi-commands: fix possible leaks on visitor dealloc by Luiz Capitulino · 12 years ago
  68. b35284e qapi.py: Allow top-level type reference for command definitions by Kevin Wolf · 12 years ago
  69. bd9927f qapi.py: Avoid code duplication by Kevin Wolf · 12 years ago
  70. 2e59915 main: use TARGET_ARCH only for the target-specific #define by Paolo Bonzini · 12 years ago
  71. b9a7b74 build: do not use TARGET_ARCH by Paolo Bonzini · 12 years ago
  72. c1799a8 build: rename TARGET_ARCH2 to TARGET_NAME by Paolo Bonzini · 12 years ago
  73. b64ec4e block: add block driver read only whitelist by Fam Zheng · 12 years ago
  74. a678e26 qapi: pad GenericList value fields to 64 bits by Michael Roth · 12 years ago
  75. 7c946bc qapi: qapi-visit.py, native list support by Michael Roth · 12 years ago
  76. c664aef qapi: qapi-visit.py, fix list handling for union types by Michael Roth · 12 years ago
  77. c0afa9c qapi: qapi-types.py, native list support by Michael Roth · 12 years ago
  78. 781e954 trace: Add ftrace tracing backend by Eiichi Tsukata · 12 years ago
  79. 007e986 vmxcap: Update according to SDM of January 2013 by Jan Kiszka · 12 years ago
  80. 614413f vmxcap: Report APIC register emulation and RDTSCP control by Jan Kiszka · 12 years ago
  81. ea4ee28 vmxcap: Augment reported information by Jan Kiszka · 12 years ago
  82. f505a4d vmxcap: Open MSR file in unbuffered mode by Jan Kiszka · 12 years ago
  83. c6f18b9 trace: [stderr] Port to generic event information and new control interface by Lluís Vilanova · 12 years ago
  84. 60481e2 trace: [simple] Port to generic event information and new control interface by Lluís Vilanova · 12 years ago
  85. 45be2f5 trace: Provide a generic tracing event descriptor by Lluís Vilanova · 12 years ago
  86. 93fba16 trace: [tracetool] Explicitly identify public backends by Lluís Vilanova · 12 years ago
  87. 8807080 make_device_config.sh: Emit dependency file to directory where included by Andreas Färber · 12 years ago
  88. 1b30481 Revert "make_device_config.sh: Fix target path in generated dependency file" by Andreas Färber · 12 years ago
  89. f4ece40 fix scripts/make_device_config.sh by Gerd Hoffmann · 13 years ago
  90. 0893d46 Merge remote-tracking branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 13 years ago
  91. 23bf49b make_device_config.sh: Fix target path in generated dependency file by Andreas Färber · 13 years ago
  92. f9e90c7 vmxcap: bit 9 of VMX_PROCBASED_CTLS2 is 'virtual interrupt delivery' by Marcelo Tosatti · 13 years ago
  93. 02e079c Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agraf by Blue Swirl · 13 years ago
  94. 96610da qemu-ga: sample fsfreeze hooks by Tomoki Sekiyama · 13 years ago
  95. d56af00 powerpc: linux header sync script includes epapr_hcalls.h by Bharat Bhushan · 13 years ago
  96. eac236e build: Use separate makefile for "trace/" by Lluís Vilanova · 13 years ago
  97. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 13 years ago
  98. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 13 years ago
  99. 7b1b5d1 qapi: move include files to include/qobject/ by Paolo Bonzini · 13 years ago
  100. 4167c42 qapi: remove qapi/qapi-types-core.h by Paolo Bonzini · 13 years ago