index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
qmp
Age
Commit message (
Expand
)
Author
2021-06-18
scripts/qmp-shell: fix shell history exception handling
John Snow
2021-06-18
scripts/qmp-shell: rename one and two-letter variables
John Snow
2021-06-18
scripts/qmp-shell: make QMPCompleter returns explicit
John Snow
2021-06-18
scripts/qmp-shell: ignore visit_Name name
John Snow
2021-06-18
scripts/qmp-shell: use triple-double-quote docstring style
John Snow
2021-06-18
scripts/qmp-shell: declare verbose in __init__
John Snow
2021-06-18
scripts/qmp-shell: Use python3-style super()
John Snow
2021-06-18
scripts/qmp-shell: use @classmethod where appropriate
John Snow
2021-06-18
scripts/qmp-shell: remove shadowed variable from _print()
John Snow
2021-06-18
scripts/qmp-shell: fix connect method signature
John Snow
2021-06-18
scripts/qmp-shell: fix exception handling
John Snow
2021-06-18
scripts/qmp-shell: fix show_banner signature
John Snow
2021-06-18
scripts/qmp-shell: Apply flake8 rules
John Snow
2021-06-18
scripts/qmp-shell: apply isort rules
John Snow
2021-06-18
scripts/qemu-ga-client: Add forwarder shim
John Snow
2021-06-18
scripts/qemu-ga-client: move to python/qemu/qmp/qemu_ga_client.py
John Snow
2021-06-18
scripts/qemu-ga-client: add mypy type hints
John Snow
2021-06-18
scripts/qemu-ga-client: apply (most) pylint rules
John Snow
2021-06-18
scripts/qemu-ga-client: add module docstring
John Snow
2021-06-18
scripts/qemu-ga-client: replace deprecated optparse with argparse
John Snow
2021-06-18
scripts/qemu-ga-client: Fix exception handling
John Snow
2021-06-18
scripts/qemu-ga-client: apply (most) flake8 rules
John Snow
2021-06-18
scripts/qemu-ga-client: apply isort rules
John Snow
2021-06-18
scripts/qom-fuse: add redirection shim to python/qemu/qmp/qom-fuse.py
John Snow
2021-06-18
scripts/qom-fuse: move to python/qemu/qmp/qom_fuse.py
John Snow
2021-06-18
scripts/qom-fuse: add static type hints
John Snow
2021-06-18
scripts/qom-fuse: ensure QOMFuse.read always returns bytes
John Snow
2021-06-18
scripts/qom-fuse: use QOMCommand.qom_list()
John Snow
2021-06-18
scripts/qom-fuse: Convert to QOMCommand
John Snow
2021-06-18
scripts/qom-fuse: Add docstrings
John Snow
2021-06-18
scripts/qom-fuse: Apply pylint rules
John Snow
2021-06-18
scripts/qom-fuse: apply flake8 rules
John Snow
2021-06-18
scripts/qom-fuse: apply isort rules
John Snow
2021-06-18
scripts/qmp: redirect qom-xxx scripts to python/qemu/qmp/
John Snow
2021-06-18
python/qmp: add parse_address classmethod
John Snow
2021-02-25
docs: update to show preferred boolean syntax for -chardev
Daniel P. Berrangé
2020-10-27
scripts/qmp: delete 'qmp' script
John Snow
2020-10-27
qmp-shell: Sort by key when pretty-printing
David Edmondson
2020-09-03
scripts/qmp/qom-fuse: Fix getattr(), read() for files in /
Markus Armbruster
2020-09-03
scripts/qmp/qom-fuse: Port to current Python module fuse
Markus Armbruster
2020-09-03
scripts/qmp/qom-fuse: Unbreak import of QEMUMonitorProtocol
Markus Armbruster
2020-05-31
python: remove more instances of sys.version_info
John Snow
2020-05-31
scripts/qmp: Fix shebang and imports
John Snow
2020-05-31
scripts/qmp: Use Python 3 interpreter
Philippe Mathieu-Daudé
2020-02-07
drop "from __future__ import print_function"
Paolo Bonzini
2020-02-07
scripts: Explicit usage of Python 3 (scripts with __main__)
Philippe Mathieu-Daudé
2019-07-01
qmp: make qmp-shell work with python3
Igor Mammedov
2019-03-11
qmp-shell: fix nested json regression
Marc-André Lureau
2019-02-22
Introduce a Python module structure
Cleber Rosa
2018-08-15
qmp-shell: learn to send commands with quoted arguments
Marc-André Lureau
[next]