1. b60a772 Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging by Peter Maydell · 11 years ago
  2. cee2ded qapi: add visit_start_union and visit_end_union by Michael Roth · 11 years ago
  3. c5d1e2c vmxcap: Update according to SDM of September 2014 by Adrian-Ken Rueegsegger · 11 years ago
  4. 931f53e scripts/tracetool: don't barf on formats with precision by Alex Bennée · 11 years ago
  5. 88ed34f cleanup-trace-events.pl: Tighten search for trace event call by Markus Armbruster · 11 years ago
  6. f9bbba9 trace: tighten up trace-events regex to fix bad parse by Stefan Hajnoczi · 11 years ago
  7. 2321442 trace: [ust] Fix format string computation in tcg-enabled events by Lluís Vilanova · 11 years ago
  8. e775ba7 qapi: Allow enums in anonymous unions by Max Reitz · 11 years ago
  9. 7d2ff42 scripts: Remove scripts/qtest by Fam Zheng · 11 years ago
  10. 38a01e5 Merge remote-tracking branch 'remotes/kvm/tags/for-upstream' into staging by Peter Maydell · 11 years ago
  11. 73735f7 trace: avoid Python 2.5 all() in tracetool by Stefan Hajnoczi · 11 years ago
  12. 7ac9a9d qapi.py: avoid Python 2.5+ any() function by Stefan Hajnoczi · 11 years ago
  13. a6859de checkpatch.pl: adjust typedef definition to QEMU coding style by Paolo Bonzini · 11 years ago
  14. 41ef7b0 trace: teach lttng backend to use format strings by Alex Bennée · 11 years ago
  15. 465830f trace: [tcg] Generate TCG tracing routines by Lluís Vilanova · 11 years ago
  16. f465422 trace: [tcg] Define TCG tracing helper routine wrappers by Lluís Vilanova · 11 years ago
  17. 341ea69 trace: [tcg] Define TCG tracing helper routines by Lluís Vilanova · 11 years ago
  18. 707c8a9 trace: [tcg] Declare TCG tracing helper routines by Lluís Vilanova · 11 years ago
  19. b2b36c2 trace: [tcg] Add 'tcg' event property by Lluís Vilanova · 11 years ago
  20. b55835a trace: [tcg] Argument type transformation machinery by Lluís Vilanova · 11 years ago
  21. e6d6c4b trace: [tcg] Argument type transformation rules by Lluís Vilanova · 11 years ago
  22. 15327c3 simpletrace: add simpletrace.py --no-header option by Stefan Hajnoczi · 11 years ago
  23. 3f8b112 trace: add tracetool simpletrace_stap format by Stefan Hajnoczi · 11 years ago
  24. a76ccf3 trace: extract stap_escape() function for reuse by Stefan Hajnoczi · 11 years ago
  25. 32ce1b4 checker: ignore fields marked unused by Amit Shah · 11 years ago
  26. bb9c363 vmstate static checker: whitelist additions by Amit Shah · 11 years ago
  27. 79fe16c vmstate static checker: detect section renames by Amit Shah · 11 years ago
  28. d6f9c82 qapi script: clean up in scripts by Wenchao Xia · 11 years ago
  29. 513d80e Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140623' into staging by Peter Maydell · 11 years ago
  30. 426d1d0 vmstate-static-checker: script to validate vmstate changes by Amit Shah · 11 years ago
  31. 21cd70d qapi script: add event support by Wenchao Xia · 11 years ago
  32. 05dfb26 qapi: Suppress unwanted space between type and identifier by Amos Kong · 11 years ago
  33. 0d14eeb qapi: add const prefix to 'char *' insider c_type() by Amos Kong · 11 years ago
  34. 638ca8a qapi: fix coding style in parameters list by Amos Kong · 11 years ago
  35. 2872e19 linux-headers: include psci.h by Alexander Graf · 11 years ago
  36. 5b80827 trace: Multi-backend tracing by Lluís Vilanova · 11 years ago
  37. 80ff35c simpletrace: add support for trace record pid field by Stefan Hajnoczi · 11 years ago
  38. 9f0355b Merge remote-tracking branch 'remotes/kvm/uq/master' into staging by Peter Maydell · 11 years ago
  39. b763adf kvm_stat: allow choosing between tracepoints and old stats by Paolo Bonzini · 11 years ago
  40. fc13d93 qapi: zero-initialize all QMP command parameters by Michael Roth · 11 years ago
  41. 3478881 scripts/qapi.py: Avoid syntax not supported by Python 2.4 by Luiz Capitulino · 11 years ago
  42. 24fd848 qapi: skip redundant includes by Benoît Canet · 11 years ago
  43. 297a364 qapi: Replace uncommon use of the error API by the common one by Markus Armbruster · 11 years ago
  44. be3c771 qapi: Un-inline visit of implicit struct by Markus Armbruster · 11 years ago
  45. 192cca6 qapi-visit.py: Clean up a sloppy use of field prefix by Markus Armbruster · 11 years ago
  46. 4fa953f qapi: Clean up shadowing of parameters and locals in inner scopes by Markus Armbruster · 11 years ago
  47. 468866b qapi-visit.py: Clean up confusing push_indent() / pop_indent() use by Markus Armbruster · 11 years ago
  48. e2cd0f4 qapi: Replace start_optional()/end_optional() by optional() by Markus Armbruster · 11 years ago
  49. f9bee75 qapi: Normalize marshalling's visitor initialization and cleanup by Markus Armbruster · 11 years ago
  50. 06b4f00 Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging by Peter Maydell · 11 years ago
  51. a719a27 qapi: Add a primitive to include other files from a QAPI schema file by Lluís Vilanova · 11 years ago
  52. 33aaad5 qapi: Use an explicit input file by Lluís Vilanova · 11 years ago
  53. 1dad2ce trace: [tracetool] Minimize the amount of per-backend code by Lluís Vilanova · 11 years ago
  54. ef0bd3b trace: [simple] Bump up log version number by Lluís Vilanova · 11 years ago
  55. 30b572e trace: [tracetool] Change format docs to point to the generated file by Lluís Vilanova · 11 years ago
  56. b160d7f trace: [tracetool] Show list of frontends and backends sorted by name by Lluís Vilanova · 11 years ago
  57. 53158ad trace: [tracetool] Cosmetic changes by Lluís Vilanova · 11 years ago
  58. 9c24a52 trace: [tracetool] Spacing changes by Lluís Vilanova · 11 years ago
  59. ad7443e trace: [tracetool] Add methods 'Event.copy' and 'Arguments.copy' by Lluís Vilanova · 11 years ago
  60. 7d08f0d trace: [tracetool] Add method 'Event.api' to build event names by Lluís Vilanova · 11 years ago
  61. e40cdb0 scripts: add sample model file for Coverity Scan by Paolo Bonzini · 11 years ago
  62. 8648fcd make-release: Record SeaBIOS version by Andreas Färber · 11 years ago
  63. 1ed27a1 scripts/qemu-binfmt-conf.sh: Add AArch64 registration by Peter Maydell · 11 years ago
  64. 379e21c scripts/make-release: Don't distribute .git directories by Cole Robinson · 11 years ago
  65. 5d371f4 qapi script: do not add "_" for every capitalized char in enum by Wenchao Xia · 11 years ago
  66. 5223070 qapi script: do not allow string discriminator by Wenchao Xia · 11 years ago
  67. bceae76 qapi script: support enum type as discriminator in union by Wenchao Xia · 11 years ago
  68. b0b5819 qapi script: use same function to generate enum string by Wenchao Xia · 11 years ago
  69. 6299659 qapi script: code move for generate_enum_name() by Wenchao Xia · 11 years ago
  70. b86b05e qapi script: check correctness of union by Wenchao Xia · 11 years ago
  71. 515b943 qapi script: remember line number in schema parsing by Wenchao Xia · 11 years ago
  72. 4b35991 qapi script: add check for duplicated key by Wenchao Xia · 11 years ago
  73. dad1fca qapi script: remember explicitly defined enum values by Wenchao Xia · 11 years ago
  74. 949ceeb qapi: Clean up null checking in generated visitors by Markus Armbruster · 11 years ago
  75. 56bed41 qapi: Drop unused code in qapi-commands.py by Markus Armbruster · 11 years ago
  76. a105acb qapi: Drop nonsensical header guard in generated qapi-visit.c by Markus Armbruster · 11 years ago
  77. 678e48a qapi: Fix licensing of scripts by Markus Armbruster · 11 years ago
  78. 4864512 qmp: Check for returned data from __json_read in get_events by Fam Zheng · 11 years ago
  79. cd159d0 QMP: Allow dot separated dict path arguments in qmp-shell by Fam Zheng · 11 years ago
  80. 6dedf05 Merge remote-tracking branch 'remotes/bonzini/configure' into staging by Peter Maydell · 11 years ago
  81. 7a87a7b Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging by Peter Maydell · 11 years ago
  82. e26110c module: implement module loading by Fam Zheng · 11 years ago
  83. 4c0c9bb Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging by Peter Maydell · 11 years ago
  84. 9530570 Modified the tracetool framework for LTTng 2.x by Mohamad Gebai · 11 years ago
  85. ff9ec34 QMP: allow JSON dict arguments in qmp-shell by Stefan Hajnoczi · 11 years ago
  86. a63e5e0 misc: Fix case Qemu -> QEMU by Stefan Weil · 11 years ago
  87. 89e4a51 Merge remote-tracking branch 'stefanha/tags/tracing-pull-request' into staging by Peter Maydell · 11 years ago
  88. 736ec16 trace: fix simple trace "disable" keyword by Stefan Hajnoczi · 11 years ago
  89. b618c28 trace: [simple] Do not include "trace/simple.h" in generated tracer headers by Lluís Vilanova · 11 years ago
  90. 9dd6cab configure: add CONFIG_IASL to config-host.h by Marcel Apfelbaum · 11 years ago
  91. 3e16d14 Python-lang gdb script to extract x86_64 guest vmcore from qemu coredump by Laszlo Ersek · 11 years ago
  92. 8592a54 qapi: Add "errno" to the list of polluted words by Max Reitz · 11 years ago
  93. 7b75d9d Adjust qapi-visit for python-2.4.3 by Richard Henderson · 11 years ago
  94. b0eb759 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 11 years ago
  95. a31a864 acpi: add rules to compile ASL source by Michael S. Tsirkin · 12 years ago
  96. 74523b8 i386: add ACPI table files from seabios by Michael S. Tsirkin · 12 years ago
  97. 8593898 Use qemu-project.org domain name by Stefan Hajnoczi · 11 years ago
  98. 622f557 qapi-types/visit.py: Inheritance for structs by Kevin Wolf · 12 years ago
  99. 14d3630 qapi-types/visit.py: Pass whole expr dict for structs by Kevin Wolf · 12 years ago
  100. 93a2b3c roms: rewrite scripts/refresh-pxe-roms.sh by Gerd Hoffmann · 12 years ago