aboutsummaryrefslogtreecommitdiff
path: root/scripts/qmp/qmp-shell
AgeCommit message (Expand)Author
2022-04-21python: rename qemu.aqmp to qemu.qmpJohn Snow
2022-01-21python: move qmp-shell under the AQMP packageJohn 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-18python/qmp: add parse_address classmethodJohn Snow
2020-10-27qmp-shell: Sort by key when pretty-printingDavid Edmondson
2020-05-31python: remove more instances of sys.version_infoJohn Snow
2020-02-07drop "from __future__ import print_function"Paolo Bonzini
2020-02-07scripts: Explicit usage of Python 3 (scripts with __main__)Philippe Mathieu-Daudé
2019-07-01qmp: make qmp-shell work with python3Igor Mammedov
2019-03-11qmp-shell: fix nested json regressionMarc-André Lureau
2019-02-22Introduce a Python module structureCleber Rosa
2018-08-15qmp-shell: learn to send commands with quoted argumentsMarc-André Lureau