aboutsummaryrefslogtreecommitdiff
path: root/scripts/qmp
AgeCommit message (Expand)Author
2022-04-21python: rename qemu.aqmp to qemu.qmpJohn Snow
2022-03-07scripts/qmp-shell-wrap: Fix import pathJohn Snow
2022-02-23python: introduce qmp-shell-wrap convenience toolDaniel P. Berrangé
2022-01-21python: move qmp-shell under the AQMP packageJohn Snow
2022-01-21python: move qmp utilities to python/qemu/utilsJohn Snow
2021-06-18scripts/qmp-shell: add redirection shimJohn Snow
2021-06-18scripts/qmp-shell: move to python/qemu/qmp/qmp_shell.pyJohn Snow
2021-06-18scripts/qmp-shell: add docstringsJohn Snow
2021-06-18scripts/qmp-shell: make QMPShellError inherit QMPErrorJohn Snow
2021-06-18scripts/qmp-shell: remove double-underscoresJohn Snow
2021-06-18scripts/qmp-shell: convert usage comment to docstringJohn Snow
2021-06-18scripts/qmp-shell: Remove too-broad-exceptionJohn Snow
2021-06-18scripts/qmp-shell: Fix empty-transaction invocationJohn Snow
2021-06-18scripts/qmp-shell: remove TODOJohn Snow
2021-06-18scripts/qmp-shell: use logging to show warningsJohn Snow
2021-06-18scripts/qmp-shell: Use context manager instead of atexitJohn Snow
2021-06-18scripts/qmp-shell: unprivatize 'pretty' propertyJohn Snow
2021-06-18scripts/qmp-shell: Accept SocketAddrT instead of stringJohn Snow
2021-06-18scripts/qmp-shell: add mypy typesJohn Snow
2021-06-18scripts/qmp-shell: initialize completer earlyJohn Snow
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