1. f1e35ac checkpatch: g_test_message does not need a trailing newline by Paolo Bonzini · 6 years ago
  2. e8d81a6 qemu-iotests: convert `pwd` and $(pwd) to $PWD by Mao Zhongyi · 6 years ago
  3. 3fccd3f make-release: add skiboot .version file by Michael Roth · 6 years ago
  4. 86e6010 get_maintainer: use 'https://' instead of 'git://' by Stefan Hajnoczi · 6 years ago
  5. 7f13535 scripts/dump-guest-memory: Synchronize with guest_phys_blocks_region_add by Paolo Bonzini · 6 years ago
  6. ef30274 Merge remote-tracking branch 'remotes/rth/tags/pull-dt-20181031' into staging by Peter Maydell · 6 years ago
  7. 9fc22e4 Merge remote-tracking branch 'remotes/berrange/tags/misc-next-pull-request' into staging by Peter Maydell · 6 years ago
  8. 6699ae6 decodetree: Allow multiple input files by Richard Henderson · 6 years ago
  9. 3a7be55 decodetree: Remove "insn" argument from trans_* expanders by Richard Henderson · 6 years ago
  10. abd04f9 decodetree: Add !extern flag to argument sets by Richard Henderson · 6 years ago
  11. f517779 scripts: report on author emails that are mangled by the mailing list by Daniel P. Berrangé · 6 years ago
  12. e301e65 scripts/qemu.py: use a more consistent docstring style by Cleber Rosa · 6 years ago
  13. cbcdf1a scripts/decodetree.py: fix reference to attributes by Cleber Rosa · 6 years ago
  14. bf43b29 iotests: Explicitly bequeath FDs in Python by Max Reitz · 6 years ago
  15. 8eb5e67 iotests: Use Python byte strings where appropriate by Max Reitz · 6 years ago
  16. bb2e16e scripts/device-crash-test: Remove devices that are not user_creatable anymore by Thomas Huth · 6 years ago
  17. a2e002f Merge remote-tracking branch 'remotes/vivier2/tags/qemu-trivial-for-3.1-pull-request' into staging by Peter Maydell · 6 years ago
  18. a5a9862 scripts/qemu.py: remove trailing quotes on docstring by Cleber Rosa · 6 years ago
  19. b25ab55 scripts/decodetree.py: remove unused imports by Cleber Rosa · 6 years ago
  20. 67a52f3 tests/vm: Let kvm_available() work in cross environments by Philippe Mathieu-Daudé · 6 years ago
  21. b59b82e tests/vm: Extract the kvm_available() handy function by Philippe Mathieu-Daudé · 6 years ago
  22. 50beeb6 Use error_fatal to simplify obvious fatal errors (again) by Markus Armbruster · 6 years ago
  23. 4c9ab1e scripts: Remove check-qerror.sh by Alberto Garcia · 6 years ago
  24. 77f7c74 Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-10-17' into staging by Peter Maydell · 6 years ago
  25. aa2192b show-fixed-bugs.sh: Modern shell scripting (use $() instead of ``) by Mao Zhongyi · 6 years ago
  26. a436cd8 git-submodule.sh: Modern shell scripting (use $() instead of ``) by Mao Zhongyi · 6 years ago
  27. 934821e archive-source.sh: Modern shell scripting (use $() instead of ``) by Mao Zhongyi · 6 years ago
  28. 2ef297a coccinelle: new inplace-byteswaps.cocci to remove inplace-byteswapping calls by Peter Maydell · 6 years ago
  29. cd0c3da scripts/device-crash-test: Remove entries for serial devices by Thomas Huth · 6 years ago
  30. 8d0ea57 device-crash-test: No need for sys.path hack by Eduardo Habkost · 7 years ago
  31. 1ee5306 doc: replace x-root with rootdir for usb-mtp by Bandan · 6 years ago
  32. 8c64336 qapi: Add comments to aid debugging generated introspection by Eric Blake · 6 years ago
  33. 1aa806c qapi: Minor introspect.py cleanups by Eric Blake · 6 years ago
  34. 5f1450f qapi: Emit a blank line before dummy declaration by Markus Armbruster · 6 years ago
  35. 3ab7238 qapi: Drop qapi_event_send_FOO()'s Error ** argument by Peter Xu · 6 years ago
  36. bdd2d42 qapi: Fix build_params() for empty parameter list by Markus Armbruster · 6 years ago
  37. 7294e60 qemu-guest-agent: freeze-hook to ignore dpkg files as well by Christian Ehrhardt · 7 years ago
  38. 039d7c4 update-linux-headers.sh: add qemu_fw_cfg.h by Marc-André Lureau · 6 years ago
  39. 66e9d20 checkpatch: allow space in more places before a bracket by Heinrich Schuchardt · 7 years ago
  40. 1a5c63c checkpatch: fix filename detection when using -f by Paolo Bonzini · 6 years ago
  41. b8dbfc9 qemu-binfmt-conf.sh: add x86_64 target by Laurent Vivier · 6 years ago
  42. b736e25 qapi: Fix some pycodestyle-3 complaints by Markus Armbruster · 7 years ago
  43. fcfab75 qmp-shell: learn to send commands with quoted arguments by Marc-André Lureau · 7 years ago
  44. 25b1ef3 qapi: Make 'allow-oob' optional in SchemaInfoCommand by Markus Armbruster · 6 years ago
  45. 1f214ee qapi: Do not expose "allow-preconfig" in query-qmp-schema by Markus Armbruster · 6 years ago
  46. 43a4739 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 6 years ago
  47. e20122f checkpatch: handle token pasting better by Paolo Bonzini · 7 years ago
  48. cee3513 Merge remote-tracking branch 'remotes/stsquad/tags/pull-code-coverage-and-build-tweaks-050718-3' into staging by Peter Maydell · 6 years ago
  49. 0708e64 travis: add gcovr summary for GCOV build by Alex Bennée · 7 years ago
  50. 2b1f35b Revert "Makefile: Rename TARGET_DIRS to TARGET_LIST" by Alex Bennée · 7 years ago
  51. 19020d4 coverity-model: Fix replay_get_byte() by Markus Armbruster · 7 years ago
  52. 5dafaf4 Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-07-03' into staging by Peter Maydell · 6 years ago
  53. fe8d2d5 Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.0-pull-request' into staging by Peter Maydell · 6 years ago
  54. 901a34a qapi: add 'If:' section to generated documentation by Marc-André Lureau · 7 years ago
  55. 9f88c66 qapi-types: add #if conditions to types & visitors by Markus Armbruster · 7 years ago
  56. c3cd6aa qapi/events: add #if conditions to events by Marc-André Lureau · 7 years ago
  57. 1f7b9f3 qapi/commands: add #if conditions to commands by Marc-André Lureau · 7 years ago
  58. d626b6c qapi-introspect: add preprocessor conditions to generated QLit by Marc-André Lureau · 7 years ago
  59. 40bb137 qapi-introspect: modify to_qlit() to append ',' on level > 0 by Marc-André Lureau · 7 years ago
  60. ded9fc2 qapi: add #if/#endif helpers by Marc-André Lureau · 7 years ago
  61. 485d948 qapi: mcgen() shouldn't indent # lines by Marc-André Lureau · 7 years ago
  62. fbf09a2 qapi: add 'ifcond' to visitor methods by Marc-André Lureau · 7 years ago
  63. 4fca21c qapi: leave the ifcond attribute undefined until check() by Marc-André Lureau · 7 years ago
  64. 2cbc943 qapi: pass 'if' condition into QAPISchemaEntity objects by Marc-André Lureau · 7 years ago
  65. 967c885 qapi: add 'if' to top-level expressions by Marc-André Lureau · 7 years ago
  66. f988c7e Merge remote-tracking branch 'remotes/shorne/tags/pull-or-20180703' into staging by Peter Maydell · 7 years ago
  67. ecbed72 target/openrisc: Add support in scripts/qemu-binfmt-conf.sh by Richard Henderson · 7 years ago
  68. 7155be7 qemu-binfmt-conf.sh: allow to provide a suffix to the interpreter name by Laurent Vivier · 7 years ago
  69. 01ecd22 qemu-binfmt-conf.sh: add persistent (F) flags by Laurent Vivier · 7 years ago
  70. 70a7798 qemu-binfmt-conf.sh: cleanup --credential by Laurent Vivier · 7 years ago
  71. 5fa96ca checkpatch: Recognize IEC binary prefix definitions by Philippe Mathieu-Daudé · 7 years ago
  72. 82c4f87 trace: Fix format string for the struct timeval members casted to size_t by Philippe Mathieu-Daudé · 7 years ago
  73. 749c1d8 simpletrace: Convert name from mapping record to str by Eduardo Habkost · 7 years ago
  74. ec09f87 trace: forbid floating point types by Stefan Hajnoczi · 7 years ago
  75. bf20b67 Partially revert "python: futurize -f libfuturize.fixes.fix_absolute_import" by Eduardo Habkost · 7 years ago
  76. da112e8 qapi/introspect: Eliminate pointless variable in .visit_end() by Markus Armbruster · 7 years ago
  77. de685ae qapi: Open files with encoding='utf-8' by Markus Armbruster · 7 years ago
  78. 800877b qapi: allow empty branches in flat unions by Anton Nefedov · 7 years ago
  79. f030ffd qapi/events: generate event enum in main module by Marc-André Lureau · 7 years ago
  80. a48e754 qapi/visit: remove useless prefix argument by Marc-André Lureau · 7 years ago
  81. 22dea9d scripts/qemu.py: introduce set_console() method by Cleber Rosa · 7 years ago
  82. 572a824 scripts/qemu.py: allow adding to the list of extra arguments by Cleber Rosa · 7 years ago
  83. 945741d Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-06-13' into staging by Peter Maydell · 7 years ago
  84. 04a0afe coverity-model: replay data is considered trusted by Paolo Bonzini · 7 years ago
  85. 3b2a4d3 Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.0-pull-request' into staging by Peter Maydell · 7 years ago
  86. daf238d qemu-binfmt-conf.sh: ignore the OS/ABI field by Laurent Vivier · 7 years ago
  87. c788341 python: Remove scripts/ordereddict.py by Eduardo Habkost · 7 years ago
  88. 7f5ed8c python: Remove scripts/argparse.py by Eduardo Habkost · 7 years ago
  89. 4803c5c python: futurize -f lib2to3.fixes.fix_numliterals by Eduardo Habkost · 7 years ago
  90. bd22808 python: futurize -f lib2to3.fixes.fix_except by Eduardo Habkost · 7 years ago
  91. 5cdda8c python: futurize -f lib2to3.fixes.fix_tuple_params by Eduardo Habkost · 7 years ago
  92. 050c5d8 python: futurize -f lib2to3.fixes.fix_standarderror by Eduardo Habkost · 7 years ago
  93. d7a4228 python: futurize -f lib2to3.fixes.fix_has_key by Eduardo Habkost · 7 years ago
  94. d24d523 python: futurize -f libfuturize.fixes.fix_next_call by Eduardo Habkost · 7 years ago
  95. 068cf7a python: futurize -f libfuturize.fixes.fix_absolute_import by Eduardo Habkost · 7 years ago
  96. f03868b python: futurize -f libfuturize.fixes.fix_print_with_import by Eduardo Habkost · 7 years ago
  97. 208ecb3 Makefile: Rename TARGET_DIRS to TARGET_LIST by Fam Zheng · 7 years ago
  98. afd76ff Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 7 years ago
  99. f5bba4c scripts/update-linux-headers: Handle kernel license no longer being one file by Peter Maydell · 7 years ago
  100. c5022c3 scripts/update-linux-headers: Handle __aligned_u64 by Peter Maydell · 7 years ago