aboutsummaryrefslogtreecommitdiff
path: root/scripts/qmp
AgeCommit message (Expand)Author
2019-07-01qmp: make qmp-shell work with python3Igor Mammedov
2019-03-11qmp-shell: fix nested json regressionMarc-André Lureau
2019-02-22Introduce a Python module structureCleber Rosa
2018-08-15qmp-shell: learn to send commands with quoted argumentsMarc-André Lureau
2018-06-22Partially revert "python: futurize -f libfuturize.fixes.fix_absolute_import"Eduardo Habkost
2018-06-08python: futurize -f lib2to3.fixes.fix_numliteralsEduardo Habkost
2018-06-08python: futurize -f lib2to3.fixes.fix_standarderrorEduardo Habkost
2018-06-08python: futurize -f lib2to3.fixes.fix_has_keyEduardo Habkost
2018-06-08python: futurize -f libfuturize.fixes.fix_absolute_importEduardo Habkost
2018-06-08python: futurize -f libfuturize.fixes.fix_print_with_importEduardo Habkost
2018-03-12qmp.py: Encode json data before sendingEduardo Habkost
2017-11-21Use HTTPS for qemu.org and other domainsStefan Hajnoczi
2017-11-21Use qemu.org domain nameStefan Hajnoczi
2017-10-11scripts: Remove debug parameter from QEMUMonitorProtocolEduardo Habkost
2017-09-15qmp.py: Avoid overriding a builtin objectLukáš Doktor
2017-09-15qmp.py: Avoid "has_key" usageLukáš Doktor
2017-09-15qmp.py: Use object-based class for QEMUMonitorProtocolLukáš Doktor
2017-09-15qmp.py: Couple of pylint/style fixesLukáš Doktor
2017-05-23scripts/qmp/qom-set: fix the value argument passed to srv.command()Greg Kurz
2017-05-09qmp-shell: improve helpMarc-André Lureau
2017-05-09qmp-shell: don't show version greeting if unavailableMarc-André Lureau
2017-05-09qmp-shell: Cope with query-commands errorMarc-André Lureau
2017-05-09qmp-shell: add -N option to skip negotiateMarc-André Lureau
2017-05-09qmp-shell: add persistent command historyJohn Snow
2017-03-16qmp: allow setting properties to empty string in qmp-shellDaniel P. Berrange
2016-07-22scripts: ensure monitor socket has SO_REUSEADDR setDaniel P. Berrange
2016-07-22scripts: set timeout when waiting for qemu monitor connectionDaniel P. Berrange
2016-07-22scripts: add a 'debug' parameter to QEMUMonitorProtocolDaniel P. Berrange
2016-07-22scripts: add __init__.py file to scripts/qmp/Daniel P. Berrange
2016-03-04qmp-shell: fix pretty printing of JSON responsesDaniel P. Berrange
2016-02-08scripts/qmp: Use Python 2.6 "except E as ..." syntaxMarkus Armbruster
2015-09-04qmp-shell: add documentationJohn Snow
2015-06-19scripts: Add support for path as argument of qom-treeMartin Cerveny
2015-05-11scripts: qmp-shell: Add verbose flagJohn Snow
2015-05-11scripts: qmp-shell: add transaction subshellJohn Snow
2015-05-11scripts: qmp-shell: Expand support for QMP expressionsJohn Snow
2015-05-11scripts: qmp-shell: refactor helpersJohn Snow
2015-04-28iotests: add QMP event waiting queueJohn Snow
2015-03-17scripts: Add qom-tree scriptAndreas Färber
2014-02-28qmp: Check for returned data from __json_read in get_eventsFam Zheng
2014-02-28QMP: Allow dot separated dict path arguments in qmp-shellFam Zheng
2014-02-17QMP: allow JSON dict arguments in qmp-shellStefan Hajnoczi
2013-10-11Use qemu-project.org domain nameStefan Hajnoczi
2013-09-18QMP: add scripts/qmpLuiz Capitulino