index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
qmp
Age
Commit message (
Expand
)
Author
2019-07-01
qmp: make qmp-shell work with python3
Igor Mammedov
2019-03-11
qmp-shell: fix nested json regression
Marc-André Lureau
2019-02-22
Introduce a Python module structure
Cleber Rosa
2018-08-15
qmp-shell: learn to send commands with quoted arguments
Marc-André Lureau
2018-06-22
Partially revert "python: futurize -f libfuturize.fixes.fix_absolute_import"
Eduardo Habkost
2018-06-08
python: futurize -f lib2to3.fixes.fix_numliterals
Eduardo Habkost
2018-06-08
python: futurize -f lib2to3.fixes.fix_standarderror
Eduardo Habkost
2018-06-08
python: futurize -f lib2to3.fixes.fix_has_key
Eduardo Habkost
2018-06-08
python: futurize -f libfuturize.fixes.fix_absolute_import
Eduardo Habkost
2018-06-08
python: futurize -f libfuturize.fixes.fix_print_with_import
Eduardo Habkost
2018-03-12
qmp.py: Encode json data before sending
Eduardo Habkost
2017-11-21
Use HTTPS for qemu.org and other domains
Stefan Hajnoczi
2017-11-21
Use qemu.org domain name
Stefan Hajnoczi
2017-10-11
scripts: Remove debug parameter from QEMUMonitorProtocol
Eduardo Habkost
2017-09-15
qmp.py: Avoid overriding a builtin object
Lukáš Doktor
2017-09-15
qmp.py: Avoid "has_key" usage
Lukáš Doktor
2017-09-15
qmp.py: Use object-based class for QEMUMonitorProtocol
Lukáš Doktor
2017-09-15
qmp.py: Couple of pylint/style fixes
Lukáš Doktor
2017-05-23
scripts/qmp/qom-set: fix the value argument passed to srv.command()
Greg Kurz
2017-05-09
qmp-shell: improve help
Marc-André Lureau
2017-05-09
qmp-shell: don't show version greeting if unavailable
Marc-André Lureau
2017-05-09
qmp-shell: Cope with query-commands error
Marc-André Lureau
2017-05-09
qmp-shell: add -N option to skip negotiate
Marc-André Lureau
2017-05-09
qmp-shell: add persistent command history
John Snow
2017-03-16
qmp: allow setting properties to empty string in qmp-shell
Daniel P. Berrange
2016-07-22
scripts: ensure monitor socket has SO_REUSEADDR set
Daniel P. Berrange
2016-07-22
scripts: set timeout when waiting for qemu monitor connection
Daniel P. Berrange
2016-07-22
scripts: add a 'debug' parameter to QEMUMonitorProtocol
Daniel P. Berrange
2016-07-22
scripts: add __init__.py file to scripts/qmp/
Daniel P. Berrange
2016-03-04
qmp-shell: fix pretty printing of JSON responses
Daniel P. Berrange
2016-02-08
scripts/qmp: Use Python 2.6 "except E as ..." syntax
Markus Armbruster
2015-09-04
qmp-shell: add documentation
John Snow
2015-06-19
scripts: Add support for path as argument of qom-tree
Martin Cerveny
2015-05-11
scripts: qmp-shell: Add verbose flag
John Snow
2015-05-11
scripts: qmp-shell: add transaction subshell
John Snow
2015-05-11
scripts: qmp-shell: Expand support for QMP expressions
John Snow
2015-05-11
scripts: qmp-shell: refactor helpers
John Snow
2015-04-28
iotests: add QMP event waiting queue
John Snow
2015-03-17
scripts: Add qom-tree script
Andreas Färber
2014-02-28
qmp: Check for returned data from __json_read in get_events
Fam Zheng
2014-02-28
QMP: Allow dot separated dict path arguments in qmp-shell
Fam Zheng
2014-02-17
QMP: allow JSON dict arguments in qmp-shell
Stefan Hajnoczi
2013-10-11
Use qemu-project.org domain name
Stefan Hajnoczi
2013-09-18
QMP: add scripts/qmp
Luiz Capitulino