summaryrefslogtreecommitdiffstats
path: root/scripts/qmp
Commit message (Expand)AuthorAgeFilesLines
* 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
* qmp: allow setting properties to empty string in qmp-shellDaniel P. Berrange2017-03-161-2/+2
* scripts: ensure monitor socket has SO_REUSEADDR setDaniel P. Berrange2016-07-221-0/+1
* scripts: set timeout when waiting for qemu monitor connectionDaniel P. Berrange2016-07-221-0/+1
* scripts: add a 'debug' parameter to QEMUMonitorProtocolDaniel P. Berrange2016-07-221-2/+11
* scripts: add __init__.py file to scripts/qmp/Daniel P. Berrange2016-07-221-0/+0
* qmp-shell: fix pretty printing of JSON responsesDaniel P. Berrange2016-03-041-13/+10Star
* scripts/qmp: Use Python 2.6 "except E as ..." syntaxMarkus Armbruster2016-02-084-6/+6
* qmp-shell: add documentationJohn Snow2015-09-041-0/+35
* scripts: Add support for path as argument of qom-treeMartin Cerveny2015-06-191-2/+7
* scripts: qmp-shell: Add verbose flagJohn Snow2015-05-111-6/+18
* scripts: qmp-shell: add transaction subshellJohn Snow2015-05-111-1/+41
* scripts: qmp-shell: Expand support for QMP expressionsJohn Snow2015-05-111-16/+47
* scripts: qmp-shell: refactor helpersJohn Snow2015-05-111-11/+13
* iotests: add QMP event waiting queueJohn Snow2015-04-281-30/+65
* scripts: Add qom-tree scriptAndreas Färber2015-03-171-0/+70
* qmp: Check for returned data from __json_read in get_eventsFam Zheng2014-02-281-1/+6
* QMP: Allow dot separated dict path arguments in qmp-shellFam Zheng2014-02-281-2/+18
* QMP: allow JSON dict arguments in qmp-shellStefan Hajnoczi2014-02-171-0/+3
* Use qemu-project.org domain nameStefan Hajnoczi2013-10-111-1/+1
* QMP: add scripts/qmpLuiz Capitulino2013-09-188-0/+1242