1. b30df27 scripts/kernel-doc: strip QEMU_ from function definitions by Alex Bennée · 4 years ago
  2. d83b476 qapi: Enforce union and alternate branch naming rules by Markus Armbruster · 4 years ago
  3. 407efbf qapi: Enforce enum member naming rules by Markus Armbruster · 4 years ago
  4. 5aceeac qapi: Enforce struct member naming rules by Markus Armbruster · 4 years ago
  5. 05ebf84 qapi: Enforce command naming rules by Markus Armbruster · 4 years ago
  6. e744708 qapi: Enforce feature naming rules by Markus Armbruster · 4 years ago
  7. 9af4b6b qapi: Prepare for rejecting underscore in command and member names by Markus Armbruster · 4 years ago
  8. b86df37 qapi: Rename pragma *-whitelist to *-exceptions by Markus Armbruster · 4 years ago
  9. 4a67bd3 qapi: Factor out QAPISchemaParser._check_pragma_list_of_str() by Markus Armbruster · 4 years ago
  10. 3e6c8a6 qapi: Enforce type naming rules by Markus Armbruster · 4 years ago
  11. d4f4cae qapi: Enforce event naming rules by Markus Armbruster · 4 years ago
  12. 00ffe24 qapi: Consistently permit any case in downstream prefixes by Markus Armbruster · 4 years ago
  13. d224e0c qapi: Move uppercase rejection to check_name_lower() by Markus Armbruster · 4 years ago
  14. eaab06f qapi: Rework name checking in preparation of stricter checking by Markus Armbruster · 4 years ago
  15. 0825f62 qapi: Lift enum-specific code out of check_name_str() by Markus Armbruster · 4 years ago
  16. 5fbc78d qapi: Permit flat union members for any tag value by Markus Armbruster · 4 years ago
  17. dbfe3c7 qapi: Fix to reject optional members with reserved names by Markus Armbruster · 4 years ago
  18. db29164 qapi: Implement deprecated-input=reject for QMP command arguments by Markus Armbruster · 4 years ago
  19. d203259 qapi: Implement deprecated-input=reject for QMP commands by Markus Armbruster · 4 years ago
  20. a291a38 qapi: Implement deprecated-output=hide for QMP event data by Markus Armbruster · 4 years ago
  21. 278fc2f qapi: Implement deprecated-output=hide for QMP events by Markus Armbruster · 4 years ago
  22. 91fa93e qapi: Implement deprecated-output=hide for QMP command results by Markus Armbruster · 4 years ago
  23. 1b507e5 Merge remote-tracking branch 'remotes/berrange-gitlab/tags/dep-many-pull-request' into staging by Peter Maydell · 4 years ago
  24. 879be3a hw/scsi: remove 'scsi-disk' device by Daniel P. Berrangé · 4 years ago
  25. b501018 hw/ide: remove 'ide-drive' device by Daniel P. Berrangé · 4 years ago
  26. 97ef5f8 fuzz: add a script to build reproducers by Alexander Bulekov · 4 years ago
  27. 3aa1b7a pvrdma: wean code off pvrdma_ring.h kernel header by Cornelia Huck · 4 years, 1 month ago
  28. 6e1c0d7 linux-user: manage binfmt-misc preserve-arg[0] flag by Laurent Vivier · 4 years ago
  29. 6f34661 Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pull-request' into staging by Peter Maydell · 4 years ago
  30. 54fa79b scripts/tracetool: Replace the word 'whitelist' by Philippe Mathieu-Daudé · 4 years ago
  31. 6179f32 scripts/ci/gitlab-pipeline-status: give more info when pipeline not found by Cleber Rosa · 4 years ago
  32. 861d1d5 scripts/ci/gitlab-pipeline-status: give more information on failures by Cleber Rosa · 4 years ago
  33. 2faf56b scripts/ci/gitlab-pipeline-status: split utlity function for HTTP GET by Cleber Rosa · 4 years ago
  34. c2f4c1a meson: Re-enable the possibility to run "make check SPEED=slow" by Thomas Huth · 4 years, 1 month ago
  35. 0e92a19 qapi: Fix parse errors for removal of null from schema language by Markus Armbruster · 4 years ago
  36. 07dbfdd Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging by Peter Maydell · 4 years ago
  37. cbcf098 Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-updates-240221-1' into staging by Peter Maydell · 4 years ago
  38. c238741 docs: update to show preferred boolean syntax for -chardev by Daniel P. Berrangé · 4 years, 1 month ago
  39. 237377a hvf: Sign the code after installation by Akihiko Odaki · 4 years ago
  40. 93a1100 docs: move CODING_STYLE into the developer documentation by Alex Bennée · 4 years ago
  41. d2f1af0 checkpatch: don't emit warning on newly created acpi data files by Isaku Yamahata · 4 years, 1 month ago
  42. e90ef02 Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-02-18' into staging by Peter Maydell · 4 years ago
  43. ce42fe1 Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2021-02-19' into staging by Peter Maydell · 4 years, 1 month ago
  44. 7b59d10 scripts/checkpatch: Improve the check for authors mangled by the mailing list by Thomas Huth · 4 years, 1 month ago
  45. 1a14d4e device-crash-test: Remove problematic language by Eduardo Habkost · 4 years, 1 month ago
  46. 9b77d94 qapi/introspect.py: set _gen_tree's default ifcond argument to () by John Snow · 4 years, 1 month ago
  47. cea53c3 qapi/introspect.py: Type _gen_tree variants as Sequence[str] by John Snow · 4 years, 1 month ago
  48. cf26906 qapi/introspect.py: Update copyright and authors list by John Snow · 4 years, 1 month ago
  49. 5444ded qapi/introspect.py: Add docstrings to _gen_tree and _tree_to_qlit by John Snow · 4 years, 1 month ago
  50. 82b52f6 qapi/introspect.py: add type hint annotations by John Snow · 4 years, 1 month ago
  51. cf5db21 qapi/introspect.py: remove _gen_variants helper by John Snow · 4 years, 1 month ago
  52. c0e8d9f qapi/introspect.py: improve readability of _tree_to_qlit by John Snow · 4 years, 1 month ago
  53. 2a6c161 qapi/introspect.py: improve _tree_to_qlit error message by John Snow · 4 years, 1 month ago
  54. 4f7f97a qapi/introspect.py: create a typed 'Annotated' data strutcure by John Snow · 4 years, 1 month ago
  55. 9db2734 qapi/introspect.py: Introduce preliminary tree typing by John Snow · 4 years, 1 month ago
  56. d4c5b42 qapi/introspect.py: Always define all 'extra' dict keys by John Snow · 4 years, 1 month ago
  57. 5f50ced qapi/introspect.py: replace 'extra' dict with 'comment' argument by John Snow · 4 years, 1 month ago
  58. 84cf099 qapi/introspect.py: Unify return type of _make_tree() by John Snow · 4 years, 1 month ago
  59. 0555696 qapi/introspect.py: guard against ifcond/comment misuse by John Snow · 4 years, 1 month ago
  60. 84bece7 qapi/introspect.py: add _gen_features helper by John Snow · 4 years, 1 month ago
  61. d70f513 qapi/introspect.py: use _make_tree for features nodes by John Snow · 4 years, 1 month ago
  62. 6b67bca qapi/introspect.py: assert schema is not None by John Snow · 4 years, 1 month ago
  63. 3e7a84e Hexagon build infrastructure by Taylor Simpson · 4 years, 1 month ago
  64. 2184bca qapi: Replace List[str] with Sequence[str] for ifcond by John Snow · 4 years, 1 month ago
  65. d2a56bd Hexagon (linux-user/hexagon) Linux user emulation by Taylor Simpson · 4 years, 1 month ago
  66. 04250c6 travis.yml: Move gprof/gcov test across to gitlab by Philippe Mathieu-Daudé · 4 years, 1 month ago
  67. 7a53cd2 get_maintainer: update repo URL to GitLab by Stefan Hajnoczi · 4 years, 2 months ago
  68. 41d306e Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging by Peter Maydell · 4 years, 1 month ago
  69. 2436651 Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210208a' into staging by Peter Maydell · 4 years, 1 month ago
  70. 4f79925 Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-02-08' into staging by Peter Maydell · 4 years, 1 month ago
  71. 487a1d1 fuzz: fix wrong index in clear_bits by Qiuhao Li · 4 years, 1 month ago
  72. c511726 qapi: enable strict-optional checks by John Snow · 4 years, 1 month ago
  73. 4a82e46 qapi: type 'info' as Optional[QAPISourceInfo] by John Snow · 4 years, 1 month ago
  74. cc0747f qapi/gen: Drop support for QAPIGen without a file name by Markus Armbruster · 4 years, 1 month ago
  75. c6cd7e4 qapi/commands: Simplify command registry generation by Markus Armbruster · 4 years, 1 month ago
  76. d921d27 qapi/gen: Support switching to another module temporarily by Markus Armbruster · 4 years, 1 month ago
  77. fd9b160 qapi/gen: write _genc/_genh access shims by John Snow · 4 years, 1 month ago
  78. 39b2d83 qapi: centralize the built-in module name definition by John Snow · 4 years, 1 month ago
  79. 4ab0ff6 qapi/gen: Combine ._add_[user|system]_module by Markus Armbruster · 4 years, 1 month ago
  80. e2bbc4e qapi: use './builtin' as the built-in module name by John Snow · 4 years, 1 month ago
  81. 12893a8 qapi: use explicitly internal module names by John Snow · 4 years, 1 month ago
  82. f3a7059 qapi/gen: Replace ._begin_system_module() by Markus Armbruster · 4 years, 1 month ago
  83. 98967c2 qapi: centralize is_[user|system|builtin]_module methods by John Snow · 4 years, 1 month ago
  84. a253b3e qapi/gen: inline _wrap_ifcond into end_if() by John Snow · 4 years, 1 month ago
  85. ad12180 qapi/main: handle theoretical None-return from re.match() by John Snow · 4 years, 1 month ago
  86. 3cc01c5 qapi/events: fix visit_event typing by John Snow · 4 years, 1 month ago
  87. ec9697a qapi/commands: assert arg_type is not None by John Snow · 4 years, 1 month ago
  88. c724356 migration: introduce 'userfaultfd-wrlat.py' script by Andrey Gruzdev · 4 years, 1 month ago
  89. 47e3424 scripts/mtest2make.py: export all-%s-targets variable and use it by Alex Bennée · 4 years, 1 month ago
  90. c6e93c9 simpletrace: build() missing 2 required positional arguments by Volker Rümelin · 4 years, 1 month ago
  91. 418ed14 trace: make the 'log' backend timestamp configurable by Stefan Hajnoczi · 4 years, 1 month ago
  92. 09612de tracetool: also strip %l and %ll from systemtap format strings by Daniel P. Berrangé · 4 years, 2 months ago
  93. 9f4e519 tracetool: fix "PRI" macro decoding by Laurent Vivier · 4 years, 2 months ago
  94. 74208cd Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-fixes-pull-request' into staging by Peter Maydell · 4 years, 1 month ago
  95. 7d7dbf9 configure: replace --enable/disable-git-update with --with-git-submodules by Dan Streetman · 4 years, 2 months ago
  96. 8a74ce6 hvf: Add hypervisor entitlement to output binaries by Alexander Graf · 4 years, 1 month ago
  97. c701f59 simplebench: add bench-backup.py by Vladimir Sementsov-Ogievskiy · 4 years, 2 months ago
  98. b2fcb0c simplebench: bench_block_job: add cmd_options argument by Vladimir Sementsov-Ogievskiy · 4 years, 2 months ago
  99. 2096de5 simplebench/bench_block_job: use correct shebang line with python3 by Vladimir Sementsov-Ogievskiy · 4 years, 2 months ago
  100. ab5ec23 update-linux-headers: Include const.h by Eric Farman · 4 years, 2 months ago