aboutsummaryrefslogtreecommitdiff
path: root/scripts/qmp/qmp-shell
AgeCommit message (Expand)AuthorFilesLines
2020-05-31python: remove more instances of sys.version_infoJohn Snow1-3/+0
2020-02-07drop "from __future__ import print_function"Paolo Bonzini1-1/+0
2020-02-07scripts: Explicit usage of Python 3 (scripts with __main__)Philippe Mathieu-Daudé1-1/+1
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 Rosa1-1/+3
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 Habkost1-2/+1
2018-06-08python: futurize -f lib2to3.fixes.fix_has_keyEduardo Habkost1-1/+1
2018-06-08python: futurize -f libfuturize.fixes.fix_absolute_importEduardo Habkost1-1/+2
2018-06-08python: futurize -f libfuturize.fixes.fix_print_with_importEduardo Habkost1-17/+18
2017-09-15qmp.py: Use object-based class for QEMUMonitorProtocolLukáš Doktor1-2/+2
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
2017-03-16qmp: allow setting properties to empty string in qmp-shellDaniel P. Berrange1-2/+2
2016-03-04qmp-shell: fix pretty printing of JSON responsesDaniel P. Berrange1-13/+10
2016-02-08scripts/qmp: Use Python 2.6 "except E as ..." syntaxMarkus Armbruster1-1/+1
2015-09-04qmp-shell: add documentationJohn Snow1-0/+35
2015-05-11scripts: qmp-shell: Add verbose flagJohn Snow1-6/+18
2015-05-11scripts: qmp-shell: add transaction subshellJohn Snow1-1/+41
2015-05-11scripts: qmp-shell: Expand support for QMP expressionsJohn Snow1-16/+47
2015-05-11scripts: qmp-shell: refactor helpersJohn Snow1-11/+13
2014-02-28QMP: Allow dot separated dict path arguments in qmp-shellFam Zheng1-2/+18
2014-02-17QMP: allow JSON dict arguments in qmp-shellStefan Hajnoczi1-0/+3
2013-09-18QMP: add scripts/qmpLuiz Capitulino1-0/+286