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