summaryrefslogtreecommitdiff
path: root/src/qemu/qemu_monitor_json.c
Commit message (Expand)AuthorAgeFilesLines
* qemu: Remove code for setting up disk passphrasesPeter Krempa2018-06-051-28/+0
* qemu: monitor: Add better APIs for adding of objects to qemuPeter Krempa2018-06-051-11/+4
* qemu: monitor: Drop JSON versions of savevm/delvm/loadvmPeter Krempa2018-05-231-21/+0
* qemu: monitor: Drop fallback to text monitor for 'send-key' commandPeter Krempa2018-05-231-8/+2
* qemu: monitor: Drop fallback to text monitor for 'inject-nmi' commandPeter Krempa2018-05-231-8/+2
* qemu: monitor: Introduce support for blockdev-mirrorPeter Krempa2018-05-231-0/+39
* qemu: monitor: Add implementation for blockdev-add and blockdev-delPeter Krempa2018-05-231-0/+55
* qemu: monitor: Factor out and document code to format QMP commandPeter Krempa2018-05-231-21/+49
* qemu: Implement multiple screen support for virDomainScreenshotMichal Privoznik2018-05-171-0/+4
* qemu_monitor: Introduce qemuMonitorGetObjectPropsMichal Privoznik2018-05-141-0/+32
* qemuMonitorJSONGetDeviceProps: Separate props processingMichal Privoznik2018-05-141-23/+36
* util: Clean up consumers of virJSONValueArraySizeJohn Ferlan2018-05-101-46/+39
* qemu/: Remove spaces after castsMartin Kletzander2018-05-031-2/+2
* qemu: monitor: Add 'tls-creds' parameter to 'nbd-server-start' commandPeter Krempa2018-04-301-1/+3
* qemu: add architecture-specific CPU info handlingViktor Mihajlovski2018-04-171-2/+94
* qemu: use query-cpus-fast in JSON monitorViktor Mihajlovski2018-04-171-10/+27
* qemu: Rename qemuMonitorGetObjectProps to qemuMonitorGetDevicePropsMichal Privoznik2018-04-171-3/+3
* qemu: Move migration capabilities JSON formattingJiri Denemark2018-04-171-37/+3
* qemu: Move migration parameters JSON formattingJiri Denemark2018-04-171-52/+4
* qemu: Move migration parameters JSON parsingJiri Denemark2018-04-171-47/+4
* qemu: Add support for xbzrle-cache-size migration parameterJiri Denemark2018-04-171-0/+2
* qemu: Drop unused qemuMonitorSetMigrationCapabilityJiri Denemark2018-04-171-53/+0
* qemu: Introduce qemuMonitorSetMigrationCapabilitiesJiri Denemark2018-04-171-0/+63
* qemu_monitor_json: Properly check "return" typeJiri Denemark2018-04-031-153/+108
* qemu: monitor: Don't resist stealing 'actions' in qemuMonitorJSONTransactionPeter Krempa2018-04-031-7/+2
* json: Replace access to virJSONValue->type by virJSONValueGetTypePeter Krempa2018-04-031-9/+9
* qemu: monitor: Use virJSONValueObjectKeysNumber in qemuMonitorJSONGetCPUModel...Peter Krempa2018-04-031-1/+1
* util: json: Fix freeing of objects appended to virJSONValuePeter Krempa2018-04-031-26/+10
* qemu: monitor: Move processing of QMP schema to the new filePeter Krempa2018-03-231-36/+5
* qemu: log the crash information for S390Bjoern Walk2018-03-061-0/+36
* qemu: stop passing virConnectPtr into qemuMonitorStartCPUsDaniel P. Berrangé2018-02-191-2/+1
* qemu: Add new parameter to qemuMonitorDumpToFdJohn Ferlan2018-02-061-1/+3
* qemu: Introduce qemuMonitor[JSON]QueryDumpJohn Ferlan2018-02-061-0/+39
* qemu: Add support for DUMP_COMPLETED eventJohn Ferlan2018-02-061-0/+60
* blockjob: Fix a error checking of blockjob status in some caseJie Wang2018-02-011-1/+1
* qemu: Alter dump-guest-memory command generationJohn Ferlan2018-01-041-13/+5
* qemu: monitor: Decrease logging verbosityPeter Krempa2018-01-031-0/+3
* qemu: prepare blockjob complete event error usageNikolay Shirokovskiy2017-12-061-1/+3
* Remove backslash alignment attemptsAndrea Bolognani2017-11-031-66/+66
* qemu: Add support for block-incremental migration parameterJiri Denemark2017-11-021-0/+10
* qemu: Add support for max-bandwidth migration parameterJiri Denemark2017-11-021-0/+2
* qemu: Rename TLS related migration parametersJiri Denemark2017-11-021-4/+4
* qemu: Add support for setting downtime-limit migration parameterJiri Denemark2017-11-021-0/+6
* qemu: Drop giant if statement from qemuMonitorSetMigrationParamsJiri Denemark2017-11-021-0/+5
* qemu: Use macro for setting string migration parametersJiri Denemark2017-11-021-10/+7
* qemu: Generalize APPEND macro in qemuMonitorJSONSetMigrationParamsJiri Denemark2017-11-021-9/+12
* qemu: Use macro for parsing ull migration parametersJiri Denemark2017-11-021-4/+5
* qemu: Use macro for parsing string migration parametersJiri Denemark2017-11-021-11/+12
* qemu: Generalize PARSE macro in qemuMonitorJSONGetMigrationParamsJiri Denemark2017-11-021-9/+12
* qemu: Add pause-before-switchover migration capabilityJiri Denemark2017-10-261-0/+2