- d0fb965 docs: fix references to docs/devel/tracing.rst by Stefano Garzarella · 3 years, 8 months ago
- 4d01086 headers: Add udmabuf.h by Vivek Kasireddy · 3 years, 8 months ago
- 6c76969 Merge remote-tracking branch 'remotes/vsementsov/tags/pull-simplebench-2021-05-04' into staging by Peter Maydell · 3 years, 8 months ago
- d4092ff qapi/parser: add docstrings by John Snow · 3 years, 8 months ago
- 9b91e76 qapi/parser: allow 'ch' variable name by John Snow · 3 years, 8 months ago
- 013a3ac qapi/parser: Remove superfluous list comprehension by John Snow · 3 years, 8 months ago
- 810aff8 qapi/parser: add type hint annotations by John Snow · 3 years, 8 months ago
- 0338620 qapi/parser: Rework _check_pragma_list_of_str as a TypeGuard by John Snow · 3 years, 8 months ago
- c256263 qapi/parser: Fix token membership tests when token can be None by John Snow · 3 years, 8 months ago
- e0e8a0a qapi: add must_match helper by John Snow · 3 years, 8 months ago
- 43b1be6 qapi/parser: Use @staticmethod where appropriate by John Snow · 3 years, 8 months ago
- 234dce2 qapi/parser: assert object keys are strings by John Snow · 3 years, 8 months ago
- 9cd0205 qapi/parser: enforce all top-level expressions must be dict in _parse() by John Snow · 3 years, 8 months ago
- 7c610ce qapi/parser: Assert lexer value is a string by John Snow · 3 years, 8 months ago
- 16ff40a qapi/parser: factor parsing routine into method by John Snow · 3 years, 8 months ago
- b2b31fd qapi/source: Remove line number from QAPISourceInfo initializer by John Snow · 3 years, 8 months ago
- 3404e57 qapi/parser: Don't try to handle file errors by John Snow · 3 years, 8 months ago
- 6005ee0 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 3 years, 8 months ago
- 43bea44 checkpatch: Fix use of uninitialized value by Greg Kurz · 3 years, 10 months ago
- e804f89 coverity-scan: list components, move model to scripts/coverity-scan by Paolo Bonzini · 3 years, 9 months ago
- 8c8407f simplebench/bench-backup: add --drop-caches argument by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
- 8fa4ee1 simplebench/bench-backup: add --count and --no-initial-run by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
- 0dc9f81 simplebench/bench-backup: support qcow2 source files by Vladimir Sementsov-Ogievskiy · 4 years ago
- 4ad7a5c simplebench/bench_block_job: handle error in BLOCK_JOB_COMPLETED by Vladimir Sementsov-Ogievskiy · 4 years ago
- 684d18e simplebench/bench-backup: add target-cache argument by Vladimir Sementsov-Ogievskiy · 4 years ago
- af2ac85 simplebench/bench-backup: add --compressed option by Vladimir Sementsov-Ogievskiy · 4 years ago
- 27eacb3 simplebench: bench_one(): support count=1 by Vladimir Sementsov-Ogievskiy · 4 years ago
- dab3469 simplebench: bench_one(): add slow_limit argument by Vladimir Sementsov-Ogievskiy · 4 years ago
- e759413 scripts: fix generation update-binfmts templates by Silvano Cirujano Cuesta · 3 years, 10 months ago
- af93cca decodetree: Extend argument set syntax to allow types by Richard Henderson · 3 years, 9 months ago
- 60c425f decodetree: Add support for 64-bit instructions by Luis Fernando Fujita Pires · 3 years, 10 months ago
- 9f6e2b4 decodetree: More use of f-strings by Richard Henderson · 3 years, 9 months ago
- c7cefe6 decodetree: Introduce whex and whexC helpers by Richard Henderson · 3 years, 9 months ago
- b54626e qapi/error.py: enable mypy checks by John Snow · 3 years, 9 months ago
- 30d0a01 qapi/error: Add type hints by John Snow · 3 years, 9 months ago
- 92870cf qapi/error.py: enable pylint checks by John Snow · 3 years, 9 months ago
- ac6a7d8 qapi/error.py: move QAPIParseError to parser.py by John Snow · 3 years, 9 months ago
- ac89761 qapi/error: assert QAPISourceInfo is not None by John Snow · 3 years, 9 months ago
- 86cc2ff qapi/error: Make QAPISourceError 'col' parameter optional by John Snow · 3 years, 9 months ago
- b54e07c qapi/error: Use Python3-style super() by John Snow · 3 years, 9 months ago
- 46f4946 qapi/error: Repurpose QAPIError as an abstract base exception class by John Snow · 3 years, 9 months ago
- e81718c qapi/expr: Update authorship and copyright information by John Snow · 3 years, 9 months ago
- eab9993 qapi/expr.py: Use tuples instead of lists for static data by John Snow · 3 years, 9 months ago
- a486536 qapi/expr.py: Add docstrings by John Snow · 3 years, 9 months ago
- 79e4fd1 qapi/expr: Only explicitly prohibit 'Kind' nor 'List' for type names by John Snow · 3 years, 9 months ago
- 328e8ca qapi/expr.py: enable pylint checks by John Snow · 3 years, 9 months ago
- e42648d qapi/expr.py: Remove single-letter variable by John Snow · 3 years, 9 months ago
- 210fd63 qapi/expr.py: Consolidate check_if_str calls in check_if by John Snow · 3 years, 9 months ago
- b9ad358 qapi/expr.py: add type hint annotations by John Snow · 3 years, 9 months ago
- 538cd41 qapi/expr.py: Modify check_keys to accept any Collection by John Snow · 3 years, 9 months ago
- 7a783ce qapi/expr.py: Add casts in a few select cases by John Snow · 3 years, 9 months ago
- 4918bb7 qapi/expr.py: Check type of union and alternate 'data' member by John Snow · 3 years, 9 months ago
- 926bb8a qapi/expr.py: move string check upwards in check_type by John Snow · 3 years, 9 months ago
- b66c62a qapi/expr.py: Add assertion for union type 'check_dict' by John Snow · 3 years, 9 months ago
- 59b5556 qapi/expr.py: constrain incoming expression types by John Snow · 3 years, 9 months ago
- 0f231dc qapi/expr.py: Check for dict instead of OrderedDict by John Snow · 3 years, 9 months ago
- b7341b8 qapi/expr.py: Remove 'info' argument from nested check_if_str by John Snow · 3 years, 9 months ago
- d0a263c qapi/expr: Comment cleanup by John Snow · 3 years, 9 months ago
- ca89d15 device-crash-test: Ignore errors about a bus not being available by Thomas Huth · 3 years, 10 months ago
- b30df27 scripts/kernel-doc: strip QEMU_ from function definitions by Alex Bennée · 3 years, 10 months ago
- d83b476 qapi: Enforce union and alternate branch naming rules by Markus Armbruster · 3 years, 10 months ago
- 407efbf qapi: Enforce enum member naming rules by Markus Armbruster · 3 years, 10 months ago
- 5aceeac qapi: Enforce struct member naming rules by Markus Armbruster · 3 years, 10 months ago
- 05ebf84 qapi: Enforce command naming rules by Markus Armbruster · 3 years, 10 months ago
- e744708 qapi: Enforce feature naming rules by Markus Armbruster · 3 years, 10 months ago
- 9af4b6b qapi: Prepare for rejecting underscore in command and member names by Markus Armbruster · 3 years, 10 months ago
- b86df37 qapi: Rename pragma *-whitelist to *-exceptions by Markus Armbruster · 3 years, 10 months ago
- 4a67bd3 qapi: Factor out QAPISchemaParser._check_pragma_list_of_str() by Markus Armbruster · 3 years, 10 months ago
- 3e6c8a6 qapi: Enforce type naming rules by Markus Armbruster · 3 years, 10 months ago
- d4f4cae qapi: Enforce event naming rules by Markus Armbruster · 3 years, 10 months ago
- 00ffe24 qapi: Consistently permit any case in downstream prefixes by Markus Armbruster · 3 years, 10 months ago
- d224e0c qapi: Move uppercase rejection to check_name_lower() by Markus Armbruster · 3 years, 10 months ago
- eaab06f qapi: Rework name checking in preparation of stricter checking by Markus Armbruster · 3 years, 10 months ago
- 0825f62 qapi: Lift enum-specific code out of check_name_str() by Markus Armbruster · 3 years, 10 months ago
- 5fbc78d qapi: Permit flat union members for any tag value by Markus Armbruster · 3 years, 10 months ago
- dbfe3c7 qapi: Fix to reject optional members with reserved names by Markus Armbruster · 3 years, 10 months ago
- db29164 qapi: Implement deprecated-input=reject for QMP command arguments by Markus Armbruster · 3 years, 10 months ago
- d203259 qapi: Implement deprecated-input=reject for QMP commands by Markus Armbruster · 3 years, 10 months ago
- a291a38 qapi: Implement deprecated-output=hide for QMP event data by Markus Armbruster · 3 years, 10 months ago
- 278fc2f qapi: Implement deprecated-output=hide for QMP events by Markus Armbruster · 3 years, 10 months ago
- 91fa93e qapi: Implement deprecated-output=hide for QMP command results by Markus Armbruster · 3 years, 10 months ago
- 1b507e5 Merge remote-tracking branch 'remotes/berrange-gitlab/tags/dep-many-pull-request' into staging by Peter Maydell · 3 years, 10 months 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 · 3 years, 11 months ago
- 3aa1b7a pvrdma: wean code off pvrdma_ring.h kernel header by Cornelia Huck · 4 years 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 · 3 years, 11 months ago
- 54fa79b scripts/tracetool: Replace the word 'whitelist' by Philippe Mathieu-Daudé · 3 years, 11 months 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 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 · 3 years, 11 months 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 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 ago