summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* scripts/qmp-shell: move the REPL functionality into QMPShellJohn Snow2021-06-181-3/+7
* scripts/qmp-shell: remove prompt argument from read_exec_commandJohn Snow2021-06-181-3/+3
* scripts/qmp-shell: move get_prompt() to prompt propertyJohn Snow2021-06-181-4/+5
* scripts/qmp-shell: Make verbose a public attributeJohn Snow2021-06-181-10/+6Star
* scripts/qmp-shell: Add pretty attribute to HMP shellJohn Snow2021-06-181-7/+4Star
* scripts/qmp-shell: use argparseJohn Snow2021-06-181-51/+33Star
* scripts/qmp-shell: use isinstance() instead of type()John Snow2021-06-181-2/+2
* scripts/qmp-shell: remove if-raise-else patternsJohn Snow2021-06-181-4/+4
* scripts/qmp-shell: fix shell history exception handlingJohn Snow2021-06-181-9/+6Star
* scripts/qmp-shell: rename one and two-letter variablesJohn Snow2021-06-181-12/+12
* scripts/qmp-shell: make QMPCompleter returns explicitJohn Snow2021-06-181-3/+3
* scripts/qmp-shell: ignore visit_Name nameJohn Snow2021-06-181-1/+1
* scripts/qmp-shell: use triple-double-quote docstring styleJohn Snow2021-06-181-2/+5
* scripts/qmp-shell: declare verbose in __init__John Snow2021-06-181-0/+1
* scripts/qmp-shell: Use python3-style super()John Snow2021-06-181-3/+3
* scripts/qmp-shell: use @classmethod where appropriateJohn Snow2021-06-181-2/+4
* scripts/qmp-shell: remove shadowed variable from _print()John Snow2021-06-181-2/+2
* scripts/qmp-shell: fix connect method signatureJohn Snow2021-06-181-1/+1
* scripts/qmp-shell: fix exception handlingJohn Snow2021-06-181-1/+1
* 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/+0Star
* 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/+16Star
* scripts/qemu-ga-client: Fix exception handlingJohn Snow2021-06-181-6/+4Star
* 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/+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
* 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
|\