summaryrefslogtreecommitdiffstats
path: root/scripts/qmp
Commit message (Expand)AuthorAgeFilesLines
...
* scripts/qemu-ga-client: Fix exception handlingJohn Snow2021-06-181-6/+4Star
* scripts/qemu-ga-client: apply (most) flake8 rulesJohn Snow2021-06-181-12/+16
* scripts/qemu-ga-client: apply isort rulesJohn Snow2021-06-181-4/+5
* scripts/qom-fuse: add redirection shim to python/qemu/qmp/qom-fuse.pyJohn Snow2021-06-181-0/+11
* scripts/qom-fuse: move to python/qemu/qmp/qom_fuse.pyJohn Snow2021-06-181-214/+0Star
* scripts/qom-fuse: add static type hintsJohn Snow2021-06-181-9/+17
* scripts/qom-fuse: ensure QOMFuse.read always returns bytesJohn Snow2021-06-181-3/+3
* scripts/qom-fuse: use QOMCommand.qom_list()John Snow2021-06-181-10/+8Star
* scripts/qom-fuse: Convert to QOMCommandJohn Snow2021-06-181-13/+46
* scripts/qom-fuse: Add docstringsJohn Snow2021-06-181-2/+19
* scripts/qom-fuse: Apply pylint rulesJohn Snow2021-06-181-8/+8
* scripts/qom-fuse: apply flake8 rulesJohn Snow2021-06-181-38/+43
* scripts/qom-fuse: apply isort rulesJohn Snow2021-06-181-3/+9
* scripts/qmp: redirect qom-xxx scripts to python/qemu/qmp/John Snow2021-06-184-250/+16Star
* python/qmp: add parse_address classmethodJohn Snow2021-06-181-19/+2Star
* docs: update to show preferred boolean syntax for -chardevDaniel P. Berrangé2021-02-251-1/+1
* scripts/qmp: delete 'qmp' scriptJohn Snow2020-10-271-124/+7Star
* qmp-shell: Sort by key when pretty-printingDavid Edmondson2020-10-271-1/+1
* scripts/qmp/qom-fuse: Fix getattr(), read() for files in /Markus Armbruster2020-09-031-2/+8
* scripts/qmp/qom-fuse: Port to current Python module fuseMarkus Armbruster2020-09-031-46/+47
* scripts/qmp/qom-fuse: Unbreak import of QEMUMonitorProtocolMarkus Armbruster2020-09-031-2/+2
* python: remove more instances of sys.version_infoJohn Snow2020-05-311-3/+0Star
* scripts/qmp: Fix shebang and importsJohn Snow2020-05-316-6/+18
* scripts/qmp: Use Python 3 interpreterPhilippe Mathieu-Daudé2020-05-314-4/+4
* drop "from __future__ import print_function"Paolo Bonzini2020-02-077-7/+0Star
* scripts: Explicit usage of Python 3 (scripts with __main__)Philippe Mathieu-Daudé2020-02-074-4/+4
* qmp: make qmp-shell work with python3Igor Mammedov2019-07-021-1/+4
* qmp-shell: fix nested json regressionMarc-André Lureau2019-03-111-2/+2
* Introduce a Python module structureCleber Rosa2019-02-224-258/+7Star
* qmp-shell: learn to send commands with quoted argumentsMarc-André Lureau2018-08-151-1/+2
* Partially revert "python: futurize -f libfuturize.fixes.fix_absolute_import"Eduardo Habkost2018-06-228-16/+8Star
* python: futurize -f lib2to3.fixes.fix_numliteralsEduardo Habkost2018-06-081-3/+3
* python: futurize -f lib2to3.fixes.fix_standarderrorEduardo Habkost2018-06-081-3/+3
* python: futurize -f lib2to3.fixes.fix_has_keyEduardo Habkost2018-06-087-8/+8
* python: futurize -f libfuturize.fixes.fix_absolute_importEduardo Habkost2018-06-088-8/+16
* python: futurize -f libfuturize.fixes.fix_print_with_importEduardo Habkost2018-06-087-40/+47
* qmp.py: Encode json data before sendingEduardo Habkost2018-03-121-1/+1
* Use HTTPS for qemu.org and other domainsStefan Hajnoczi2017-11-211-1/+1
* Use qemu.org domain nameStefan Hajnoczi2017-11-211-1/+1
* scripts: Remove debug parameter from QEMUMonitorProtocolEduardo Habkost2017-10-111-9/+7Star
* qmp.py: Avoid overriding a builtin objectLukáš Doktor2017-09-161-4/+4
* qmp.py: Avoid "has_key" usageLukáš Doktor2017-09-161-1/+1
* qmp.py: Use object-based class for QEMUMonitorProtocolLukáš Doktor2017-09-162-3/+3
* qmp.py: Couple of pylint/style fixesLukáš Doktor2017-09-161-13/+24
* scripts/qmp/qom-set: fix the value argument passed to srv.command()Greg Kurz2017-05-231-1/+1
* qmp-shell: improve helpMarc-André Lureau2017-05-091-1/+5
* qmp-shell: don't show version greeting if unavailableMarc-André Lureau2017-05-091-0/+3
* qmp-shell: Cope with query-commands errorMarc-André Lureau2017-05-091-1/+4
* qmp-shell: add -N option to skip negotiateMarc-André Lureau2017-05-091-4/+7
* qmp-shell: add persistent command historyJohn Snow2017-05-091-0/+21