COMMITS
/ scripts/qmp/qmp-shell March 30, 2022
J
python: rename qemu.aqmp to qemu.qmp
John Snow committed
January 10, 2022
J
python: move qmp-shell under the AQMP package
John Snow committed
June 7, 2021
J
scripts/qmp-shell: add redirection shim
John Snow committed
J
scripts/qmp-shell: move to python/qemu/qmp/qmp_shell.py
John Snow committed
J
scripts/qmp-shell: add docstrings
John Snow committed
J
scripts/qmp-shell: make QMPShellError inherit QMPError
John Snow committed
J
scripts/qmp-shell: remove double-underscores
John Snow committed
J
scripts/qmp-shell: convert usage comment to docstring
John Snow committed
J
scripts/qmp-shell: Remove too-broad-exception
John Snow committed
J
scripts/qmp-shell: Fix empty-transaction invocation
John Snow committed
J
scripts/qmp-shell: remove TODO
John Snow committed
J
scripts/qmp-shell: use logging to show warnings
John Snow committed
J
scripts/qmp-shell: Use context manager instead of atexit
John Snow committed
J
scripts/qmp-shell: unprivatize 'pretty' property
John Snow committed
J
scripts/qmp-shell: Accept SocketAddrT instead of string
John Snow committed
J
scripts/qmp-shell: add mypy types
John Snow committed
J
scripts/qmp-shell: initialize completer early
John Snow committed
J
scripts/qmp-shell: refactor QMPCompleter
John Snow committed
J
scripts/qmp-shell: Fix "FuzzyJSON" parser
John Snow committed
J
scripts/qmp-shell: move the REPL functionality into QMPShell
John Snow committed
J
scripts/qmp-shell: remove prompt argument from read_exec_command
John Snow committed
J
scripts/qmp-shell: move get_prompt() to prompt property
John Snow committed
J
scripts/qmp-shell: Make verbose a public attribute
John Snow committed
J
scripts/qmp-shell: Add pretty attribute to HMP shell
John Snow committed
J
scripts/qmp-shell: use argparse
John Snow committed
J
scripts/qmp-shell: use isinstance() instead of type()
John Snow committed
J
scripts/qmp-shell: remove if-raise-else patterns
John Snow committed
J
scripts/qmp-shell: fix shell history exception handling
John Snow committed
J
scripts/qmp-shell: rename one and two-letter variables
John Snow committed
J
scripts/qmp-shell: make QMPCompleter returns explicit
John Snow committed
J
scripts/qmp-shell: ignore visit_Name name
John Snow committed
J
scripts/qmp-shell: use triple-double-quote docstring style
John Snow committed
J
scripts/qmp-shell: declare verbose in __init__
John Snow committed
J
scripts/qmp-shell: Use python3-style super()
John Snow committed
J
scripts/qmp-shell: use @classmethod where appropriate
John Snow committed
J
scripts/qmp-shell: remove shadowed variable from _print()
John Snow committed
J
scripts/qmp-shell: fix connect method signature
John Snow committed
J
scripts/qmp-shell: fix exception handling
John Snow committed
J
scripts/qmp-shell: fix show_banner signature
John Snow committed
J
scripts/qmp-shell: Apply flake8 rules
John Snow committed
J
scripts/qmp-shell: apply isort rules
John Snow committed
June 3, 2021
J
python/qmp: add parse_address classmethod
John Snow committed
October 13, 2020
D
qmp-shell: Sort by key when pretty-printing
David Edmondson committed
May 14, 2020
J
python: remove more instances of sys.version_info
John Snow committed
February 4, 2020
P
drop "from __future__ import print_function"
Paolo Bonzini committed
January 30, 2020
P
scripts: Explicit usage of Python 3 (scripts with __main__)
Philippe Mathieu-Daudé committed
June 20, 2019
I
qmp: make qmp-shell work with python3
Igor Mammedov committed
February 5, 2019
M
qmp-shell: fix nested json regression
Marc-André Lureau committed
February 6, 2019
C
Introduce a Python module structure
Cleber Rosa committed
March 26, 2018
M
qmp-shell: learn to send commands with quoted arguments
Marc-André Lureau committed