| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | qmp.py: Avoid overriding a builtin object | Lukáš Doktor | 2017-09-15 | 1 | -4/+4 |
| * | qmp.py: Avoid "has_key" usage | Lukáš Doktor | 2017-09-15 | 1 | -1/+1 |
| * | qmp.py: Use object-based class for QEMUMonitorProtocol | Lukáš Doktor | 2017-09-15 | 1 | -1/+1 |
| * | qmp.py: Couple of pylint/style fixes | Lukáš Doktor | 2017-09-15 | 1 | -13/+24 |
| * | scripts: ensure monitor socket has SO_REUSEADDR set | Daniel P. Berrange | 2016-07-22 | 1 | -0/+1 |
| * | scripts: set timeout when waiting for qemu monitor connection | Daniel P. Berrange | 2016-07-22 | 1 | -0/+1 |
| * | scripts: add a 'debug' parameter to QEMUMonitorProtocol | Daniel P. Berrange | 2016-07-22 | 1 | -2/+11 |
| * | scripts/qmp: Use Python 2.6 "except E as ..." syntax | Markus Armbruster | 2016-02-08 | 1 | -2/+2 |
| * | iotests: add QMP event waiting queue | John Snow | 2015-04-28 | 1 | -30/+65 |
| * | qmp: Check for returned data from __json_read in get_events | Fam Zheng | 2014-02-28 | 1 | -1/+6 |
| * | QMP: add scripts/qmp | Luiz Capitulino | 2013-09-18 | 1 | -0/+196 |