summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * scripts/qmp-shell: fix show_banner signatureJohn Snow2021-06-181-2/+2
| * scripts/qmp-shell: Apply flake8 rulesJohn Snow2021-06-181-21/+43
| * scripts/qmp-shell: apply isort rulesJohn Snow2021-06-181-5/+7
| * scripts/qemu-ga-client: Add forwarder shimJohn Snow2021-06-181-0/+11
| * scripts/qemu-ga-client: move to python/qemu/qmp/qemu_ga_client.pyJohn Snow2021-06-181-327/+0
| * scripts/qemu-ga-client: add mypy type hintsJohn Snow2021-06-181-40/+49
| * scripts/qemu-ga-client: apply (most) pylint rulesJohn Snow2021-06-181-3/+15
| * scripts/qemu-ga-client: add module docstringJohn Snow2021-06-181-32/+33
| * scripts/qemu-ga-client: replace deprecated optparse with argparseJohn Snow2021-06-181-18/+16
| * scripts/qemu-ga-client: Fix exception handlingJohn Snow2021-06-181-6/+4
| * scripts/qemu-ga-client: apply (most) flake8 rulesJohn Snow2021-06-181-12/+16
| * scripts/qemu-ga-client: apply isort rulesJohn Snow2021-06-181-4/+5
| * 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/+0
| * 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/+8
| * 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/+16
| * python/qmp: add parse_address classmethodJohn Snow2021-06-181-19/+2
* | 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