aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella
2021-05-27headers: Add udmabuf.hVivek Kasireddy
2021-05-21Merge remote-tracking branch 'remotes/vsementsov/tags/pull-simplebench-2021-0...Peter Maydell
2021-05-20qapi/parser: add docstringsJohn Snow
2021-05-20qapi/parser: allow 'ch' variable nameJohn Snow
2021-05-20qapi/parser: Remove superfluous list comprehensionJohn Snow
2021-05-20qapi/parser: add type hint annotationsJohn Snow
2021-05-20qapi/parser: Rework _check_pragma_list_of_str as a TypeGuardJohn Snow
2021-05-20qapi/parser: Fix token membership tests when token can be NoneJohn Snow
2021-05-20qapi: add must_match helperJohn Snow
2021-05-20qapi/parser: Use @staticmethod where appropriateJohn Snow
2021-05-20qapi/parser: assert object keys are stringsJohn Snow
2021-05-20qapi/parser: enforce all top-level expressions must be dict in _parse()John Snow
2021-05-20qapi/parser: Assert lexer value is a stringJohn Snow
2021-05-20qapi/parser: factor parsing routine into methodJohn Snow
2021-05-20qapi/source: Remove line number from QAPISourceInfo initializerJohn Snow
2021-05-20qapi/parser: Don't try to handle file errorsJohn Snow
2021-05-16Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2021-05-14checkpatch: Fix use of uninitialized valueGreg Kurz
2021-05-12coverity-scan: list components, move model to scripts/coverity-scanPaolo Bonzini
2021-05-04simplebench/bench-backup: add --drop-caches argumentVladimir Sementsov-Ogievskiy
2021-05-04simplebench/bench-backup: add --count and --no-initial-runVladimir Sementsov-Ogievskiy
2021-05-04simplebench/bench-backup: support qcow2 source filesVladimir Sementsov-Ogievskiy
2021-05-04simplebench/bench_block_job: handle error in BLOCK_JOB_COMPLETEDVladimir Sementsov-Ogievskiy
2021-05-04simplebench/bench-backup: add target-cache argumentVladimir Sementsov-Ogievskiy
2021-05-04simplebench/bench-backup: add --compressed optionVladimir Sementsov-Ogievskiy
2021-05-04simplebench: bench_one(): support count=1Vladimir Sementsov-Ogievskiy
2021-05-04simplebench: bench_one(): add slow_limit argumentVladimir Sementsov-Ogievskiy
2021-05-03scripts: fix generation update-binfmts templatesSilvano Cirujano Cuesta
2021-05-01decodetree: Extend argument set syntax to allow typesRichard Henderson
2021-05-01decodetree: Add support for 64-bit instructionsLuis Fernando Fujita Pires
2021-05-01decodetree: More use of f-stringsRichard Henderson
2021-05-01decodetree: Introduce whex and whexC helpersRichard Henderson
2021-04-30qapi/error.py: enable mypy checksJohn Snow
2021-04-30qapi/error: Add type hintsJohn Snow
2021-04-30qapi/error.py: enable pylint checksJohn Snow
2021-04-30qapi/error.py: move QAPIParseError to parser.pyJohn Snow
2021-04-30qapi/error: assert QAPISourceInfo is not NoneJohn Snow
2021-04-30qapi/error: Make QAPISourceError 'col' parameter optionalJohn Snow
2021-04-30qapi/error: Use Python3-style super()John Snow
2021-04-30qapi/error: Repurpose QAPIError as an abstract base exception classJohn Snow
2021-04-30qapi/expr: Update authorship and copyright informationJohn Snow
2021-04-30qapi/expr.py: Use tuples instead of lists for static dataJohn Snow
2021-04-30qapi/expr.py: Add docstringsJohn Snow
2021-04-30qapi/expr: Only explicitly prohibit 'Kind' nor 'List' for type namesJohn Snow
2021-04-30qapi/expr.py: enable pylint checksJohn Snow
2021-04-30qapi/expr.py: Remove single-letter variableJohn Snow
2021-04-30qapi/expr.py: Consolidate check_if_str calls in check_ifJohn Snow
2021-04-30qapi/expr.py: add type hint annotationsJohn Snow
2021-04-30qapi/expr.py: Modify check_keys to accept any CollectionJohn Snow