summaryrefslogtreecommitdiffstats
path: root/scripts/qmp/qmp-shell
Commit message (Expand)AuthorAgeFilesLines
* python: remove more instances of sys.version_infoJohn Snow2020-05-311-3/+0Star
* drop "from __future__ import print_function"Paolo Bonzini2020-02-071-1/+0Star
* scripts: Explicit usage of Python 3 (scripts with __main__)Philippe Mathieu-Daudé2020-02-071-1/+1
* 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-221-1/+3
* 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-221-2/+1Star
* python: futurize -f lib2to3.fixes.fix_has_keyEduardo Habkost2018-06-081-1/+1
* python: futurize -f libfuturize.fixes.fix_absolute_importEduardo Habkost2018-06-081-1/+2
* python: futurize -f libfuturize.fixes.fix_print_with_importEduardo Habkost2018-06-081-17/+18
* qmp.py: Use object-based class for QEMUMonitorProtocolLukáš Doktor2017-09-161-2/+2
* 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
* 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-081-1/+1
* qmp-shell: add documentationJohn Snow2015-09-041-0/+35
* 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
* 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
* QMP: add scripts/qmpLuiz Capitulino2013-09-181-0/+286