1947 Commits (213de8a2fb12f6962ded0240c900f728a72f8217)

Author SHA1 Message Date
Matheus Ferst 72205289a0 scripts/checkpatch.pl: process .c.inc and .h.inc files as C source 5 years ago
Philippe Mathieu-Daudé eeae5466c4 scripts/oss-fuzz: Fix typo in documentation 5 years ago
Stefano Garzarella d0fb9657a3 docs: fix references to docs/devel/tracing.rst 5 years ago
Vivek Kasireddy 4d01086161 headers: Add udmabuf.h 5 years ago
John Snow d4092ffa26 qapi/parser: add docstrings 5 years ago
John Snow 9b91e76b3a qapi/parser: allow 'ch' variable name 5 years ago
John Snow 013a3aceb5 qapi/parser: Remove superfluous list comprehension 5 years ago
John Snow 810aff8f29 qapi/parser: add type hint annotations 5 years ago
John Snow 03386200b9 qapi/parser: Rework _check_pragma_list_of_str as a TypeGuard 5 years ago
John Snow c256263f3d qapi/parser: Fix token membership tests when token can be None 5 years ago
John Snow e0e8a0ac2e qapi: add must_match helper 5 years ago
John Snow 43b1be65f0 qapi/parser: Use @staticmethod where appropriate 5 years ago
John Snow 234dce2c2d qapi/parser: assert object keys are strings 5 years ago
John Snow 9cd0205d55 qapi/parser: enforce all top-level expressions must be dict in _parse() 5 years ago
John Snow 7c610ce6a9 qapi/parser: Assert lexer value is a string 5 years ago
John Snow 16ff40acc9 qapi/parser: factor parsing routine into method 5 years ago
John Snow b2b31fdf9b qapi/source: Remove line number from QAPISourceInfo initializer 5 years ago
John Snow 3404e57410 qapi/parser: Don't try to handle file errors 5 years ago
Greg Kurz 43bea44357 checkpatch: Fix use of uninitialized value 5 years ago
Paolo Bonzini e804f892b9 coverity-scan: list components, move model to scripts/coverity-scan 5 years ago
Vladimir Sementsov-Ogievskiy 8c8407fe45 simplebench/bench-backup: add --drop-caches argument 6 years ago
Vladimir Sementsov-Ogievskiy 8fa4ee1b00 simplebench/bench-backup: add --count and --no-initial-run 6 years ago
Vladimir Sementsov-Ogievskiy 0dc9f816d4 simplebench/bench-backup: support qcow2 source files 6 years ago
Vladimir Sementsov-Ogievskiy 4ad7a5c065 simplebench/bench_block_job: handle error in BLOCK_JOB_COMPLETED 6 years ago
Vladimir Sementsov-Ogievskiy 684d18efd1 simplebench/bench-backup: add target-cache argument 6 years ago
Vladimir Sementsov-Ogievskiy af2ac8514f simplebench/bench-backup: add --compressed option 6 years ago
Vladimir Sementsov-Ogievskiy 27eacb390e simplebench: bench_one(): support count=1 6 years ago
Vladimir Sementsov-Ogievskiy dab346986e simplebench: bench_one(): add slow_limit argument 6 years ago
Silvano Cirujano Cuesta e75941331e scripts: fix generation update-binfmts templates 5 years ago
Richard Henderson af93ccacc7 decodetree: Extend argument set syntax to allow types 5 years ago
Luis Fernando Fujita Pires 60c425f328 decodetree: Add support for 64-bit instructions 5 years ago
Richard Henderson 9f6e2b4d34 decodetree: More use of f-strings 5 years ago
Richard Henderson c7cefe6c66 decodetree: Introduce whex and whexC helpers 5 years ago
John Snow b54626e0b8 qapi/error.py: enable mypy checks 5 years ago
John Snow 30d0a016e9 qapi/error: Add type hints 5 years ago
John Snow 92870cf3af qapi/error.py: enable pylint checks 5 years ago
John Snow ac6a7d8884 qapi/error.py: move QAPIParseError to parser.py 5 years ago
John Snow ac89761179 qapi/error: assert QAPISourceInfo is not None 5 years ago
John Snow 86cc2ff65a qapi/error: Make QAPISourceError 'col' parameter optional 5 years ago
John Snow b54e07cc46 qapi/error: Use Python3-style super() 5 years ago
John Snow 46f49468c6 qapi/error: Repurpose QAPIError as an abstract base exception class 5 years ago
John Snow e81718c698 qapi/expr: Update authorship and copyright information 5 years ago
John Snow eab99939a7 qapi/expr.py: Use tuples instead of lists for static data 5 years ago
John Snow a48653638f qapi/expr.py: Add docstrings 5 years ago
John Snow 79e4fd14fb qapi/expr: Only explicitly prohibit 'Kind' nor 'List' for type names 5 years ago
John Snow 328e8ca71a qapi/expr.py: enable pylint checks 5 years ago
John Snow e42648dccd qapi/expr.py: Remove single-letter variable 5 years ago
John Snow 210fd63104 qapi/expr.py: Consolidate check_if_str calls in check_if 5 years ago
John Snow b9ad358aa0 qapi/expr.py: add type hint annotations 5 years ago
John Snow 538cd41065 qapi/expr.py: Modify check_keys to accept any Collection 5 years ago