- 37094b6 python: rename qemu.aqmp to qemu.qmp by John Snow · 3 years ago
- 7cba010 scripts/qmp-shell-wrap: Fix import path by John Snow · 3 years, 1 month ago
- 4391252 python: introduce qmp-shell-wrap convenience tool by Daniel P. Berrangé · 3 years, 2 months ago
- fd9c3a6 python: move qmp-shell under the AQMP package by John Snow · 3 years, 2 months ago
- 0347c4c python: move qmp utilities to python/qemu/utils by John Snow · 3 years, 2 months ago
- d08caef scripts/qmp-shell: add redirection shim by John Snow · 3 years, 9 months ago
- 6be7206 scripts/qmp-shell: move to python/qemu/qmp/qmp_shell.py by John Snow · 3 years, 9 months ago
- e359c5a scripts/qmp-shell: add docstrings by John Snow · 3 years, 9 months ago
- 6a1105a scripts/qmp-shell: make QMPShellError inherit QMPError by John Snow · 3 years, 9 months ago
- a64fe44 scripts/qmp-shell: remove double-underscores by John Snow · 3 years, 9 months ago
- 7fc2989 scripts/qmp-shell: convert usage comment to docstring by John Snow · 3 years, 9 months ago
- 26d3ce9 scripts/qmp-shell: Remove too-broad-exception by John Snow · 3 years, 9 months ago
- c83055e scripts/qmp-shell: Fix empty-transaction invocation by John Snow · 3 years, 9 months ago
- 7468837 scripts/qmp-shell: remove TODO by John Snow · 3 years, 9 months ago
- be19c6a scripts/qmp-shell: use logging to show warnings by John Snow · 3 years, 9 months ago
- d1d14e5 scripts/qmp-shell: Use context manager instead of atexit by John Snow · 3 years, 9 months ago
- 6e24a7e scripts/qmp-shell: unprivatize 'pretty' property by John Snow · 3 years, 9 months ago
- b0b8ca1 scripts/qmp-shell: Accept SocketAddrT instead of string by John Snow · 3 years, 9 months ago
- 1eab887 scripts/qmp-shell: add mypy types by John Snow · 3 years, 9 months ago
- 4157429 scripts/qmp-shell: initialize completer early by John Snow · 3 years, 9 months ago
- db12abc scripts/qmp-shell: refactor QMPCompleter by John Snow · 3 years, 9 months ago
- 6faf238 scripts/qmp-shell: Fix "FuzzyJSON" parser by John Snow · 3 years, 9 months ago
- ad4eebe scripts/qmp-shell: move the REPL functionality into QMPShell by John Snow · 3 years, 9 months ago
- 1215a1f scripts/qmp-shell: remove prompt argument from read_exec_command by John Snow · 3 years, 9 months ago
- 1caa505 scripts/qmp-shell: move get_prompt() to prompt property by John Snow · 3 years, 9 months ago
- 2ac3f37 scripts/qmp-shell: Make verbose a public attribute by John Snow · 3 years, 9 months ago
- ad45913 scripts/qmp-shell: Add pretty attribute to HMP shell by John Snow · 3 years, 9 months ago
- 17329be scripts/qmp-shell: use argparse by John Snow · 3 years, 9 months ago
- 90bd8eb scripts/qmp-shell: use isinstance() instead of type() by John Snow · 3 years, 9 months ago
- 73f699c scripts/qmp-shell: remove if-raise-else patterns by John Snow · 3 years, 9 months ago
- d962ec8 scripts/qmp-shell: fix shell history exception handling by John Snow · 3 years, 9 months ago
- 628b92d scripts/qmp-shell: rename one and two-letter variables by John Snow · 3 years, 9 months ago
- 2813dee scripts/qmp-shell: make QMPCompleter returns explicit by John Snow · 3 years, 9 months ago
- 50f6f1c scripts/qmp-shell: ignore visit_Name name by John Snow · 3 years, 9 months ago
- c6be2bf scripts/qmp-shell: use triple-double-quote docstring style by John Snow · 3 years, 9 months ago
- 3122636 scripts/qmp-shell: declare verbose in __init__ by John Snow · 3 years, 9 months ago
- 5cb0233 scripts/qmp-shell: Use python3-style super() by John Snow · 3 years, 9 months ago
- c4a1447 scripts/qmp-shell: use @classmethod where appropriate by John Snow · 3 years, 9 months ago
- 9669c82 scripts/qmp-shell: remove shadowed variable from _print() by John Snow · 3 years, 9 months ago
- f2daa2d scripts/qmp-shell: fix connect method signature by John Snow · 3 years, 9 months ago
- de14ba2 scripts/qmp-shell: fix exception handling by John Snow · 3 years, 9 months ago
- 70e5674 scripts/qmp-shell: fix show_banner signature by John Snow · 3 years, 9 months ago
- 169b43b scripts/qmp-shell: Apply flake8 rules by John Snow · 3 years, 9 months ago
- badf462 scripts/qmp-shell: apply isort rules by John Snow · 3 years, 9 months ago
- 88fb483 scripts/qemu-ga-client: Add forwarder shim by John Snow · 3 years, 10 months ago
- 1e129af scripts/qemu-ga-client: move to python/qemu/qmp/qemu_ga_client.py by John Snow · 3 years, 10 months ago
- ca683d4 scripts/qemu-ga-client: add mypy type hints by John Snow · 3 years, 10 months ago
- f85d325 scripts/qemu-ga-client: apply (most) pylint rules by John Snow · 3 years, 10 months ago
- aff103b scripts/qemu-ga-client: add module docstring by John Snow · 3 years, 10 months ago
- 0cf1a52 scripts/qemu-ga-client: replace deprecated optparse with argparse by John Snow · 3 years, 10 months ago
- e6de9ce scripts/qemu-ga-client: Fix exception handling by John Snow · 3 years, 10 months ago
- e75f516 scripts/qemu-ga-client: apply (most) flake8 rules by John Snow · 3 years, 10 months ago
- 9510e4f scripts/qemu-ga-client: apply isort rules by John Snow · 3 years, 10 months ago
- c89b38c scripts/qom-fuse: add redirection shim to python/qemu/qmp/qom-fuse.py by John Snow · 3 years, 10 months ago
- 173d185 scripts/qom-fuse: move to python/qemu/qmp/qom_fuse.py by John Snow · 3 years, 10 months ago
- 30ec845 scripts/qom-fuse: add static type hints by John Snow · 3 years, 10 months ago
- 2cea713 scripts/qom-fuse: ensure QOMFuse.read always returns bytes by John Snow · 3 years, 10 months ago
- 9ec8a38 scripts/qom-fuse: use QOMCommand.qom_list() by John Snow · 3 years, 10 months ago
- 2aa1017 scripts/qom-fuse: Convert to QOMCommand by John Snow · 3 years, 10 months ago
- 187be27 scripts/qom-fuse: Add docstrings by John Snow · 3 years, 10 months ago
- 7552823 scripts/qom-fuse: Apply pylint rules by John Snow · 3 years, 10 months ago
- 26c1cca scripts/qom-fuse: apply flake8 rules by John Snow · 3 years, 10 months ago
- c6b7eae scripts/qom-fuse: apply isort rules by John Snow · 3 years, 10 months ago
- 908ff4b scripts/qmp: redirect qom-xxx scripts to python/qemu/qmp/ by John Snow · 3 years, 10 months ago
- 587adac python/qmp: add parse_address classmethod by John Snow · 3 years, 10 months ago
- c238741 docs: update to show preferred boolean syntax for -chardev by Daniel P. Berrangé · 4 years, 1 month ago
- 3600604 scripts/qmp: delete 'qmp' script by John Snow · 4 years, 5 months ago
- fca9d72 qmp-shell: Sort by key when pretty-printing by David Edmondson · 4 years, 5 months ago
- 3a14019 scripts/qmp/qom-fuse: Fix getattr(), read() for files in / by Markus Armbruster · 4 years, 8 months ago
- f713ed4 scripts/qmp/qom-fuse: Port to current Python module fuse by Markus Armbruster · 4 years, 8 months ago
- 67abc3d scripts/qmp/qom-fuse: Unbreak import of QEMUMonitorProtocol by Markus Armbruster · 4 years, 8 months ago
- 2d110c1 python: remove more instances of sys.version_info by John Snow · 4 years, 10 months ago
- c7b942d scripts/qmp: Fix shebang and imports by John Snow · 4 years, 10 months ago
- 06d4c71 scripts/qmp: Use Python 3 interpreter by Philippe Mathieu-Daudé · 4 years, 10 months ago
- 423edd9 drop "from __future__ import print_function" by Paolo Bonzini · 5 years ago
- 3d004a3 scripts: Explicit usage of Python 3 (scripts with __main__) by Philippe Mathieu-Daudé · 5 years ago
- 08aa87f qmp: make qmp-shell work with python3 by Igor Mammedov · 6 years ago
- b35203b qmp-shell: fix nested json regression by Marc-André Lureau · 6 years ago
- 8f8fd9e Introduce a Python module structure by Cleber Rosa · 6 years ago
- fcfab75 qmp-shell: learn to send commands with quoted arguments by Marc-André Lureau · 7 years ago
- bf20b67 Partially revert "python: futurize -f libfuturize.fixes.fix_absolute_import" by Eduardo Habkost · 7 years ago
- 4803c5c python: futurize -f lib2to3.fixes.fix_numliterals by Eduardo Habkost · 7 years ago
- 050c5d8 python: futurize -f lib2to3.fixes.fix_standarderror by Eduardo Habkost · 7 years ago
- d7a4228 python: futurize -f lib2to3.fixes.fix_has_key by Eduardo Habkost · 7 years ago
- 068cf7a python: futurize -f libfuturize.fixes.fix_absolute_import by Eduardo Habkost · 7 years ago
- f03868b python: futurize -f libfuturize.fixes.fix_print_with_import by Eduardo Habkost · 7 years ago
- 7e2b34f qmp.py: Encode json data before sending by Eduardo Habkost · 7 years ago
- 70b7fba Use HTTPS for qemu.org and other domains by Stefan Hajnoczi · 7 years ago
- 1b3bbc6 Use qemu.org domain name by Stefan Hajnoczi · 7 years ago
- 0917765 scripts: Remove debug parameter from QEMUMonitorProtocol by Eduardo Habkost · 7 years ago
- 7b6b9db qmp.py: Avoid overriding a builtin object by Lukáš Doktor · 8 years ago
- 2cb05a3 qmp.py: Avoid "has_key" usage by Lukáš Doktor · 8 years ago
- 3dd29b4 qmp.py: Use object-based class for QEMUMonitorProtocol by Lukáš Doktor · 8 years ago
- 9d47f6d qmp.py: Couple of pylint/style fixes by Lukáš Doktor · 8 years ago
- fe2f74a scripts/qmp/qom-set: fix the value argument passed to srv.command() by Greg Kurz · 8 years ago
- dcd3b25 qmp-shell: improve help by Marc-André Lureau · 8 years ago
- b13d2ff qmp-shell: don't show version greeting if unavailable by Marc-André Lureau · 8 years ago
- daa5a72 qmp-shell: Cope with query-commands error by Marc-André Lureau · 8 years ago
- c5e397d qmp-shell: add -N option to skip negotiate by Marc-André Lureau · 8 years ago
- aa3b167 qmp-shell: add persistent command history by John Snow · 8 years ago