aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2021-06-18scripts/qmp-shell: refactor QMPCompleterJohn Snow
2021-06-18scripts/qmp-shell: Fix "FuzzyJSON" parserJohn Snow
2021-06-18scripts/qmp-shell: move the REPL functionality into QMPShellJohn Snow
2021-06-18scripts/qmp-shell: remove prompt argument from read_exec_commandJohn Snow
2021-06-18scripts/qmp-shell: move get_prompt() to prompt propertyJohn Snow
2021-06-18scripts/qmp-shell: Make verbose a public attributeJohn Snow
2021-06-18scripts/qmp-shell: Add pretty attribute to HMP shellJohn Snow
2021-06-18scripts/qmp-shell: use argparseJohn Snow
2021-06-18scripts/qmp-shell: use isinstance() instead of type()John Snow
2021-06-18scripts/qmp-shell: remove if-raise-else patternsJohn Snow
2021-06-18scripts/qmp-shell: fix shell history exception handlingJohn Snow
2021-06-18scripts/qmp-shell: rename one and two-letter variablesJohn Snow
2021-06-18scripts/qmp-shell: make QMPCompleter returns explicitJohn Snow
2021-06-18scripts/qmp-shell: ignore visit_Name nameJohn Snow
2021-06-18scripts/qmp-shell: use triple-double-quote docstring styleJohn Snow
2021-06-18scripts/qmp-shell: declare verbose in __init__John Snow
2021-06-18scripts/qmp-shell: Use python3-style super()John Snow
2021-06-18scripts/qmp-shell: use @classmethod where appropriateJohn Snow
2021-06-18scripts/qmp-shell: remove shadowed variable from _print()John Snow
2021-06-18scripts/qmp-shell: fix connect method signatureJohn Snow
2021-06-18scripts/qmp-shell: fix exception handlingJohn Snow
2021-06-18scripts/qmp-shell: fix show_banner signatureJohn Snow
2021-06-18scripts/qmp-shell: Apply flake8 rulesJohn Snow
2021-06-18scripts/qmp-shell: apply isort rulesJohn Snow
2021-06-18scripts/qemu-ga-client: Add forwarder shimJohn Snow
2021-06-18scripts/qemu-ga-client: move to python/qemu/qmp/qemu_ga_client.pyJohn Snow
2021-06-18scripts/qemu-ga-client: add mypy type hintsJohn Snow
2021-06-18scripts/qemu-ga-client: apply (most) pylint rulesJohn Snow
2021-06-18scripts/qemu-ga-client: add module docstringJohn Snow
2021-06-18scripts/qemu-ga-client: replace deprecated optparse with argparseJohn Snow
2021-06-18scripts/qemu-ga-client: Fix exception handlingJohn Snow
2021-06-18scripts/qemu-ga-client: apply (most) flake8 rulesJohn Snow
2021-06-18scripts/qemu-ga-client: apply isort rulesJohn Snow
2021-06-18scripts/qom-fuse: add redirection shim to python/qemu/qmp/qom-fuse.pyJohn Snow
2021-06-18scripts/qom-fuse: move to python/qemu/qmp/qom_fuse.pyJohn Snow
2021-06-18scripts/qom-fuse: add static type hintsJohn Snow
2021-06-18scripts/qom-fuse: ensure QOMFuse.read always returns bytesJohn Snow
2021-06-18scripts/qom-fuse: use QOMCommand.qom_list()John Snow
2021-06-18scripts/qom-fuse: Convert to QOMCommandJohn Snow
2021-06-18scripts/qom-fuse: Add docstringsJohn Snow
2021-06-18scripts/qom-fuse: Apply pylint rulesJohn Snow
2021-06-18scripts/qom-fuse: apply flake8 rulesJohn Snow
2021-06-18scripts/qom-fuse: apply isort rulesJohn Snow
2021-06-18scripts/qmp: redirect qom-xxx scripts to python/qemu/qmp/John Snow
2021-06-18python/qmp: add parse_address classmethodJohn Snow
2021-06-15softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()David Hildenbrand
2021-06-07Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell
2021-06-07scripts/checkpatch.pl: process .c.inc and .h.inc files as C sourceMatheus Ferst
2021-06-05scripts/oss-fuzz: Fix typo in documentationPhilippe Mathieu-Daudé
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella