1. 1627a36 scripts/archive-source: include softfloat tests by Alex Bennée · 6 years ago
  2. ae560cc maint: Allow for EXAMPLES in texi2pod by Eric Blake · 6 years ago
  3. 9bd641b Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request' into staging by Peter Maydell · 6 years ago
  4. 49ebe9b scripts/replay-dump.py: fix utf-8 mangling by Alex Bennée · 6 years ago
  5. 0cabc8f qemu.py: Fix error message when qemu dies from signal by Eric Blake · 6 years ago
  6. 9ab5a24 scripts: Remove unused python imports by Philippe Mathieu-Daudé · 6 years ago
  7. 285cecd scripts/device-crash-test: Remove known crashes by Thomas Huth · 6 years ago
  8. 5a0e75f hw/misc/ivshmem: Remove deprecated "ivshmem" legacy device by Thomas Huth · 6 years ago
  9. 6afeb39 scripts: add script to convert multiline comments into 4-line format by Paolo Bonzini · 6 years ago
  10. 50db69a checkpatch: warn about qemu/queue.h head structs that are not typedef-ed by Paolo Bonzini · 6 years ago
  11. 7274f01 qemu/queue.h: reimplement QTAILQ without pointer-to-pointers by Paolo Bonzini · 6 years ago
  12. f95bb39 qemu/queue.h: remove Q_TAILQ_{HEAD,ENTRY} by Paolo Bonzini · 6 years ago
  13. 9df4331 test: replace gtester with a TAP driver by Paolo Bonzini · 6 years ago
  14. 1db4269 checkpatch: colorize output to terminal by Paolo Bonzini · 6 years ago
  15. c182b61 checkpatch: improve handling of multiple patches or files by Paolo Bonzini · 6 years ago
  16. fd9c0cf checkpatch: check Signed-off-by in --mailback mode by Paolo Bonzini · 6 years ago
  17. 1ff7ebf checkpatch: fix premature exit when no input or --mailback by Paolo Bonzini · 6 years ago
  18. ce1a1ae qapi: fix flat union on uncovered branches conditionals by Marc-André Lureau · 6 years ago
  19. b019f5e Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20181214' into staging by Peter Maydell · 6 years ago
  20. 81781be Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-12-13-v2' into staging by Peter Maydell · 6 years ago
  21. 8c06fbd scripts/checkpatch.pl: Enforce multiline comment syntax by Peter Maydell · 6 years ago
  22. 0f98c99 Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-12-12' into staging by Peter Maydell · 6 years ago
  23. 01ae9cc qapi: add condition to variants documentation by Marc-André Lureau · 6 years ago
  24. 8867bf0 qapi: add 'If:' condition to struct members documentation by Marc-André Lureau · 6 years ago
  25. a35c9bf qapi: add 'If:' condition to enum values documentation by Marc-André Lureau · 6 years ago
  26. 8ee06f6 qapi: Add #if conditions to generated code members by Marc-André Lureau · 6 years ago
  27. 3e270dc qapi: add 'if' to alternate members by Marc-André Lureau · 6 years ago
  28. a272428 qapi: add 'if' to union members by Marc-André Lureau · 6 years ago
  29. ccadd6b qapi: Add 'if' to implicit struct members by Marc-André Lureau · 6 years ago
  30. 87adbbf qapi: add a dictionary form for TYPE by Marc-André Lureau · 6 years ago
  31. 7bd2634 qapi-events: add 'if' condition to implicit event enum by Marc-André Lureau · 6 years ago
  32. 6cc32b0 qapi: add 'if' to enum members by Marc-André Lureau · 6 years ago
  33. ea738b2 qapi: add a dictionary form with 'name' key for enum members by Marc-André Lureau · 6 years ago
  34. 7e80d48 qapi: improve reporting of unknown or missing keys by Marc-André Lureau · 6 years ago
  35. 563bd35 qapi: factor out checking for keys by Marc-André Lureau · 6 years ago
  36. 1962bd3 qapi: change enum visitor and gen_enum* to take QAPISchemaMember by Marc-André Lureau · 6 years ago
  37. 9c2f56e qapi: Do not define enumeration value explicitly by Marc-André Lureau · 6 years ago
  38. 5751686 qapi: rename QAPISchemaEnumType.values to .members by Marc-André Lureau · 6 years ago
  39. 8fbc12f tracetool: Include thread id information in log backend by Fabiano Rosas · 6 years ago
  40. 78751ea Remove QEMU_ARTIFICIAL macro by Thomas Huth · 6 years ago
  41. f1e35ac checkpatch: g_test_message does not need a trailing newline by Paolo Bonzini · 6 years ago
  42. e8d81a6 qemu-iotests: convert `pwd` and $(pwd) to $PWD by Mao Zhongyi · 6 years ago
  43. 3fccd3f make-release: add skiboot .version file by Michael Roth · 6 years ago
  44. 86e6010 get_maintainer: use 'https://' instead of 'git://' by Stefan Hajnoczi · 6 years ago
  45. 7f13535 scripts/dump-guest-memory: Synchronize with guest_phys_blocks_region_add by Paolo Bonzini · 6 years ago
  46. ef30274 Merge remote-tracking branch 'remotes/rth/tags/pull-dt-20181031' into staging by Peter Maydell · 6 years ago
  47. 9fc22e4 Merge remote-tracking branch 'remotes/berrange/tags/misc-next-pull-request' into staging by Peter Maydell · 6 years ago
  48. 6699ae6 decodetree: Allow multiple input files by Richard Henderson · 6 years ago
  49. 3a7be55 decodetree: Remove "insn" argument from trans_* expanders by Richard Henderson · 6 years ago
  50. abd04f9 decodetree: Add !extern flag to argument sets by Richard Henderson · 6 years ago
  51. f517779 scripts: report on author emails that are mangled by the mailing list by Daniel P. Berrangé · 6 years ago
  52. e301e65 scripts/qemu.py: use a more consistent docstring style by Cleber Rosa · 6 years ago
  53. cbcdf1a scripts/decodetree.py: fix reference to attributes by Cleber Rosa · 6 years ago
  54. bf43b29 iotests: Explicitly bequeath FDs in Python by Max Reitz · 6 years ago
  55. 8eb5e67 iotests: Use Python byte strings where appropriate by Max Reitz · 6 years ago
  56. bb2e16e scripts/device-crash-test: Remove devices that are not user_creatable anymore by Thomas Huth · 6 years ago
  57. a2e002f Merge remote-tracking branch 'remotes/vivier2/tags/qemu-trivial-for-3.1-pull-request' into staging by Peter Maydell · 6 years ago
  58. a5a9862 scripts/qemu.py: remove trailing quotes on docstring by Cleber Rosa · 6 years ago
  59. b25ab55 scripts/decodetree.py: remove unused imports by Cleber Rosa · 6 years ago
  60. 67a52f3 tests/vm: Let kvm_available() work in cross environments by Philippe Mathieu-Daudé · 6 years ago
  61. b59b82e tests/vm: Extract the kvm_available() handy function by Philippe Mathieu-Daudé · 6 years ago
  62. 50beeb6 Use error_fatal to simplify obvious fatal errors (again) by Markus Armbruster · 6 years ago
  63. 4c9ab1e scripts: Remove check-qerror.sh by Alberto Garcia · 6 years ago
  64. 77f7c74 Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-10-17' into staging by Peter Maydell · 6 years ago
  65. aa2192b show-fixed-bugs.sh: Modern shell scripting (use $() instead of ``) by Mao Zhongyi · 6 years ago
  66. a436cd8 git-submodule.sh: Modern shell scripting (use $() instead of ``) by Mao Zhongyi · 6 years ago
  67. 934821e archive-source.sh: Modern shell scripting (use $() instead of ``) by Mao Zhongyi · 6 years ago
  68. 2ef297a coccinelle: new inplace-byteswaps.cocci to remove inplace-byteswapping calls by Peter Maydell · 6 years ago
  69. cd0c3da scripts/device-crash-test: Remove entries for serial devices by Thomas Huth · 6 years ago
  70. 8d0ea57 device-crash-test: No need for sys.path hack by Eduardo Habkost · 7 years ago
  71. 1ee5306 doc: replace x-root with rootdir for usb-mtp by Bandan · 6 years ago
  72. 8c64336 qapi: Add comments to aid debugging generated introspection by Eric Blake · 6 years ago
  73. 1aa806c qapi: Minor introspect.py cleanups by Eric Blake · 6 years ago
  74. 5f1450f qapi: Emit a blank line before dummy declaration by Markus Armbruster · 6 years ago
  75. 3ab7238 qapi: Drop qapi_event_send_FOO()'s Error ** argument by Peter Xu · 6 years ago
  76. bdd2d42 qapi: Fix build_params() for empty parameter list by Markus Armbruster · 6 years ago
  77. 7294e60 qemu-guest-agent: freeze-hook to ignore dpkg files as well by Christian Ehrhardt · 7 years ago
  78. 039d7c4 update-linux-headers.sh: add qemu_fw_cfg.h by Marc-André Lureau · 6 years ago
  79. 66e9d20 checkpatch: allow space in more places before a bracket by Heinrich Schuchardt · 7 years ago
  80. 1a5c63c checkpatch: fix filename detection when using -f by Paolo Bonzini · 6 years ago
  81. b8dbfc9 qemu-binfmt-conf.sh: add x86_64 target by Laurent Vivier · 6 years ago
  82. b736e25 qapi: Fix some pycodestyle-3 complaints by Markus Armbruster · 7 years ago
  83. fcfab75 qmp-shell: learn to send commands with quoted arguments by Marc-André Lureau · 7 years ago
  84. 25b1ef3 qapi: Make 'allow-oob' optional in SchemaInfoCommand by Markus Armbruster · 6 years ago
  85. 1f214ee qapi: Do not expose "allow-preconfig" in query-qmp-schema by Markus Armbruster · 6 years ago
  86. 43a4739 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 6 years ago
  87. e20122f checkpatch: handle token pasting better by Paolo Bonzini · 7 years ago
  88. cee3513 Merge remote-tracking branch 'remotes/stsquad/tags/pull-code-coverage-and-build-tweaks-050718-3' into staging by Peter Maydell · 6 years ago
  89. 0708e64 travis: add gcovr summary for GCOV build by Alex Bennée · 7 years ago
  90. 2b1f35b Revert "Makefile: Rename TARGET_DIRS to TARGET_LIST" by Alex Bennée · 7 years ago
  91. 19020d4 coverity-model: Fix replay_get_byte() by Markus Armbruster · 7 years ago
  92. 5dafaf4 Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-07-03' into staging by Peter Maydell · 6 years ago
  93. fe8d2d5 Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.0-pull-request' into staging by Peter Maydell · 7 years ago
  94. 901a34a qapi: add 'If:' section to generated documentation by Marc-André Lureau · 7 years ago
  95. 9f88c66 qapi-types: add #if conditions to types & visitors by Markus Armbruster · 7 years ago
  96. c3cd6aa qapi/events: add #if conditions to events by Marc-André Lureau · 7 years ago
  97. 1f7b9f3 qapi/commands: add #if conditions to commands by Marc-André Lureau · 7 years ago
  98. d626b6c qapi-introspect: add preprocessor conditions to generated QLit by Marc-André Lureau · 7 years ago
  99. 40bb137 qapi-introspect: modify to_qlit() to append ',' on level > 0 by Marc-André Lureau · 7 years ago
  100. ded9fc2 qapi: add #if/#endif helpers by Marc-André Lureau · 7 years ago