summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * scripts/qom-fuse: add redirection shim to python/qemu/qmp/qom-fuse.pyJohn Snow2021-06-181-0/+11
| * scripts/qom-fuse: move to python/qemu/qmp/qom_fuse.pyJohn Snow2021-06-181-214/+0Star
| * scripts/qom-fuse: add static type hintsJohn Snow2021-06-181-9/+17
| * scripts/qom-fuse: ensure QOMFuse.read always returns bytesJohn Snow2021-06-181-3/+3
| * scripts/qom-fuse: use QOMCommand.qom_list()John Snow2021-06-181-10/+8Star
| * scripts/qom-fuse: Convert to QOMCommandJohn Snow2021-06-181-13/+46
| * scripts/qom-fuse: Add docstringsJohn Snow2021-06-181-2/+19
| * scripts/qom-fuse: Apply pylint rulesJohn Snow2021-06-181-8/+8
| * scripts/qom-fuse: apply flake8 rulesJohn Snow2021-06-181-38/+43
| * scripts/qom-fuse: apply isort rulesJohn Snow2021-06-181-3/+9
| * scripts/qmp: redirect qom-xxx scripts to python/qemu/qmp/John Snow2021-06-184-250/+16Star
| * python/qmp: add parse_address classmethodJohn Snow2021-06-181-19/+2Star
* | Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request'...Peter Maydell2021-06-211-0/+194
|\ \
| * | scripts: helper to generate x86_64 CPU ABI compat infoDaniel P. Berrangé2021-06-171-0/+194
* | | block-coroutine-wrapper: allow non bdrv_ prefixVladimir Sementsov-Ogievskiy2021-06-181-3/+4
| |/ |/|
* | softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()David Hildenbrand2021-06-151-4/+4
|/
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell2021-06-071-1/+1
|\
| * scripts/oss-fuzz: Fix typo in documentationPhilippe Mathieu-Daudé2021-06-051-1/+1
* | scripts/checkpatch.pl: process .c.inc and .h.inc files as C sourceMatheus Ferst2021-06-071-2/+2
|/
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* headers: Add udmabuf.hVivek Kasireddy2021-05-271-0/+3
* Merge remote-tracking branch 'remotes/vsementsov/tags/pull-simplebench-2021-0...Peter Maydell2021-05-213-22/+143
|\
| * simplebench/bench-backup: add --drop-caches argumentVladimir Sementsov-Ogievskiy2021-05-042-2/+15
| * simplebench/bench-backup: add --count and --no-initial-runVladimir Sementsov-Ogievskiy2021-05-041-1/+11
| * simplebench/bench-backup: support qcow2 source filesVladimir Sementsov-Ogievskiy2021-05-042-1/+11
| * simplebench/bench_block_job: handle error in BLOCK_JOB_COMPLETEDVladimir Sementsov-Ogievskiy2021-05-041-0/+4
| * simplebench/bench-backup: add target-cache argumentVladimir Sementsov-Ogievskiy2021-05-042-10/+33
| * simplebench/bench-backup: add --compressed optionVladimir Sementsov-Ogievskiy2021-05-042-16/+62
| * simplebench: bench_one(): support count=1Vladimir Sementsov-Ogievskiy2021-05-041-1/+4
| * simplebench: bench_one(): add slow_limit argumentVladimir Sementsov-Ogievskiy2021-05-041-1/+13
* | qapi/parser: add docstringsJohn Snow2021-05-201-0/+69
* | qapi/parser: allow 'ch' variable nameJohn Snow2021-05-201-0/+1
* | qapi/parser: Remove superfluous list comprehensionJohn Snow2021-05-201-1/+1
* | qapi/parser: add type hint annotationsJohn Snow2021-05-201-20/+38
* | qapi/parser: Rework _check_pragma_list_of_str as a TypeGuardJohn Snow2021-05-201-14/+16
* | qapi/parser: Fix token membership tests when token can be NoneJohn Snow2021-05-201-2/+3
* | qapi: add must_match helperJohn Snow2021-05-203-11/+16
* | qapi/parser: Use @staticmethod where appropriateJohn Snow2021-05-201-2/+4
* | qapi/parser: assert object keys are stringsJohn Snow2021-05-201-0/+2
* | qapi/parser: enforce all top-level expressions must be dict in _parse()John Snow2021-05-201-6/+8
* | qapi/parser: Assert lexer value is a stringJohn Snow2021-05-201-0/+1
* | qapi/parser: factor parsing routine into methodJohn Snow2021-05-201-12/+28
* | qapi/source: Remove line number from QAPISourceInfo initializerJohn Snow2021-05-202-8/+4Star
* | qapi/parser: Don't try to handle file errorsJohn Snow2021-05-203-14/+18
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2021-05-161-0/+1
|\ \
| * | checkpatch: Fix use of uninitialized valueGreg Kurz2021-05-141-0/+1
* | | coverity-scan: list components, move model to scripts/coverity-scanPaolo Bonzini2021-05-122-0/+154
* | | scripts: fix generation update-binfmts templatesSilvano Cirujano Cuesta2021-05-031-1/+3
| |/ |/|
* | decodetree: Extend argument set syntax to allow typesRichard Henderson2021-05-011-17/+28
* | decodetree: Add support for 64-bit instructionsLuis Fernando Fujita Pires2021-05-011-7/+14