summaryrefslogtreecommitdiffstats
path: root/scripts/qmp
Commit message (Expand)AuthorAgeFilesLines
* python: rename qemu.aqmp to qemu.qmpJohn Snow2022-04-212-2/+2
* scripts/qmp-shell-wrap: Fix import pathJohn Snow2022-03-071-1/+1
* python: introduce qmp-shell-wrap convenience toolDaniel P. Berrangé2022-02-231-0/+11
* python: move qmp-shell under the AQMP packageJohn Snow2022-01-211-1/+1
* python: move qmp utilities to python/qemu/utilsJohn Snow2022-01-216-6/+6
* scripts/qmp-shell: add redirection shimJohn Snow2021-06-181-0/+11
* scripts/qmp-shell: move to python/qemu/qmp/qmp_shell.pyJohn Snow2021-06-181-538/+0Star
* scripts/qmp-shell: add docstringsJohn Snow2021-06-181-1/+38
* scripts/qmp-shell: make QMPShellError inherit QMPErrorJohn Snow2021-06-181-1/+1
* scripts/qmp-shell: remove double-underscoresJohn Snow2021-06-181-26/+26
* scripts/qmp-shell: convert usage comment to docstringJohn Snow2021-06-181-56/+72
* scripts/qmp-shell: Remove too-broad-exceptionJohn Snow2021-06-181-4/+7
* scripts/qmp-shell: Fix empty-transaction invocationJohn Snow2021-06-181-6/+8
* scripts/qmp-shell: remove TODOJohn Snow2021-06-181-2/+0Star
* scripts/qmp-shell: use logging to show warningsJohn Snow2021-06-181-2/+8
* scripts/qmp-shell: Use context manager instead of atexitJohn Snow2021-06-181-16/+19
* scripts/qmp-shell: unprivatize 'pretty' propertyJohn Snow2021-06-181-5/+4Star
* scripts/qmp-shell: Accept SocketAddrT instead of stringJohn Snow2021-06-181-5/+7
* scripts/qmp-shell: add mypy typesJohn Snow2021-06-181-26/+41
* scripts/qmp-shell: initialize completer earlyJohn Snow2021-06-181-1/+1
* scripts/qmp-shell: refactor QMPCompleterJohn Snow2021-06-181-3/+11
* scripts/qmp-shell: Fix "FuzzyJSON" parserJohn Snow2021-06-181-10/+10
* 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