aboutsummaryrefslogtreecommitdiff
path: root/scripts/qmp
AgeCommit message (Expand)AuthorFilesLines
2021-06-18scripts/qemu-ga-client: Fix exception handlingJohn Snow1-6/+4
2021-06-18scripts/qemu-ga-client: apply (most) flake8 rulesJohn Snow1-12/+16
2021-06-18scripts/qemu-ga-client: apply isort rulesJohn Snow1-4/+5
2021-06-18scripts/qom-fuse: add redirection shim to python/qemu/qmp/qom-fuse.pyJohn Snow1-0/+11
2021-06-18scripts/qom-fuse: move to python/qemu/qmp/qom_fuse.pyJohn Snow1-214/+0
2021-06-18scripts/qom-fuse: add static type hintsJohn Snow1-9/+17
2021-06-18scripts/qom-fuse: ensure QOMFuse.read always returns bytesJohn Snow1-3/+3
2021-06-18scripts/qom-fuse: use QOMCommand.qom_list()John Snow1-10/+8
2021-06-18scripts/qom-fuse: Convert to QOMCommandJohn Snow1-13/+46
2021-06-18scripts/qom-fuse: Add docstringsJohn Snow1-2/+19
2021-06-18scripts/qom-fuse: Apply pylint rulesJohn Snow1-8/+8
2021-06-18scripts/qom-fuse: apply flake8 rulesJohn Snow1-38/+43
2021-06-18scripts/qom-fuse: apply isort rulesJohn Snow1-3/+9
2021-06-18scripts/qmp: redirect qom-xxx scripts to python/qemu/qmp/John Snow4-250/+16
2021-06-18python/qmp: add parse_address classmethodJohn Snow1-19/+2
2021-02-25docs: update to show preferred boolean syntax for -chardevDaniel P. Berrangé1-1/+1
2020-10-27scripts/qmp: delete 'qmp' scriptJohn Snow1-124/+7
2020-10-27qmp-shell: Sort by key when pretty-printingDavid Edmondson1-1/+1
2020-09-03scripts/qmp/qom-fuse: Fix getattr(), read() for files in /Markus Armbruster1-2/+8
2020-09-03scripts/qmp/qom-fuse: Port to current Python module fuseMarkus Armbruster1-46/+47
2020-09-03scripts/qmp/qom-fuse: Unbreak import of QEMUMonitorProtocolMarkus Armbruster1-2/+2
2020-05-31python: remove more instances of sys.version_infoJohn Snow1-3/+0
2020-05-31scripts/qmp: Fix shebang and importsJohn Snow6-6/+18
2020-05-31scripts/qmp: Use Python 3 interpreterPhilippe Mathieu-Daudé4-4/+4
2020-02-07drop "from __future__ import print_function"Paolo Bonzini7-7/+0
2020-02-07scripts: Explicit usage of Python 3 (scripts with __main__)Philippe Mathieu-Daudé4-4/+4
2019-07-01qmp: make qmp-shell work with python3Igor Mammedov1-1/+4
2019-03-11qmp-shell: fix nested json regressionMarc-André Lureau1-2/+2
2019-02-22Introduce a Python module structureCleber Rosa4-258/+7
2018-08-15qmp-shell: learn to send commands with quoted argumentsMarc-André Lureau1-1/+2
2018-06-22Partially revert "python: futurize -f libfuturize.fixes.fix_absolute_import"Eduardo Habkost8-16/+8
2018-06-08python: futurize -f lib2to3.fixes.fix_numliteralsEduardo Habkost1-3/+3
2018-06-08python: futurize -f lib2to3.fixes.fix_standarderrorEduardo Habkost1-3/+3
2018-06-08python: futurize -f lib2to3.fixes.fix_has_keyEduardo Habkost7-8/+8
2018-06-08python: futurize -f libfuturize.fixes.fix_absolute_importEduardo Habkost8-8/+16
2018-06-08python: futurize -f libfuturize.fixes.fix_print_with_importEduardo Habkost7-40/+47
2018-03-12qmp.py: Encode json data before sendingEduardo Habkost1-1/+1
2017-11-21Use HTTPS for qemu.org and other domainsStefan Hajnoczi1-1/+1
2017-11-21Use qemu.org domain nameStefan Hajnoczi1-1/+1
2017-10-11scripts: Remove debug parameter from QEMUMonitorProtocolEduardo Habkost1-9/+7
2017-09-15qmp.py: Avoid overriding a builtin objectLukáš Doktor1-4/+4
2017-09-15qmp.py: Avoid "has_key" usageLukáš Doktor1-1/+1
2017-09-15qmp.py: Use object-based class for QEMUMonitorProtocolLukáš Doktor2-3/+3
2017-09-15qmp.py: Couple of pylint/style fixesLukáš Doktor1-13/+24
2017-05-23scripts/qmp/qom-set: fix the value argument passed to srv.command()Greg Kurz1-1/+1
2017-05-09qmp-shell: improve helpMarc-André Lureau1-1/+5
2017-05-09qmp-shell: don't show version greeting if unavailableMarc-André Lureau1-0/+3
2017-05-09qmp-shell: Cope with query-commands errorMarc-André Lureau1-1/+4
2017-05-09qmp-shell: add -N option to skip negotiateMarc-André Lureau1-4/+7
2017-05-09qmp-shell: add persistent command historyJohn Snow1-0/+21