Age | Commit message (Expand) | Author |
2021-05-27 | headers: Add udmabuf.h | Vivek Kasireddy |
2021-05-21 | Merge remote-tracking branch 'remotes/vsementsov/tags/pull-simplebench-2021-0... | Peter Maydell |
2021-05-20 | qapi/parser: add docstrings | John Snow |
2021-05-20 | qapi/parser: allow 'ch' variable name | John Snow |
2021-05-20 | qapi/parser: Remove superfluous list comprehension | John Snow |
2021-05-20 | qapi/parser: add type hint annotations | John Snow |
2021-05-20 | qapi/parser: Rework _check_pragma_list_of_str as a TypeGuard | John Snow |
2021-05-20 | qapi/parser: Fix token membership tests when token can be None | John Snow |
2021-05-20 | qapi: add must_match helper | John Snow |
2021-05-20 | qapi/parser: Use @staticmethod where appropriate | John Snow |
2021-05-20 | qapi/parser: assert object keys are strings | John Snow |
2021-05-20 | qapi/parser: enforce all top-level expressions must be dict in _parse() | John Snow |
2021-05-20 | qapi/parser: Assert lexer value is a string | John Snow |
2021-05-20 | qapi/parser: factor parsing routine into method | John Snow |
2021-05-20 | qapi/source: Remove line number from QAPISourceInfo initializer | John Snow |
2021-05-20 | qapi/parser: Don't try to handle file errors | John Snow |
2021-05-16 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2021-05-14 | checkpatch: Fix use of uninitialized value | Greg Kurz |
2021-05-12 | coverity-scan: list components, move model to scripts/coverity-scan | Paolo Bonzini |
2021-05-04 | simplebench/bench-backup: add --drop-caches argument | Vladimir Sementsov-Ogievskiy |
2021-05-04 | simplebench/bench-backup: add --count and --no-initial-run | Vladimir Sementsov-Ogievskiy |
2021-05-04 | simplebench/bench-backup: support qcow2 source files | Vladimir Sementsov-Ogievskiy |
2021-05-04 | simplebench/bench_block_job: handle error in BLOCK_JOB_COMPLETED | Vladimir Sementsov-Ogievskiy |
2021-05-04 | simplebench/bench-backup: add target-cache argument | Vladimir Sementsov-Ogievskiy |
2021-05-04 | simplebench/bench-backup: add --compressed option | Vladimir Sementsov-Ogievskiy |
2021-05-04 | simplebench: bench_one(): support count=1 | Vladimir Sementsov-Ogievskiy |
2021-05-04 | simplebench: bench_one(): add slow_limit argument | Vladimir Sementsov-Ogievskiy |
2021-05-03 | scripts: fix generation update-binfmts templates | Silvano Cirujano Cuesta |
2021-05-01 | decodetree: Extend argument set syntax to allow types | Richard Henderson |
2021-05-01 | decodetree: Add support for 64-bit instructions | Luis Fernando Fujita Pires |
2021-05-01 | decodetree: More use of f-strings | Richard Henderson |
2021-05-01 | decodetree: Introduce whex and whexC helpers | Richard Henderson |
2021-04-30 | qapi/error.py: enable mypy checks | John Snow |
2021-04-30 | qapi/error: Add type hints | John Snow |
2021-04-30 | qapi/error.py: enable pylint checks | John Snow |
2021-04-30 | qapi/error.py: move QAPIParseError to parser.py | John Snow |
2021-04-30 | qapi/error: assert QAPISourceInfo is not None | John Snow |
2021-04-30 | qapi/error: Make QAPISourceError 'col' parameter optional | John Snow |
2021-04-30 | qapi/error: Use Python3-style super() | John Snow |
2021-04-30 | qapi/error: Repurpose QAPIError as an abstract base exception class | John Snow |
2021-04-30 | qapi/expr: Update authorship and copyright information | John Snow |
2021-04-30 | qapi/expr.py: Use tuples instead of lists for static data | John Snow |
2021-04-30 | qapi/expr.py: Add docstrings | John Snow |
2021-04-30 | qapi/expr: Only explicitly prohibit 'Kind' nor 'List' for type names | John Snow |
2021-04-30 | qapi/expr.py: enable pylint checks | John Snow |
2021-04-30 | qapi/expr.py: Remove single-letter variable | John Snow |
2021-04-30 | qapi/expr.py: Consolidate check_if_str calls in check_if | John Snow |
2021-04-30 | qapi/expr.py: add type hint annotations | John Snow |
2021-04-30 | qapi/expr.py: Modify check_keys to accept any Collection | John Snow |
2021-04-30 | qapi/expr.py: Add casts in a few select cases | John Snow |