提交 22d7222e 编写于 作者: P Peter Krempa

qemu: caps: Don't call 'query-events' when we probe events from QMP schema

Avoid calling the command and fix test fallout.

https://bugzilla.redhat.com/show_bug.cgi?id=1673320Signed-off-by: NPeter Krempa <pkrempa@redhat.com>
上级 398d5766
无相关合并请求
......@@ -2123,14 +2123,12 @@ virQEMUCapsProbeQMPEvents(virQEMUCapsPtr qemuCaps,
char **events = NULL;
int nevents;
if ((nevents = qemuMonitorGetEvents(mon, &events)) < 0)
return -1;
/* we can probe events also from the QMP schema so we can skip this here */
if (virQEMUCapsGet(qemuCaps, QEMU_CAPS_QUERY_QMP_SCHEMA)) {
virStringListFreeCount(events, nevents);
if (virQEMUCapsGet(qemuCaps, QEMU_CAPS_QUERY_QMP_SCHEMA))
return 0;
}
if ((nevents = qemuMonitorGetEvents(mon, &events)) < 0)
return -1;
virQEMUCapsProcessStringFlags(qemuCaps,
ARRAY_CARDINALITY(virQEMUCapsEvents),
......
......@@ -503,131 +503,9 @@
"id": "libvirt-5"
}
{
"execute": "query-events",
"id": "libvirt-6"
}
{
"return": [
{
"name": "WATCHDOG"
},
{
"name": "WAKEUP"
},
{
"name": "VSERPORT_CHANGE"
},
{
"name": "VNC_INITIALIZED"
},
{
"name": "VNC_DISCONNECTED"
},
{
"name": "VNC_CONNECTED"
},
{
"name": "SUSPEND_DISK"
},
{
"name": "SUSPEND"
},
{
"name": "STOP"
},
{
"name": "SPICE_MIGRATE_COMPLETED"
},
{
"name": "SPICE_INITIALIZED"
},
{
"name": "SPICE_DISCONNECTED"
},
{
"name": "SPICE_CONNECTED"
},
{
"name": "SHUTDOWN"
},
{
"name": "RTC_CHANGE"
},
{
"name": "RESUME"
},
{
"name": "RESET"
},
{
"name": "QUORUM_REPORT_BAD"
},
{
"name": "QUORUM_FAILURE"
},
{
"name": "POWERDOWN"
},
{
"name": "NIC_RX_FILTER_CHANGED"
},
{
"name": "MIGRATION_PASS"
},
{
"name": "MIGRATION"
},
{
"name": "MEM_UNPLUG_ERROR"
},
{
"name": "GUEST_PANICKED"
},
{
"name": "DUMP_COMPLETED"
},
{
"name": "DEVICE_TRAY_MOVED"
},
{
"name": "DEVICE_DELETED"
},
{
"name": "BLOCK_WRITE_THRESHOLD"
},
{
"name": "BLOCK_JOB_READY"
},
{
"name": "BLOCK_JOB_ERROR"
},
{
"name": "BLOCK_JOB_COMPLETED"
},
{
"name": "BLOCK_JOB_CANCELLED"
},
{
"name": "BLOCK_IO_ERROR"
},
{
"name": "BLOCK_IMAGE_CORRUPTED"
},
{
"name": "BALLOON_CHANGE"
},
{
"name": "ACPI_DEVICE_OST"
}
],
"id": "libvirt-6"
}
{
"execute": "qom-list-types",
"id": "libvirt-7"
"id": "libvirt-6"
}
{
......@@ -3197,7 +3075,7 @@
"parent": "rng-backend"
}
],
"id": "libvirt-7"
"id": "libvirt-6"
}
{
......@@ -3205,7 +3083,7 @@
"arguments": {
"typename": "virtio-blk-pci"
},
"id": "libvirt-8"
"id": "libvirt-7"
}
{
......@@ -3433,7 +3311,7 @@
"type": "str"
}
],
"id": "libvirt-8"
"id": "libvirt-7"
}
{
......@@ -3441,7 +3319,7 @@
"arguments": {
"typename": "virtio-net-pci"
},
"id": "libvirt-9"
"id": "libvirt-8"
}
{
......@@ -3728,7 +3606,7 @@
"type": "uint16"
}
],
"id": "libvirt-9"
"id": "libvirt-8"
}
{
......@@ -3736,7 +3614,7 @@
"arguments": {
"typename": "virtio-scsi-pci"
},
"id": "libvirt-10"
"id": "libvirt-9"
}
{
......@@ -3897,7 +3775,7 @@
"type": "str"
}
],
"id": "libvirt-10"
"id": "libvirt-9"
}
{
......@@ -3905,11 +3783,11 @@
"arguments": {
"typename": "virtio-net-ccw"
},
"id": "libvirt-11"
"id": "libvirt-10"
}
{
"id": "libvirt-11",
"id": "libvirt-10",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'virtio-net-ccw' not found"
......@@ -3921,11 +3799,11 @@
"arguments": {
"typename": "virtio-scsi-ccw"
},
"id": "libvirt-12"
"id": "libvirt-11"
}
{
"id": "libvirt-12",
"id": "libvirt-11",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'virtio-scsi-ccw' not found"
......@@ -3937,11 +3815,11 @@
"arguments": {
"typename": "virtio-net-s390"
},
"id": "libvirt-13"
"id": "libvirt-12"
}
{
"id": "libvirt-13",
"id": "libvirt-12",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'virtio-net-s390' not found"
......@@ -3953,7 +3831,7 @@
"arguments": {
"typename": "vfio-pci"
},
"id": "libvirt-14"
"id": "libvirt-13"
}
{
......@@ -4060,7 +3938,7 @@
"type": "bool"
}
],
"id": "libvirt-14"
"id": "libvirt-13"
}
{
......@@ -4068,7 +3946,7 @@
"arguments": {
"typename": "scsi-hd"
},
"id": "libvirt-15"
"id": "libvirt-14"
}
{
......@@ -4182,7 +4060,7 @@
"type": "uint64"
}
],
"id": "libvirt-15"
"id": "libvirt-14"
}
{
......@@ -4190,7 +4068,7 @@
"arguments": {
"typename": "ide-hd"
},
"id": "libvirt-16"
"id": "libvirt-15"
}
{
......@@ -4266,7 +4144,7 @@
"type": "uint16"
}
],
"id": "libvirt-16"
"id": "libvirt-15"
}
{
......@@ -4274,11 +4152,11 @@
"arguments": {
"typename": "PIIX4_PM"
},
"id": "libvirt-17"
"id": "libvirt-16"
}
{
"id": "libvirt-17",
"id": "libvirt-16",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'PIIX4_PM' not found"
......@@ -4290,11 +4168,11 @@
"arguments": {
"typename": "i440FX-pcihost"
},
"id": "libvirt-18"
"id": "libvirt-17"
}
{
"id": "libvirt-18",
"id": "libvirt-17",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'i440FX-pcihost' not found"
......@@ -4306,11 +4184,11 @@
"arguments": {
"typename": "q35-pcihost"
},
"id": "libvirt-19"
"id": "libvirt-18"
}
{
"id": "libvirt-19",
"id": "libvirt-18",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'q35-pcihost' not found"
......@@ -4322,7 +4200,7 @@
"arguments": {
"typename": "usb-storage"
},
"id": "libvirt-20"
"id": "libvirt-19"
}
{
......@@ -4395,7 +4273,7 @@
"type": "uint16"
}
],
"id": "libvirt-20"
"id": "libvirt-19"
}
{
......@@ -4403,11 +4281,11 @@
"arguments": {
"typename": "kvm-pit"
},
"id": "libvirt-21"
"id": "libvirt-20"
}
{
"id": "libvirt-21",
"id": "libvirt-20",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'kvm-pit' not found"
......@@ -4419,7 +4297,7 @@
"arguments": {
"typename": "VGA"
},
"id": "libvirt-22"
"id": "libvirt-21"
}
{
......@@ -4476,7 +4354,7 @@
"type": "int32"
}
],
"id": "libvirt-22"
"id": "libvirt-21"
}
{
......@@ -4484,7 +4362,7 @@
"arguments": {
"typename": "virtio-gpu-pci"
},
"id": "libvirt-23"
"id": "libvirt-22"
}
{
......@@ -4635,7 +4513,7 @@
"type": "str"
}
],
"id": "libvirt-23"
"id": "libvirt-22"
}
{
......@@ -4643,7 +4521,7 @@
"arguments": {
"typename": "virtio-gpu-device"
},
"id": "libvirt-24"
"id": "libvirt-23"
}
{
......@@ -4690,7 +4568,7 @@
"type": "size"
}
],
"id": "libvirt-24"
"id": "libvirt-23"
}
{
......@@ -4698,11 +4576,11 @@
"arguments": {
"typename": "ICH9-LPC"
},
"id": "libvirt-25"
"id": "libvirt-24"
}
{
"id": "libvirt-25",
"id": "libvirt-24",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'ICH9-LPC' not found"
......@@ -4714,7 +4592,7 @@
"arguments": {
"typename": "virtio-balloon-pci"
},
"id": "libvirt-26"
"id": "libvirt-25"
}
{
......@@ -4857,7 +4735,7 @@
"type": "str"
}
],
"id": "libvirt-26"
"id": "libvirt-25"
}
{
......@@ -4865,11 +4743,11 @@
"arguments": {
"typename": "virtio-balloon-ccw"
},
"id": "libvirt-27"
"id": "libvirt-26"
}
{
"id": "libvirt-27",
"id": "libvirt-26",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'virtio-balloon-ccw' not found"
......@@ -4881,7 +4759,7 @@
"arguments": {
"typename": "virtio-balloon-device"
},
"id": "libvirt-28"
"id": "libvirt-27"
}
{
......@@ -4925,7 +4803,7 @@
"type": "bool"
}
],
"id": "libvirt-28"
"id": "libvirt-27"
}
{
......@@ -4933,7 +4811,7 @@
"arguments": {
"typename": "nec-usb-xhci"
},
"id": "libvirt-29"
"id": "libvirt-28"
}
{
......@@ -5013,12 +4891,12 @@
"type": "uint32"
}
],
"id": "libvirt-29"
"id": "libvirt-28"
}
{
"execute": "query-machines",
"id": "libvirt-30"
"id": "libvirt-29"
}
{
......@@ -5285,12 +5163,12 @@
"cpu-max": 1
}
],
"id": "libvirt-30"
"id": "libvirt-29"
}
{
"execute": "query-cpu-definitions",
"id": "libvirt-31"
"id": "libvirt-30"
}
{
......@@ -5456,34 +5334,34 @@
"static": false
}
],
"id": "libvirt-31"
"id": "libvirt-30"
}
{
"execute": "query-tpm-models",
"id": "libvirt-32"
"id": "libvirt-31"
}
{
"return": [
],
"id": "libvirt-32"
"id": "libvirt-31"
}
{
"execute": "query-tpm-types",
"id": "libvirt-33"
"id": "libvirt-32"
}
{
"return": [
],
"id": "libvirt-33"
"id": "libvirt-32"
}
{
"execute": "query-command-line-options",
"id": "libvirt-34"
"id": "libvirt-33"
}
{
......@@ -6628,12 +6506,12 @@
"option": "drive"
}
],
"id": "libvirt-34"
"id": "libvirt-33"
}
{
"execute": "query-migrate-capabilities",
"id": "libvirt-35"
"id": "libvirt-34"
}
{
......@@ -6683,12 +6561,12 @@
"capability": "return-path"
}
],
"id": "libvirt-35"
"id": "libvirt-34"
}
{
"execute": "query-qmp-schema",
"id": "libvirt-36"
"id": "libvirt-35"
}
{
......@@ -16411,12 +16289,12 @@
"meta-type": "object"
}
],
"id": "libvirt-36"
"id": "libvirt-35"
}
{
"execute": "query-gic-capabilities",
"id": "libvirt-37"
"id": "libvirt-36"
}
{
......@@ -16432,7 +16310,7 @@
"kernel": true
}
],
"id": "libvirt-37"
"id": "libvirt-36"
}
{
......
......@@ -500,131 +500,9 @@
"id": "libvirt-5"
}
{
"execute": "query-events",
"id": "libvirt-6"
}
{
"return": [
{
"name": "WATCHDOG"
},
{
"name": "WAKEUP"
},
{
"name": "VSERPORT_CHANGE"
},
{
"name": "VNC_INITIALIZED"
},
{
"name": "VNC_DISCONNECTED"
},
{
"name": "VNC_CONNECTED"
},
{
"name": "SUSPEND_DISK"
},
{
"name": "SUSPEND"
},
{
"name": "STOP"
},
{
"name": "SPICE_MIGRATE_COMPLETED"
},
{
"name": "SPICE_INITIALIZED"
},
{
"name": "SPICE_DISCONNECTED"
},
{
"name": "SPICE_CONNECTED"
},
{
"name": "SHUTDOWN"
},
{
"name": "RTC_CHANGE"
},
{
"name": "RESUME"
},
{
"name": "RESET"
},
{
"name": "QUORUM_REPORT_BAD"
},
{
"name": "QUORUM_FAILURE"
},
{
"name": "POWERDOWN"
},
{
"name": "NIC_RX_FILTER_CHANGED"
},
{
"name": "MIGRATION_PASS"
},
{
"name": "MIGRATION"
},
{
"name": "MEM_UNPLUG_ERROR"
},
{
"name": "GUEST_PANICKED"
},
{
"name": "DUMP_COMPLETED"
},
{
"name": "DEVICE_TRAY_MOVED"
},
{
"name": "DEVICE_DELETED"
},
{
"name": "BLOCK_WRITE_THRESHOLD"
},
{
"name": "BLOCK_JOB_READY"
},
{
"name": "BLOCK_JOB_ERROR"
},
{
"name": "BLOCK_JOB_COMPLETED"
},
{
"name": "BLOCK_JOB_CANCELLED"
},
{
"name": "BLOCK_IO_ERROR"
},
{
"name": "BLOCK_IMAGE_CORRUPTED"
},
{
"name": "BALLOON_CHANGE"
},
{
"name": "ACPI_DEVICE_OST"
}
],
"id": "libvirt-6"
}
{
"execute": "qom-list-types",
"id": "libvirt-7"
"id": "libvirt-6"
}
{
......@@ -3298,7 +3176,7 @@
"parent": "7455-family-powerpc64-cpu"
}
],
"id": "libvirt-7"
"id": "libvirt-6"
}
{
......@@ -3306,7 +3184,7 @@
"arguments": {
"typename": "virtio-blk-pci"
},
"id": "libvirt-8"
"id": "libvirt-7"
}
{
......@@ -3534,7 +3412,7 @@
"type": "str"
}
],
"id": "libvirt-8"
"id": "libvirt-7"
}
{
......@@ -3542,7 +3420,7 @@
"arguments": {
"typename": "virtio-net-pci"
},
"id": "libvirt-9"
"id": "libvirt-8"
}
{
......@@ -3829,7 +3707,7 @@
"type": "uint16"
}
],
"id": "libvirt-9"
"id": "libvirt-8"
}
{
......@@ -3837,7 +3715,7 @@
"arguments": {
"typename": "virtio-scsi-pci"
},
"id": "libvirt-10"
"id": "libvirt-9"
}
{
......@@ -3998,7 +3876,7 @@
"type": "str"
}
],
"id": "libvirt-10"
"id": "libvirt-9"
}
{
......@@ -4006,11 +3884,11 @@
"arguments": {
"typename": "virtio-net-ccw"
},
"id": "libvirt-11"
"id": "libvirt-10"
}
{
"id": "libvirt-11",
"id": "libvirt-10",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'virtio-net-ccw' not found"
......@@ -4022,11 +3900,11 @@
"arguments": {
"typename": "virtio-scsi-ccw"
},
"id": "libvirt-12"
"id": "libvirt-11"
}
{
"id": "libvirt-12",
"id": "libvirt-11",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'virtio-scsi-ccw' not found"
......@@ -4038,11 +3916,11 @@
"arguments": {
"typename": "virtio-net-s390"
},
"id": "libvirt-13"
"id": "libvirt-12"
}
{
"id": "libvirt-13",
"id": "libvirt-12",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'virtio-net-s390' not found"
......@@ -4054,7 +3932,7 @@
"arguments": {
"typename": "vfio-pci"
},
"id": "libvirt-14"
"id": "libvirt-13"
}
{
......@@ -4161,7 +4039,7 @@
"type": "bool"
}
],
"id": "libvirt-14"
"id": "libvirt-13"
}
{
......@@ -4169,7 +4047,7 @@
"arguments": {
"typename": "scsi-hd"
},
"id": "libvirt-15"
"id": "libvirt-14"
}
{
......@@ -4283,7 +4161,7 @@
"type": "uint64"
}
],
"id": "libvirt-15"
"id": "libvirt-14"
}
{
......@@ -4291,7 +4169,7 @@
"arguments": {
"typename": "ide-hd"
},
"id": "libvirt-16"
"id": "libvirt-15"
}
{
......@@ -4367,7 +4245,7 @@
"type": "uint16"
}
],
"id": "libvirt-16"
"id": "libvirt-15"
}
{
......@@ -4375,11 +4253,11 @@
"arguments": {
"typename": "PIIX4_PM"
},
"id": "libvirt-17"
"id": "libvirt-16"
}
{
"id": "libvirt-17",
"id": "libvirt-16",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'PIIX4_PM' not found"
......@@ -4391,11 +4269,11 @@
"arguments": {
"typename": "i440FX-pcihost"
},
"id": "libvirt-18"
"id": "libvirt-17"
}
{
"id": "libvirt-18",
"id": "libvirt-17",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'i440FX-pcihost' not found"
......@@ -4407,11 +4285,11 @@
"arguments": {
"typename": "q35-pcihost"
},
"id": "libvirt-19"
"id": "libvirt-18"
}
{
"id": "libvirt-19",
"id": "libvirt-18",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'q35-pcihost' not found"
......@@ -4423,7 +4301,7 @@
"arguments": {
"typename": "usb-storage"
},
"id": "libvirt-20"
"id": "libvirt-19"
}
{
......@@ -4496,7 +4374,7 @@
"type": "uint16"
}
],
"id": "libvirt-20"
"id": "libvirt-19"
}
{
......@@ -4504,11 +4382,11 @@
"arguments": {
"typename": "kvm-pit"
},
"id": "libvirt-21"
"id": "libvirt-20"
}
{
"id": "libvirt-21",
"id": "libvirt-20",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'kvm-pit' not found"
......@@ -4520,7 +4398,7 @@
"arguments": {
"typename": "VGA"
},
"id": "libvirt-22"
"id": "libvirt-21"
}
{
......@@ -4577,7 +4455,7 @@
"type": "int32"
}
],
"id": "libvirt-22"
"id": "libvirt-21"
}
{
......@@ -4585,7 +4463,7 @@
"arguments": {
"typename": "virtio-gpu-pci"
},
"id": "libvirt-23"
"id": "libvirt-22"
}
{
......@@ -4736,7 +4614,7 @@
"type": "str"
}
],
"id": "libvirt-23"
"id": "libvirt-22"
}
{
......@@ -4744,7 +4622,7 @@
"arguments": {
"typename": "virtio-gpu-device"
},
"id": "libvirt-24"
"id": "libvirt-23"
}
{
......@@ -4791,7 +4669,7 @@
"type": "size"
}
],
"id": "libvirt-24"
"id": "libvirt-23"
}
{
......@@ -4799,11 +4677,11 @@
"arguments": {
"typename": "ICH9-LPC"
},
"id": "libvirt-25"
"id": "libvirt-24"
}
{
"id": "libvirt-25",
"id": "libvirt-24",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'ICH9-LPC' not found"
......@@ -4815,7 +4693,7 @@
"arguments": {
"typename": "virtio-balloon-pci"
},
"id": "libvirt-26"
"id": "libvirt-25"
}
{
......@@ -4958,7 +4836,7 @@
"type": "str"
}
],
"id": "libvirt-26"
"id": "libvirt-25"
}
{
......@@ -4966,11 +4844,11 @@
"arguments": {
"typename": "virtio-balloon-ccw"
},
"id": "libvirt-27"
"id": "libvirt-26"
}
{
"id": "libvirt-27",
"id": "libvirt-26",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'virtio-balloon-ccw' not found"
......@@ -4982,7 +4860,7 @@
"arguments": {
"typename": "virtio-balloon-device"
},
"id": "libvirt-28"
"id": "libvirt-27"
}
{
......@@ -5026,7 +4904,7 @@
"type": "bool"
}
],
"id": "libvirt-28"
"id": "libvirt-27"
}
{
......@@ -5034,7 +4912,7 @@
"arguments": {
"typename": "nec-usb-xhci"
},
"id": "libvirt-29"
"id": "libvirt-28"
}
{
......@@ -5114,7 +4992,7 @@
"type": "uint32"
}
],
"id": "libvirt-29"
"id": "libvirt-28"
}
{
......@@ -5122,7 +5000,7 @@
"arguments": {
"typename": "spapr-pci-host-bridge"
},
"id": "libvirt-30"
"id": "libvirt-29"
}
{
......@@ -5208,12 +5086,12 @@
"type": "uint32"
}
],
"id": "libvirt-30"
"id": "libvirt-29"
}
{
"execute": "query-machines",
"id": "libvirt-31"
"id": "libvirt-30"
}
{
......@@ -5331,12 +5209,12 @@
"cpu-max": 1
}
],
"id": "libvirt-31"
"id": "libvirt-30"
}
{
"execute": "query-cpu-definitions",
"id": "libvirt-32"
"id": "libvirt-31"
}
{
......@@ -7512,34 +7390,34 @@
"static": false
}
],
"id": "libvirt-32"
"id": "libvirt-31"
}
{
"execute": "query-tpm-models",
"id": "libvirt-33"
"id": "libvirt-32"
}
{
"return": [
],
"id": "libvirt-33"
"id": "libvirt-32"
}
{
"execute": "query-tpm-types",
"id": "libvirt-34"
"id": "libvirt-33"
}
{
"return": [
],
"id": "libvirt-34"
"id": "libvirt-33"
}
{
"execute": "query-command-line-options",
"id": "libvirt-35"
"id": "libvirt-34"
}
{
......@@ -8679,12 +8557,12 @@
"option": "drive"
}
],
"id": "libvirt-35"
"id": "libvirt-34"
}
{
"execute": "query-migrate-capabilities",
"id": "libvirt-36"
"id": "libvirt-35"
}
{
......@@ -8734,12 +8612,12 @@
"capability": "return-path"
}
],
"id": "libvirt-36"
"id": "libvirt-35"
}
{
"execute": "query-qmp-schema",
"id": "libvirt-37"
"id": "libvirt-36"
}
{
......@@ -18462,7 +18340,7 @@
"meta-type": "object"
}
],
"id": "libvirt-37"
"id": "libvirt-36"
}
{
......
......@@ -512,131 +512,9 @@
"id": "libvirt-5"
}
{
"execute": "query-events",
"id": "libvirt-6"
}
{
"return": [
{
"name": "WATCHDOG"
},
{
"name": "WAKEUP"
},
{
"name": "VSERPORT_CHANGE"
},
{
"name": "VNC_INITIALIZED"
},
{
"name": "VNC_DISCONNECTED"
},
{
"name": "VNC_CONNECTED"
},
{
"name": "SUSPEND_DISK"
},
{
"name": "SUSPEND"
},
{
"name": "STOP"
},
{
"name": "SPICE_MIGRATE_COMPLETED"
},
{
"name": "SPICE_INITIALIZED"
},
{
"name": "SPICE_DISCONNECTED"
},
{
"name": "SPICE_CONNECTED"
},
{
"name": "SHUTDOWN"
},
{
"name": "RTC_CHANGE"
},
{
"name": "RESUME"
},
{
"name": "RESET"
},
{
"name": "QUORUM_REPORT_BAD"
},
{
"name": "QUORUM_FAILURE"
},
{
"name": "POWERDOWN"
},
{
"name": "NIC_RX_FILTER_CHANGED"
},
{
"name": "MIGRATION_PASS"
},
{
"name": "MIGRATION"
},
{
"name": "MEM_UNPLUG_ERROR"
},
{
"name": "GUEST_PANICKED"
},
{
"name": "DUMP_COMPLETED"
},
{
"name": "DEVICE_TRAY_MOVED"
},
{
"name": "DEVICE_DELETED"
},
{
"name": "BLOCK_WRITE_THRESHOLD"
},
{
"name": "BLOCK_JOB_READY"
},
{
"name": "BLOCK_JOB_ERROR"
},
{
"name": "BLOCK_JOB_COMPLETED"
},
{
"name": "BLOCK_JOB_CANCELLED"
},
{
"name": "BLOCK_IO_ERROR"
},
{
"name": "BLOCK_IMAGE_CORRUPTED"
},
{
"name": "BALLOON_CHANGE"
},
{
"name": "ACPI_DEVICE_OST"
}
],
"id": "libvirt-6"
}
{
"execute": "qom-list-types",
"id": "libvirt-7"
"id": "libvirt-6"
}
{
......@@ -1538,7 +1416,7 @@
"parent": "virtio-device"
}
],
"id": "libvirt-7"
"id": "libvirt-6"
}
{
......@@ -1546,7 +1424,7 @@
"arguments": {
"typename": "virtio-blk-pci"
},
"id": "libvirt-8"
"id": "libvirt-7"
}
{
......@@ -1774,7 +1652,7 @@
"type": "str"
}
],
"id": "libvirt-8"
"id": "libvirt-7"
}
{
......@@ -1782,7 +1660,7 @@
"arguments": {
"typename": "virtio-net-pci"
},
"id": "libvirt-9"
"id": "libvirt-8"
}
{
......@@ -2069,7 +1947,7 @@
"type": "uint16"
}
],
"id": "libvirt-9"
"id": "libvirt-8"
}
{
......@@ -2077,7 +1955,7 @@
"arguments": {
"typename": "virtio-scsi-pci"
},
"id": "libvirt-10"
"id": "libvirt-9"
}
{
......@@ -2238,7 +2116,7 @@
"type": "str"
}
],
"id": "libvirt-10"
"id": "libvirt-9"
}
{
......@@ -2246,7 +2124,7 @@
"arguments": {
"typename": "virtio-blk-ccw"
},
"id": "libvirt-11"
"id": "libvirt-10"
}
{
......@@ -2384,7 +2262,7 @@
"type": "uint32"
}
],
"id": "libvirt-11"
"id": "libvirt-10"
}
{
......@@ -2392,7 +2270,7 @@
"arguments": {
"typename": "virtio-net-ccw"
},
"id": "libvirt-12"
"id": "libvirt-11"
}
{
......@@ -2593,7 +2471,7 @@
"type": "uint16"
}
],
"id": "libvirt-12"
"id": "libvirt-11"
}
{
......@@ -2601,7 +2479,7 @@
"arguments": {
"typename": "virtio-scsi-ccw"
},
"id": "libvirt-13"
"id": "libvirt-12"
}
{
......@@ -2676,7 +2554,7 @@
"type": "uint32"
}
],
"id": "libvirt-13"
"id": "libvirt-12"
}
{
......@@ -2684,11 +2562,11 @@
"arguments": {
"typename": "virtio-net-s390"
},
"id": "libvirt-14"
"id": "libvirt-13"
}
{
"id": "libvirt-14",
"id": "libvirt-13",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'virtio-net-s390' not found"
......@@ -2700,7 +2578,7 @@
"arguments": {
"typename": "vfio-pci"
},
"id": "libvirt-15"
"id": "libvirt-14"
}
{
......@@ -2807,7 +2685,7 @@
"type": "bool"
}
],
"id": "libvirt-15"
"id": "libvirt-14"
}
{
......@@ -2815,7 +2693,7 @@
"arguments": {
"typename": "scsi-hd"
},
"id": "libvirt-16"
"id": "libvirt-15"
}
{
......@@ -2929,7 +2807,7 @@
"type": "uint64"
}
],
"id": "libvirt-16"
"id": "libvirt-15"
}
{
......@@ -2937,11 +2815,11 @@
"arguments": {
"typename": "ide-hd"
},
"id": "libvirt-17"
"id": "libvirt-16"
}
{
"id": "libvirt-17",
"id": "libvirt-16",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'ide-drive' not found"
......@@ -2953,11 +2831,11 @@
"arguments": {
"typename": "PIIX4_PM"
},
"id": "libvirt-18"
"id": "libvirt-17"
}
{
"id": "libvirt-18",
"id": "libvirt-17",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'PIIX4_PM' not found"
......@@ -2969,11 +2847,11 @@
"arguments": {
"typename": "i440FX-pcihost"
},
"id": "libvirt-19"
"id": "libvirt-18"
}
{
"id": "libvirt-19",
"id": "libvirt-18",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'i440FX-pcihost' not found"
......@@ -2985,11 +2863,11 @@
"arguments": {
"typename": "q35-pcihost"
},
"id": "libvirt-20"
"id": "libvirt-19"
}
{
"id": "libvirt-20",
"id": "libvirt-19",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'q35-pcihost' not found"
......@@ -3001,11 +2879,11 @@
"arguments": {
"typename": "kvm-pit"
},
"id": "libvirt-21"
"id": "libvirt-20"
}
{
"id": "libvirt-21",
"id": "libvirt-20",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'kvm-pit' not found"
......@@ -3017,7 +2895,7 @@
"arguments": {
"typename": "virtio-gpu-pci"
},
"id": "libvirt-22"
"id": "libvirt-21"
}
{
......@@ -3168,7 +3046,7 @@
"type": "str"
}
],
"id": "libvirt-22"
"id": "libvirt-21"
}
{
......@@ -3176,7 +3054,7 @@
"arguments": {
"typename": "virtio-gpu-device"
},
"id": "libvirt-23"
"id": "libvirt-22"
}
{
......@@ -3223,7 +3101,7 @@
"type": "size"
}
],
"id": "libvirt-23"
"id": "libvirt-22"
}
{
......@@ -3231,11 +3109,11 @@
"arguments": {
"typename": "ICH9-LPC"
},
"id": "libvirt-24"
"id": "libvirt-23"
}
{
"id": "libvirt-24",
"id": "libvirt-23",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'ICH9-LPC' not found"
......@@ -3247,7 +3125,7 @@
"arguments": {
"typename": "virtio-balloon-pci"
},
"id": "libvirt-25"
"id": "libvirt-24"
}
{
......@@ -3390,7 +3268,7 @@
"type": "str"
}
],
"id": "libvirt-25"
"id": "libvirt-24"
}
{
......@@ -3398,7 +3276,7 @@
"arguments": {
"typename": "virtio-balloon-ccw"
},
"id": "libvirt-26"
"id": "libvirt-25"
}
{
......@@ -3460,7 +3338,7 @@
"type": "uint32"
}
],
"id": "libvirt-26"
"id": "libvirt-25"
}
{
......@@ -3468,7 +3346,7 @@
"arguments": {
"typename": "virtio-balloon-device"
},
"id": "libvirt-27"
"id": "libvirt-26"
}
{
......@@ -3512,7 +3390,7 @@
"type": "bool"
}
],
"id": "libvirt-27"
"id": "libvirt-26"
}
{
......@@ -3520,7 +3398,7 @@
"arguments": {
"typename": "virtual-css-bridge"
},
"id": "libvirt-28"
"id": "libvirt-27"
}
{
......@@ -3530,12 +3408,12 @@
"type": "bool"
}
],
"id": "libvirt-28"
"id": "libvirt-27"
}
{
"execute": "query-machines",
"id": "libvirt-29"
"id": "libvirt-28"
}
{
......@@ -3583,12 +3461,12 @@
"cpu-max": 248
}
],
"id": "libvirt-29"
"id": "libvirt-28"
}
{
"execute": "query-cpu-definitions",
"id": "libvirt-30"
"id": "libvirt-29"
}
{
......@@ -4122,34 +4000,34 @@
"migration-safe": true
}
],
"id": "libvirt-30"
"id": "libvirt-29"
}
{
"execute": "query-tpm-models",
"id": "libvirt-31"
"id": "libvirt-30"
}
{
"return": [
],
"id": "libvirt-31"
"id": "libvirt-30"
}
{
"execute": "query-tpm-types",
"id": "libvirt-32"
"id": "libvirt-31"
}
{
"return": [
],
"id": "libvirt-32"
"id": "libvirt-31"
}
{
"execute": "query-command-line-options",
"id": "libvirt-33"
"id": "libvirt-32"
}
{
......@@ -5254,12 +5132,12 @@
"option": "drive"
}
],
"id": "libvirt-33"
"id": "libvirt-32"
}
{
"execute": "query-migrate-capabilities",
"id": "libvirt-34"
"id": "libvirt-33"
}
{
......@@ -5309,12 +5187,12 @@
"capability": "return-path"
}
],
"id": "libvirt-34"
"id": "libvirt-33"
}
{
"execute": "query-qmp-schema",
"id": "libvirt-35"
"id": "libvirt-34"
}
{
......@@ -15037,7 +14915,7 @@
"meta-type": "object"
}
],
"id": "libvirt-35"
"id": "libvirt-34"
}
{
......@@ -15048,7 +14926,7 @@
"name": "host"
}
},
"id": "libvirt-36"
"id": "libvirt-35"
}
{
......@@ -15088,7 +14966,7 @@
}
}
},
"id": "libvirt-36"
"id": "libvirt-35"
}
{
......@@ -15102,11 +14980,11 @@
}
}
},
"id": "libvirt-37"
"id": "libvirt-36"
}
{
"id": "libvirt-37",
"id": "libvirt-36",
"error": {
"class": "GenericError",
"desc": "Property '.migratable' not found"
......
......@@ -509,131 +509,9 @@
"id": "libvirt-5"
}
{
"execute": "query-events",
"id": "libvirt-6"
}
{
"return": [
{
"name": "WATCHDOG"
},
{
"name": "WAKEUP"
},
{
"name": "VSERPORT_CHANGE"
},
{
"name": "VNC_INITIALIZED"
},
{
"name": "VNC_DISCONNECTED"
},
{
"name": "VNC_CONNECTED"
},
{
"name": "SUSPEND_DISK"
},
{
"name": "SUSPEND"
},
{
"name": "STOP"
},
{
"name": "SPICE_MIGRATE_COMPLETED"
},
{
"name": "SPICE_INITIALIZED"
},
{
"name": "SPICE_DISCONNECTED"
},
{
"name": "SPICE_CONNECTED"
},
{
"name": "SHUTDOWN"
},
{
"name": "RTC_CHANGE"
},
{
"name": "RESUME"
},
{
"name": "RESET"
},
{
"name": "QUORUM_REPORT_BAD"
},
{
"name": "QUORUM_FAILURE"
},
{
"name": "POWERDOWN"
},
{
"name": "NIC_RX_FILTER_CHANGED"
},
{
"name": "MIGRATION_PASS"
},
{
"name": "MIGRATION"
},
{
"name": "MEM_UNPLUG_ERROR"
},
{
"name": "GUEST_PANICKED"
},
{
"name": "DUMP_COMPLETED"
},
{
"name": "DEVICE_TRAY_MOVED"
},
{
"name": "DEVICE_DELETED"
},
{
"name": "BLOCK_WRITE_THRESHOLD"
},
{
"name": "BLOCK_JOB_READY"
},
{
"name": "BLOCK_JOB_ERROR"
},
{
"name": "BLOCK_JOB_COMPLETED"
},
{
"name": "BLOCK_JOB_CANCELLED"
},
{
"name": "BLOCK_IO_ERROR"
},
{
"name": "BLOCK_IMAGE_CORRUPTED"
},
{
"name": "BALLOON_CHANGE"
},
{
"name": "ACPI_DEVICE_OST"
}
],
"id": "libvirt-6"
}
{
"execute": "qom-list-types",
"id": "libvirt-7"
"id": "libvirt-6"
}
{
......@@ -2175,7 +2053,7 @@
"parent": "virtio-input-hid-pci"
}
],
"id": "libvirt-7"
"id": "libvirt-6"
}
{
......@@ -2183,7 +2061,7 @@
"arguments": {
"typename": "virtio-blk-pci"
},
"id": "libvirt-8"
"id": "libvirt-7"
}
{
......@@ -2411,7 +2289,7 @@
"type": "str"
}
],
"id": "libvirt-8"
"id": "libvirt-7"
}
{
......@@ -2419,7 +2297,7 @@
"arguments": {
"typename": "virtio-net-pci"
},
"id": "libvirt-9"
"id": "libvirt-8"
}
{
......@@ -2706,7 +2584,7 @@
"type": "uint16"
}
],
"id": "libvirt-9"
"id": "libvirt-8"
}
{
......@@ -2714,7 +2592,7 @@
"arguments": {
"typename": "virtio-scsi-pci"
},
"id": "libvirt-10"
"id": "libvirt-9"
}
{
......@@ -2875,7 +2753,7 @@
"type": "str"
}
],
"id": "libvirt-10"
"id": "libvirt-9"
}
{
......@@ -2883,11 +2761,11 @@
"arguments": {
"typename": "virtio-net-ccw"
},
"id": "libvirt-11"
"id": "libvirt-10"
}
{
"id": "libvirt-11",
"id": "libvirt-10",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'virtio-net-ccw' not found"
......@@ -2899,11 +2777,11 @@
"arguments": {
"typename": "virtio-scsi-ccw"
},
"id": "libvirt-12"
"id": "libvirt-11"
}
{
"id": "libvirt-12",
"id": "libvirt-11",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'virtio-scsi-ccw' not found"
......@@ -2915,11 +2793,11 @@
"arguments": {
"typename": "virtio-net-s390"
},
"id": "libvirt-13"
"id": "libvirt-12"
}
{
"id": "libvirt-13",
"id": "libvirt-12",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'virtio-net-s390' not found"
......@@ -2931,7 +2809,7 @@
"arguments": {
"typename": "vfio-pci"
},
"id": "libvirt-14"
"id": "libvirt-13"
}
{
......@@ -3038,7 +2916,7 @@
"type": "bool"
}
],
"id": "libvirt-14"
"id": "libvirt-13"
}
{
......@@ -3046,7 +2924,7 @@
"arguments": {
"typename": "scsi-hd"
},
"id": "libvirt-15"
"id": "libvirt-14"
}
{
......@@ -3160,7 +3038,7 @@
"type": "uint64"
}
],
"id": "libvirt-15"
"id": "libvirt-14"
}
{
......@@ -3168,7 +3046,7 @@
"arguments": {
"typename": "ide-hd"
},
"id": "libvirt-16"
"id": "libvirt-15"
}
{
......@@ -3244,7 +3122,7 @@
"type": "uint16"
}
],
"id": "libvirt-16"
"id": "libvirt-15"
}
{
......@@ -3252,7 +3130,7 @@
"arguments": {
"typename": "PIIX4_PM"
},
"id": "libvirt-17"
"id": "libvirt-16"
}
{
......@@ -3315,7 +3193,7 @@
"type": "int32"
}
],
"id": "libvirt-17"
"id": "libvirt-16"
}
{
......@@ -3323,7 +3201,7 @@
"arguments": {
"typename": "usb-redir"
},
"id": "libvirt-18"
"id": "libvirt-17"
}
{
......@@ -3372,7 +3250,7 @@
"type": "bool"
}
],
"id": "libvirt-18"
"id": "libvirt-17"
}
{
......@@ -3380,7 +3258,7 @@
"arguments": {
"typename": "i440FX-pcihost"
},
"id": "libvirt-19"
"id": "libvirt-18"
}
{
......@@ -3418,7 +3296,7 @@
"type": "child<qemu:memory-region>"
}
],
"id": "libvirt-19"
"id": "libvirt-18"
}
{
......@@ -3426,7 +3304,7 @@
"arguments": {
"typename": "q35-pcihost"
},
"id": "libvirt-20"
"id": "libvirt-19"
}
{
......@@ -3504,7 +3382,7 @@
"type": "uint64"
}
],
"id": "libvirt-20"
"id": "libvirt-19"
}
{
......@@ -3512,7 +3390,7 @@
"arguments": {
"typename": "usb-storage"
},
"id": "libvirt-21"
"id": "libvirt-20"
}
{
......@@ -3585,7 +3463,7 @@
"type": "uint16"
}
],
"id": "libvirt-21"
"id": "libvirt-20"
}
{
......@@ -3593,7 +3471,7 @@
"arguments": {
"typename": "kvm-pit"
},
"id": "libvirt-22"
"id": "libvirt-21"
}
{
......@@ -3607,7 +3485,7 @@
"type": "LostTickPolicy"
}
],
"id": "libvirt-22"
"id": "libvirt-21"
}
{
......@@ -3615,7 +3493,7 @@
"arguments": {
"typename": "VGA"
},
"id": "libvirt-23"
"id": "libvirt-22"
}
{
......@@ -3672,7 +3550,7 @@
"type": "int32"
}
],
"id": "libvirt-23"
"id": "libvirt-22"
}
{
......@@ -3680,7 +3558,7 @@
"arguments": {
"typename": "vmware-svga"
},
"id": "libvirt-24"
"id": "libvirt-23"
}
{
......@@ -3723,7 +3601,7 @@
"type": "int32"
}
],
"id": "libvirt-24"
"id": "libvirt-23"
}
{
......@@ -3731,7 +3609,7 @@
"arguments": {
"typename": "qxl"
},
"id": "libvirt-25"
"id": "libvirt-24"
}
{
......@@ -3826,7 +3704,7 @@
"type": "uint32"
}
],
"id": "libvirt-25"
"id": "libvirt-24"
}
{
......@@ -3834,7 +3712,7 @@
"arguments": {
"typename": "virtio-gpu-pci"
},
"id": "libvirt-26"
"id": "libvirt-25"
}
{
......@@ -3995,7 +3873,7 @@
"type": "str"
}
],
"id": "libvirt-26"
"id": "libvirt-25"
}
{
......@@ -4003,7 +3881,7 @@
"arguments": {
"typename": "virtio-gpu-device"
},
"id": "libvirt-27"
"id": "libvirt-26"
}
{
......@@ -4060,7 +3938,7 @@
"type": "size"
}
],
"id": "libvirt-27"
"id": "libvirt-26"
}
{
......@@ -4068,7 +3946,7 @@
"arguments": {
"typename": "ICH9-LPC"
},
"id": "libvirt-28"
"id": "libvirt-27"
}
{
......@@ -4164,7 +4042,7 @@
"type": "uint32"
}
],
"id": "libvirt-28"
"id": "libvirt-27"
}
{
......@@ -4172,7 +4050,7 @@
"arguments": {
"typename": "virtio-balloon-pci"
},
"id": "libvirt-29"
"id": "libvirt-28"
}
{
......@@ -4315,7 +4193,7 @@
"type": "str"
}
],
"id": "libvirt-29"
"id": "libvirt-28"
}
{
......@@ -4323,11 +4201,11 @@
"arguments": {
"typename": "virtio-balloon-ccw"
},
"id": "libvirt-30"
"id": "libvirt-29"
}
{
"id": "libvirt-30",
"id": "libvirt-29",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'virtio-balloon-ccw' not found"
......@@ -4339,7 +4217,7 @@
"arguments": {
"typename": "virtio-balloon-device"
},
"id": "libvirt-31"
"id": "libvirt-30"
}
{
......@@ -4383,7 +4261,7 @@
"type": "bool"
}
],
"id": "libvirt-31"
"id": "libvirt-30"
}
{
......@@ -4391,7 +4269,7 @@
"arguments": {
"typename": "nec-usb-xhci"
},
"id": "libvirt-32"
"id": "libvirt-31"
}
{
......@@ -4471,7 +4349,7 @@
"type": "uint32"
}
],
"id": "libvirt-32"
"id": "libvirt-31"
}
{
......@@ -4479,7 +4357,7 @@
"arguments": {
"typename": "intel-iommu"
},
"id": "libvirt-33"
"id": "libvirt-32"
}
{
......@@ -4514,7 +4392,7 @@
"type": "bool"
}
],
"id": "libvirt-33"
"id": "libvirt-32"
}
{
......@@ -4522,7 +4400,7 @@
"arguments": {
"typename": "mch"
},
"id": "libvirt-34"
"id": "libvirt-33"
}
{
......@@ -4548,7 +4426,7 @@
"type": "pci-devfn"
}
],
"id": "libvirt-34"
"id": "libvirt-33"
}
{
......@@ -4556,7 +4434,7 @@
"arguments": {
"typename": "nvdimm"
},
"id": "libvirt-35"
"id": "libvirt-34"
}
{
......@@ -4566,12 +4444,12 @@
"type": "link<memory-backend>"
}
],
"id": "libvirt-35"
"id": "libvirt-34"
}
{
"execute": "query-machines",
"id": "libvirt-36"
"id": "libvirt-35"
}
{
......@@ -4760,12 +4638,12 @@
"alias": "q35"
}
],
"id": "libvirt-36"
"id": "libvirt-35"
}
{
"execute": "query-cpu-definitions",
"id": "libvirt-37"
"id": "libvirt-36"
}
{
......@@ -5100,36 +4978,36 @@
"migration-safe": true
}
],
"id": "libvirt-37"
"id": "libvirt-36"
}
{
"execute": "query-tpm-models",
"id": "libvirt-38"
"id": "libvirt-37"
}
{
"return": [
"tpm-tis"
],
"id": "libvirt-38"
"id": "libvirt-37"
}
{
"execute": "query-tpm-types",
"id": "libvirt-39"
"id": "libvirt-38"
}
{
"return": [
"passthrough"
],
"id": "libvirt-39"
"id": "libvirt-38"
}
{
"execute": "query-command-line-options",
"id": "libvirt-40"
"id": "libvirt-39"
}
{
......@@ -6408,12 +6286,12 @@
"option": "drive"
}
],
"id": "libvirt-40"
"id": "libvirt-39"
}
{
"execute": "query-migrate-capabilities",
"id": "libvirt-41"
"id": "libvirt-40"
}
{
......@@ -6463,12 +6341,12 @@
"capability": "return-path"
}
],
"id": "libvirt-41"
"id": "libvirt-40"
}
{
"execute": "query-qmp-schema",
"id": "libvirt-42"
"id": "libvirt-41"
}
{
......@@ -16191,7 +16069,7 @@
"meta-type": "object"
}
],
"id": "libvirt-42"
"id": "libvirt-41"
}
{
......@@ -16202,7 +16080,7 @@
"name": "host"
}
},
"id": "libvirt-43"
"id": "libvirt-42"
}
{
......@@ -16381,7 +16259,7 @@
}
}
},
"id": "libvirt-43"
"id": "libvirt-42"
}
{
......@@ -16562,7 +16440,7 @@
}
}
},
"id": "libvirt-44"
"id": "libvirt-43"
}
{
......@@ -16805,7 +16683,7 @@
}
}
},
"id": "libvirt-44"
"id": "libvirt-43"
}
{
......@@ -16819,7 +16697,7 @@
}
}
},
"id": "libvirt-45"
"id": "libvirt-44"
}
{
......@@ -16998,7 +16876,7 @@
}
}
},
"id": "libvirt-45"
"id": "libvirt-44"
}
{
......@@ -17179,7 +17057,7 @@
}
}
},
"id": "libvirt-46"
"id": "libvirt-45"
}
{
......@@ -17422,7 +17300,7 @@
}
}
},
"id": "libvirt-46"
"id": "libvirt-45"
}
{
......
......@@ -521,131 +521,9 @@
"id": "libvirt-5"
}
{
"execute": "query-events",
"id": "libvirt-6"
}
{
"return": [
{
"name": "WATCHDOG"
},
{
"name": "WAKEUP"
},
{
"name": "VSERPORT_CHANGE"
},
{
"name": "VNC_INITIALIZED"
},
{
"name": "VNC_DISCONNECTED"
},
{
"name": "VNC_CONNECTED"
},
{
"name": "SUSPEND_DISK"
},
{
"name": "SUSPEND"
},
{
"name": "STOP"
},
{
"name": "SPICE_MIGRATE_COMPLETED"
},
{
"name": "SPICE_INITIALIZED"
},
{
"name": "SPICE_DISCONNECTED"
},
{
"name": "SPICE_CONNECTED"
},
{
"name": "SHUTDOWN"
},
{
"name": "RTC_CHANGE"
},
{
"name": "RESUME"
},
{
"name": "RESET"
},
{
"name": "QUORUM_REPORT_BAD"
},
{
"name": "QUORUM_FAILURE"
},
{
"name": "POWERDOWN"
},
{
"name": "NIC_RX_FILTER_CHANGED"
},
{
"name": "MIGRATION_PASS"
},
{
"name": "MIGRATION"
},
{
"name": "MEM_UNPLUG_ERROR"
},
{
"name": "GUEST_PANICKED"
},
{
"name": "DUMP_COMPLETED"
},
{
"name": "DEVICE_TRAY_MOVED"
},
{
"name": "DEVICE_DELETED"
},
{
"name": "BLOCK_WRITE_THRESHOLD"
},
{
"name": "BLOCK_JOB_READY"
},
{
"name": "BLOCK_JOB_ERROR"
},
{
"name": "BLOCK_JOB_COMPLETED"
},
{
"name": "BLOCK_JOB_CANCELLED"
},
{
"name": "BLOCK_IO_ERROR"
},
{
"name": "BLOCK_IMAGE_CORRUPTED"
},
{
"name": "BALLOON_CHANGE"
},
{
"name": "ACPI_DEVICE_OST"
}
],
"id": "libvirt-6"
}
{
"execute": "qom-list-types",
"id": "libvirt-7"
"id": "libvirt-6"
}
{
......@@ -1579,7 +1457,7 @@
"parent": "virtio-device"
}
],
"id": "libvirt-7"
"id": "libvirt-6"
}
{
......@@ -1587,7 +1465,7 @@
"arguments": {
"typename": "virtio-blk-pci"
},
"id": "libvirt-8"
"id": "libvirt-7"
}
{
......@@ -1815,7 +1693,7 @@
"type": "str"
}
],
"id": "libvirt-8"
"id": "libvirt-7"
}
{
......@@ -1823,7 +1701,7 @@
"arguments": {
"typename": "virtio-net-pci"
},
"id": "libvirt-9"
"id": "libvirt-8"
}
{
......@@ -2110,7 +1988,7 @@
"type": "uint16"
}
],
"id": "libvirt-9"
"id": "libvirt-8"
}
{
......@@ -2118,7 +1996,7 @@
"arguments": {
"typename": "virtio-scsi-pci"
},
"id": "libvirt-10"
"id": "libvirt-9"
}
{
......@@ -2283,7 +2161,7 @@
"type": "str"
}
],
"id": "libvirt-10"
"id": "libvirt-9"
}
{
......@@ -2291,7 +2169,7 @@
"arguments": {
"typename": "virtio-blk-ccw"
},
"id": "libvirt-11"
"id": "libvirt-10"
}
{
......@@ -2429,7 +2307,7 @@
"type": "uint32"
}
],
"id": "libvirt-11"
"id": "libvirt-10"
}
{
......@@ -2437,7 +2315,7 @@
"arguments": {
"typename": "virtio-net-ccw"
},
"id": "libvirt-12"
"id": "libvirt-11"
}
{
......@@ -2638,7 +2516,7 @@
"type": "uint16"
}
],
"id": "libvirt-12"
"id": "libvirt-11"
}
{
......@@ -2646,7 +2524,7 @@
"arguments": {
"typename": "virtio-scsi-ccw"
},
"id": "libvirt-13"
"id": "libvirt-12"
}
{
......@@ -2725,7 +2603,7 @@
"type": "uint32"
}
],
"id": "libvirt-13"
"id": "libvirt-12"
}
{
......@@ -2733,11 +2611,11 @@
"arguments": {
"typename": "virtio-net-s390"
},
"id": "libvirt-14"
"id": "libvirt-13"
}
{
"id": "libvirt-14",
"id": "libvirt-13",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'virtio-net-s390' not found"
......@@ -2749,7 +2627,7 @@
"arguments": {
"typename": "vfio-pci"
},
"id": "libvirt-15"
"id": "libvirt-14"
}
{
......@@ -2861,7 +2739,7 @@
"type": "bool"
}
],
"id": "libvirt-15"
"id": "libvirt-14"
}
{
......@@ -2869,7 +2747,7 @@
"arguments": {
"typename": "scsi-hd"
},
"id": "libvirt-16"
"id": "libvirt-15"
}
{
......@@ -2983,7 +2861,7 @@
"type": "uint64"
}
],
"id": "libvirt-16"
"id": "libvirt-15"
}
{
......@@ -2991,11 +2869,11 @@
"arguments": {
"typename": "ide-hd"
},
"id": "libvirt-17"
"id": "libvirt-16"
}
{
"id": "libvirt-17",
"id": "libvirt-16",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'ide-drive' not found"
......@@ -3007,11 +2885,11 @@
"arguments": {
"typename": "PIIX4_PM"
},
"id": "libvirt-18"
"id": "libvirt-17"
}
{
"id": "libvirt-18",
"id": "libvirt-17",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'PIIX4_PM' not found"
......@@ -3023,11 +2901,11 @@
"arguments": {
"typename": "i440FX-pcihost"
},
"id": "libvirt-19"
"id": "libvirt-18"
}
{
"id": "libvirt-19",
"id": "libvirt-18",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'i440FX-pcihost' not found"
......@@ -3039,11 +2917,11 @@
"arguments": {
"typename": "q35-pcihost"
},
"id": "libvirt-20"
"id": "libvirt-19"
}
{
"id": "libvirt-20",
"id": "libvirt-19",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'q35-pcihost' not found"
......@@ -3055,11 +2933,11 @@
"arguments": {
"typename": "kvm-pit"
},
"id": "libvirt-21"
"id": "libvirt-20"
}
{
"id": "libvirt-21",
"id": "libvirt-20",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'kvm-pit' not found"
......@@ -3071,7 +2949,7 @@
"arguments": {
"typename": "virtio-gpu-pci"
},
"id": "libvirt-22"
"id": "libvirt-21"
}
{
......@@ -3222,7 +3100,7 @@
"type": "str"
}
],
"id": "libvirt-22"
"id": "libvirt-21"
}
{
......@@ -3230,7 +3108,7 @@
"arguments": {
"typename": "virtio-gpu-device"
},
"id": "libvirt-23"
"id": "libvirt-22"
}
{
......@@ -3277,7 +3155,7 @@
"type": "size"
}
],
"id": "libvirt-23"
"id": "libvirt-22"
}
{
......@@ -3285,11 +3163,11 @@
"arguments": {
"typename": "ICH9-LPC"
},
"id": "libvirt-24"
"id": "libvirt-23"
}
{
"id": "libvirt-24",
"id": "libvirt-23",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'ICH9-LPC' not found"
......@@ -3301,7 +3179,7 @@
"arguments": {
"typename": "virtio-balloon-pci"
},
"id": "libvirt-25"
"id": "libvirt-24"
}
{
......@@ -3444,7 +3322,7 @@
"type": "str"
}
],
"id": "libvirt-25"
"id": "libvirt-24"
}
{
......@@ -3452,7 +3330,7 @@
"arguments": {
"typename": "virtio-balloon-ccw"
},
"id": "libvirt-26"
"id": "libvirt-25"
}
{
......@@ -3514,7 +3392,7 @@
"type": "uint32"
}
],
"id": "libvirt-26"
"id": "libvirt-25"
}
{
......@@ -3522,7 +3400,7 @@
"arguments": {
"typename": "virtio-balloon-device"
},
"id": "libvirt-27"
"id": "libvirt-26"
}
{
......@@ -3566,7 +3444,7 @@
"type": "bool"
}
],
"id": "libvirt-27"
"id": "libvirt-26"
}
{
......@@ -3574,7 +3452,7 @@
"arguments": {
"typename": "virtio-gpu-ccw"
},
"id": "libvirt-28"
"id": "libvirt-27"
}
{
......@@ -3639,7 +3517,7 @@
"type": "uint32"
}
],
"id": "libvirt-28"
"id": "libvirt-27"
}
{
......@@ -3647,7 +3525,7 @@
"arguments": {
"typename": "virtual-css-bridge"
},
"id": "libvirt-29"
"id": "libvirt-28"
}
{
......@@ -3657,12 +3535,12 @@
"type": "bool"
}
],
"id": "libvirt-29"
"id": "libvirt-28"
}
{
"execute": "query-machines",
"id": "libvirt-30"
"id": "libvirt-29"
}
{
......@@ -3715,12 +3593,12 @@
"cpu-max": 248
}
],
"id": "libvirt-30"
"id": "libvirt-29"
}
{
"execute": "query-cpu-definitions",
"id": "libvirt-31"
"id": "libvirt-30"
}
{
......@@ -4254,35 +4132,35 @@
"migration-safe": true
}
],
"id": "libvirt-31"
"id": "libvirt-30"
}
{
"execute": "query-tpm-models",
"id": "libvirt-32"
"id": "libvirt-31"
}
{
"return": [
],
"id": "libvirt-32"
"id": "libvirt-31"
}
{
"execute": "query-tpm-types",
"id": "libvirt-33"
"id": "libvirt-32"
}
{
"return": [
"emulator"
],
"id": "libvirt-33"
"id": "libvirt-32"
}
{
"execute": "query-command-line-options",
"id": "libvirt-34"
"id": "libvirt-33"
}
{
......@@ -5403,12 +5281,12 @@
"option": "drive"
}
],
"id": "libvirt-34"
"id": "libvirt-33"
}
{
"execute": "query-migrate-capabilities",
"id": "libvirt-35"
"id": "libvirt-34"
}
{
......@@ -5466,12 +5344,12 @@
"capability": "x-multifd"
}
],
"id": "libvirt-35"
"id": "libvirt-34"
}
{
"execute": "query-qmp-schema",
"id": "libvirt-36"
"id": "libvirt-35"
}
{
......@@ -15339,7 +15217,7 @@
"meta-type": "object"
}
],
"id": "libvirt-36"
"id": "libvirt-35"
}
{
......@@ -15350,7 +15228,7 @@
"name": "host"
}
},
"id": "libvirt-37"
"id": "libvirt-36"
}
{
......@@ -15389,7 +15267,7 @@
}
}
},
"id": "libvirt-37"
"id": "libvirt-36"
}
{
......@@ -15403,11 +15281,11 @@
}
}
},
"id": "libvirt-38"
"id": "libvirt-37"
}
{
"id": "libvirt-38",
"id": "libvirt-37",
"error": {
"class": "GenericError",
"desc": "Property '.migratable' not found"
......
......@@ -518,131 +518,9 @@
"id": "libvirt-5"
}
{
"execute": "query-events",
"id": "libvirt-6"
}
{
"return": [
{
"name": "WATCHDOG"
},
{
"name": "WAKEUP"
},
{
"name": "VSERPORT_CHANGE"
},
{
"name": "VNC_INITIALIZED"
},
{
"name": "VNC_DISCONNECTED"
},
{
"name": "VNC_CONNECTED"
},
{
"name": "SUSPEND_DISK"
},
{
"name": "SUSPEND"
},
{
"name": "STOP"
},
{
"name": "SPICE_MIGRATE_COMPLETED"
},
{
"name": "SPICE_INITIALIZED"
},
{
"name": "SPICE_DISCONNECTED"
},
{
"name": "SPICE_CONNECTED"
},
{
"name": "SHUTDOWN"
},
{
"name": "RTC_CHANGE"
},
{
"name": "RESUME"
},
{
"name": "RESET"
},
{
"name": "QUORUM_REPORT_BAD"
},
{
"name": "QUORUM_FAILURE"
},
{
"name": "POWERDOWN"
},
{
"name": "NIC_RX_FILTER_CHANGED"
},
{
"name": "MIGRATION_PASS"
},
{
"name": "MIGRATION"
},
{
"name": "MEM_UNPLUG_ERROR"
},
{
"name": "GUEST_PANICKED"
},
{
"name": "DUMP_COMPLETED"
},
{
"name": "DEVICE_TRAY_MOVED"
},
{
"name": "DEVICE_DELETED"
},
{
"name": "BLOCK_WRITE_THRESHOLD"
},
{
"name": "BLOCK_JOB_READY"
},
{
"name": "BLOCK_JOB_ERROR"
},
{
"name": "BLOCK_JOB_COMPLETED"
},
{
"name": "BLOCK_JOB_CANCELLED"
},
{
"name": "BLOCK_IO_ERROR"
},
{
"name": "BLOCK_IMAGE_CORRUPTED"
},
{
"name": "BALLOON_CHANGE"
},
{
"name": "ACPI_DEVICE_OST"
}
],
"id": "libvirt-6"
}
{
"execute": "qom-list-types",
"id": "libvirt-7"
"id": "libvirt-6"
}
{
......@@ -2168,7 +2046,7 @@
"parent": "virtio-input-hid-pci"
}
],
"id": "libvirt-7"
"id": "libvirt-6"
}
{
......@@ -2176,7 +2054,7 @@
"arguments": {
"typename": "virtio-blk-pci"
},
"id": "libvirt-8"
"id": "libvirt-7"
}
{
......@@ -2404,7 +2282,7 @@
"type": "str"
}
],
"id": "libvirt-8"
"id": "libvirt-7"
}
{
......@@ -2412,7 +2290,7 @@
"arguments": {
"typename": "virtio-net-pci"
},
"id": "libvirt-9"
"id": "libvirt-8"
}
{
......@@ -2699,7 +2577,7 @@
"type": "uint16"
}
],
"id": "libvirt-9"
"id": "libvirt-8"
}
{
......@@ -2707,7 +2585,7 @@
"arguments": {
"typename": "virtio-scsi-pci"
},
"id": "libvirt-10"
"id": "libvirt-9"
}
{
......@@ -2872,7 +2750,7 @@
"type": "str"
}
],
"id": "libvirt-10"
"id": "libvirt-9"
}
{
......@@ -2880,11 +2758,11 @@
"arguments": {
"typename": "virtio-net-ccw"
},
"id": "libvirt-11"
"id": "libvirt-10"
}
{
"id": "libvirt-11",
"id": "libvirt-10",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'virtio-net-ccw' not found"
......@@ -2896,11 +2774,11 @@
"arguments": {
"typename": "virtio-scsi-ccw"
},
"id": "libvirt-12"
"id": "libvirt-11"
}
{
"id": "libvirt-12",
"id": "libvirt-11",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'virtio-scsi-ccw' not found"
......@@ -2912,11 +2790,11 @@
"arguments": {
"typename": "virtio-net-s390"
},
"id": "libvirt-13"
"id": "libvirt-12"
}
{
"id": "libvirt-13",
"id": "libvirt-12",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'virtio-net-s390' not found"
......@@ -2928,7 +2806,7 @@
"arguments": {
"typename": "vfio-pci"
},
"id": "libvirt-14"
"id": "libvirt-13"
}
{
......@@ -3040,7 +2918,7 @@
"type": "bool"
}
],
"id": "libvirt-14"
"id": "libvirt-13"
}
{
......@@ -3048,7 +2926,7 @@
"arguments": {
"typename": "scsi-hd"
},
"id": "libvirt-15"
"id": "libvirt-14"
}
{
......@@ -3162,7 +3040,7 @@
"type": "uint64"
}
],
"id": "libvirt-15"
"id": "libvirt-14"
}
{
......@@ -3170,7 +3048,7 @@
"arguments": {
"typename": "ide-hd"
},
"id": "libvirt-16"
"id": "libvirt-15"
}
{
......@@ -3246,7 +3124,7 @@
"type": "uint16"
}
],
"id": "libvirt-16"
"id": "libvirt-15"
}
{
......@@ -3254,7 +3132,7 @@
"arguments": {
"typename": "PIIX4_PM"
},
"id": "libvirt-17"
"id": "libvirt-16"
}
{
......@@ -3317,7 +3195,7 @@
"type": "int32"
}
],
"id": "libvirt-17"
"id": "libvirt-16"
}
{
......@@ -3325,7 +3203,7 @@
"arguments": {
"typename": "usb-redir"
},
"id": "libvirt-18"
"id": "libvirt-17"
}
{
......@@ -3374,7 +3252,7 @@
"type": "bool"
}
],
"id": "libvirt-18"
"id": "libvirt-17"
}
{
......@@ -3382,7 +3260,7 @@
"arguments": {
"typename": "i440FX-pcihost"
},
"id": "libvirt-19"
"id": "libvirt-18"
}
{
......@@ -3424,7 +3302,7 @@
"type": "bool"
}
],
"id": "libvirt-19"
"id": "libvirt-18"
}
{
......@@ -3432,7 +3310,7 @@
"arguments": {
"typename": "q35-pcihost"
},
"id": "libvirt-20"
"id": "libvirt-19"
}
{
......@@ -3514,7 +3392,7 @@
"type": "uint64"
}
],
"id": "libvirt-20"
"id": "libvirt-19"
}
{
......@@ -3522,7 +3400,7 @@
"arguments": {
"typename": "usb-storage"
},
"id": "libvirt-21"
"id": "libvirt-20"
}
{
......@@ -3595,7 +3473,7 @@
"type": "uint16"
}
],
"id": "libvirt-21"
"id": "libvirt-20"
}
{
......@@ -3603,7 +3481,7 @@
"arguments": {
"typename": "kvm-pit"
},
"id": "libvirt-22"
"id": "libvirt-21"
}
{
......@@ -3617,7 +3495,7 @@
"type": "LostTickPolicy"
}
],
"id": "libvirt-22"
"id": "libvirt-21"
}
{
......@@ -3625,7 +3503,7 @@
"arguments": {
"typename": "VGA"
},
"id": "libvirt-23"
"id": "libvirt-22"
}
{
......@@ -3682,7 +3560,7 @@
"type": "int32"
}
],
"id": "libvirt-23"
"id": "libvirt-22"
}
{
......@@ -3690,7 +3568,7 @@
"arguments": {
"typename": "vmware-svga"
},
"id": "libvirt-24"
"id": "libvirt-23"
}
{
......@@ -3733,7 +3611,7 @@
"type": "int32"
}
],
"id": "libvirt-24"
"id": "libvirt-23"
}
{
......@@ -3741,7 +3619,7 @@
"arguments": {
"typename": "qxl"
},
"id": "libvirt-25"
"id": "libvirt-24"
}
{
......@@ -3836,7 +3714,7 @@
"type": "uint32"
}
],
"id": "libvirt-25"
"id": "libvirt-24"
}
{
......@@ -3844,7 +3722,7 @@
"arguments": {
"typename": "virtio-gpu-pci"
},
"id": "libvirt-26"
"id": "libvirt-25"
}
{
......@@ -4005,7 +3883,7 @@
"type": "str"
}
],
"id": "libvirt-26"
"id": "libvirt-25"
}
{
......@@ -4013,7 +3891,7 @@
"arguments": {
"typename": "virtio-gpu-device"
},
"id": "libvirt-27"
"id": "libvirt-26"
}
{
......@@ -4070,7 +3948,7 @@
"type": "size"
}
],
"id": "libvirt-27"
"id": "libvirt-26"
}
{
......@@ -4078,7 +3956,7 @@
"arguments": {
"typename": "ICH9-LPC"
},
"id": "libvirt-28"
"id": "libvirt-27"
}
{
......@@ -4174,7 +4052,7 @@
"type": "uint32"
}
],
"id": "libvirt-28"
"id": "libvirt-27"
}
{
......@@ -4182,7 +4060,7 @@
"arguments": {
"typename": "virtio-balloon-pci"
},
"id": "libvirt-29"
"id": "libvirt-28"
}
{
......@@ -4325,7 +4203,7 @@
"type": "str"
}
],
"id": "libvirt-29"
"id": "libvirt-28"
}
{
......@@ -4333,11 +4211,11 @@
"arguments": {
"typename": "virtio-balloon-ccw"
},
"id": "libvirt-30"
"id": "libvirt-29"
}
{
"id": "libvirt-30",
"id": "libvirt-29",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'virtio-balloon-ccw' not found"
......@@ -4349,7 +4227,7 @@
"arguments": {
"typename": "virtio-balloon-device"
},
"id": "libvirt-31"
"id": "libvirt-30"
}
{
......@@ -4393,7 +4271,7 @@
"type": "bool"
}
],
"id": "libvirt-31"
"id": "libvirt-30"
}
{
......@@ -4401,7 +4279,7 @@
"arguments": {
"typename": "nec-usb-xhci"
},
"id": "libvirt-32"
"id": "libvirt-31"
}
{
......@@ -4481,7 +4359,7 @@
"type": "uint32"
}
],
"id": "libvirt-32"
"id": "libvirt-31"
}
{
......@@ -4489,7 +4367,7 @@
"arguments": {
"typename": "intel-iommu"
},
"id": "libvirt-33"
"id": "libvirt-32"
}
{
......@@ -4524,7 +4402,7 @@
"type": "bool"
}
],
"id": "libvirt-33"
"id": "libvirt-32"
}
{
......@@ -4532,7 +4410,7 @@
"arguments": {
"typename": "mch"
},
"id": "libvirt-34"
"id": "libvirt-33"
}
{
......@@ -4575,7 +4453,7 @@
"type": "int32"
}
],
"id": "libvirt-34"
"id": "libvirt-33"
}
{
......@@ -4583,7 +4461,7 @@
"arguments": {
"typename": "nvdimm"
},
"id": "libvirt-35"
"id": "libvirt-34"
}
{
......@@ -4593,12 +4471,12 @@
"type": "link<memory-backend>"
}
],
"id": "libvirt-35"
"id": "libvirt-34"
}
{
"execute": "query-machines",
"id": "libvirt-36"
"id": "libvirt-35"
}
{
......@@ -4787,12 +4665,12 @@
"cpu-max": 288
}
],
"id": "libvirt-36"
"id": "libvirt-35"
}
{
"execute": "query-cpu-definitions",
"id": "libvirt-37"
"id": "libvirt-36"
}
{
......@@ -5106,24 +4984,24 @@
"migration-safe": true
}
],
"id": "libvirt-37"
"id": "libvirt-36"
}
{
"execute": "query-tpm-models",
"id": "libvirt-38"
"id": "libvirt-37"
}
{
"return": [
"tpm-tis"
],
"id": "libvirt-38"
"id": "libvirt-37"
}
{
"execute": "query-tpm-types",
"id": "libvirt-39"
"id": "libvirt-38"
}
{
......@@ -5131,12 +5009,12 @@
"passthrough",
"emulator"
],
"id": "libvirt-39"
"id": "libvirt-38"
}
{
"execute": "query-command-line-options",
"id": "libvirt-40"
"id": "libvirt-39"
}
{
......@@ -6431,12 +6309,12 @@
"option": "drive"
}
],
"id": "libvirt-40"
"id": "libvirt-39"
}
{
"execute": "query-migrate-capabilities",
"id": "libvirt-41"
"id": "libvirt-40"
}
{
......@@ -6494,12 +6372,12 @@
"capability": "x-multifd"
}
],
"id": "libvirt-41"
"id": "libvirt-40"
}
{
"execute": "query-qmp-schema",
"id": "libvirt-42"
"id": "libvirt-41"
}
{
......@@ -16367,7 +16245,7 @@
"meta-type": "object"
}
],
"id": "libvirt-42"
"id": "libvirt-41"
}
{
......@@ -16378,7 +16256,7 @@
"name": "host"
}
},
"id": "libvirt-43"
"id": "libvirt-42"
}
{
......@@ -16558,7 +16436,7 @@
}
}
},
"id": "libvirt-43"
"id": "libvirt-42"
}
{
......@@ -16740,7 +16618,7 @@
}
}
},
"id": "libvirt-44"
"id": "libvirt-43"
}
{
......@@ -16985,7 +16863,7 @@
}
}
},
"id": "libvirt-44"
"id": "libvirt-43"
}
{
......@@ -16999,7 +16877,7 @@
}
}
},
"id": "libvirt-45"
"id": "libvirt-44"
}
{
......@@ -17179,7 +17057,7 @@
}
}
},
"id": "libvirt-45"
"id": "libvirt-44"
}
{
......@@ -17361,7 +17239,7 @@
}
}
},
"id": "libvirt-46"
"id": "libvirt-45"
}
{
......@@ -17606,7 +17484,7 @@
}
}
},
"id": "libvirt-46"
"id": "libvirt-45"
}
{
......
......@@ -536,137 +536,9 @@
"id": "libvirt-5"
}
{
"execute": "query-events",
"id": "libvirt-6"
}
{
"return": [
{
"name": "COMMAND_DROPPED"
},
{
"name": "RTC_CHANGE"
},
{
"name": "ACPI_DEVICE_OST"
},
{
"name": "MEM_UNPLUG_ERROR"
},
{
"name": "DUMP_COMPLETED"
},
{
"name": "DEVICE_DELETED"
},
{
"name": "BALLOON_CHANGE"
},
{
"name": "MIGRATION_PASS"
},
{
"name": "MIGRATION"
},
{
"name": "VNC_DISCONNECTED"
},
{
"name": "VNC_INITIALIZED"
},
{
"name": "VNC_CONNECTED"
},
{
"name": "SPICE_MIGRATE_COMPLETED"
},
{
"name": "SPICE_DISCONNECTED"
},
{
"name": "SPICE_INITIALIZED"
},
{
"name": "SPICE_CONNECTED"
},
{
"name": "NIC_RX_FILTER_CHANGED"
},
{
"name": "VSERPORT_CHANGE"
},
{
"name": "QUORUM_REPORT_BAD"
},
{
"name": "QUORUM_FAILURE"
},
{
"name": "DEVICE_TRAY_MOVED"
},
{
"name": "BLOCK_WRITE_THRESHOLD"
},
{
"name": "BLOCK_JOB_PENDING"
},
{
"name": "BLOCK_JOB_READY"
},
{
"name": "BLOCK_JOB_ERROR"
},
{
"name": "BLOCK_JOB_CANCELLED"
},
{
"name": "BLOCK_JOB_COMPLETED"
},
{
"name": "BLOCK_IO_ERROR"
},
{
"name": "BLOCK_IMAGE_CORRUPTED"
},
{
"name": "GUEST_PANICKED"
},
{
"name": "WATCHDOG"
},
{
"name": "WAKEUP"
},
{
"name": "SUSPEND_DISK"
},
{
"name": "SUSPEND"
},
{
"name": "RESUME"
},
{
"name": "STOP"
},
{
"name": "RESET"
},
{
"name": "POWERDOWN"
},
{
"name": "SHUTDOWN"
}
],
"id": "libvirt-6"
}
{
"execute": "qom-list-types",
"id": "libvirt-7"
"id": "libvirt-6"
}
{
......@@ -3484,7 +3356,7 @@
"parent": "rng-backend"
}
],
"id": "libvirt-7"
"id": "libvirt-6"
}
{
......@@ -3492,7 +3364,7 @@
"arguments": {
"typename": "virtio-blk-pci"
},
"id": "libvirt-8"
"id": "libvirt-7"
}
{
......@@ -3724,7 +3596,7 @@
"type": "str"
}
],
"id": "libvirt-8"
"id": "libvirt-7"
}
{
......@@ -3732,7 +3604,7 @@
"arguments": {
"typename": "virtio-net-pci"
},
"id": "libvirt-9"
"id": "libvirt-8"
}
{
......@@ -4027,7 +3899,7 @@
"type": "uint16"
}
],
"id": "libvirt-9"
"id": "libvirt-8"
}
{
......@@ -4035,7 +3907,7 @@
"arguments": {
"typename": "virtio-scsi-pci"
},
"id": "libvirt-10"
"id": "libvirt-9"
}
{
......@@ -4200,7 +4072,7 @@
"type": "str"
}
],
"id": "libvirt-10"
"id": "libvirt-9"
}
{
......@@ -4208,11 +4080,11 @@
"arguments": {
"typename": "virtio-net-ccw"
},
"id": "libvirt-11"
"id": "libvirt-10"
}
{
"id": "libvirt-11",
"id": "libvirt-10",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'virtio-net-ccw' not found"
......@@ -4224,11 +4096,11 @@
"arguments": {
"typename": "virtio-scsi-ccw"
},
"id": "libvirt-12"
"id": "libvirt-11"
}
{
"id": "libvirt-12",
"id": "libvirt-11",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'virtio-scsi-ccw' not found"
......@@ -4240,11 +4112,11 @@
"arguments": {
"typename": "virtio-net-s390"
},
"id": "libvirt-13"
"id": "libvirt-12"
}
{
"id": "libvirt-13",
"id": "libvirt-12",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'virtio-net-s390' not found"
......@@ -4256,7 +4128,7 @@
"arguments": {
"typename": "vfio-pci"
},
"id": "libvirt-14"
"id": "libvirt-13"
}
{
......@@ -4382,7 +4254,7 @@
"type": "str"
}
],
"id": "libvirt-14"
"id": "libvirt-13"
}
{
......@@ -4390,7 +4262,7 @@
"arguments": {
"typename": "scsi-hd"
},
"id": "libvirt-15"
"id": "libvirt-14"
}
{
......@@ -4504,7 +4376,7 @@
"type": "uint64"
}
],
"id": "libvirt-15"
"id": "libvirt-14"
}
{
......@@ -4512,7 +4384,7 @@
"arguments": {
"typename": "ide-hd"
},
"id": "libvirt-16"
"id": "libvirt-15"
}
{
......@@ -4588,7 +4460,7 @@
"type": "uint16"
}
],
"id": "libvirt-16"
"id": "libvirt-15"
}
{
......@@ -4596,11 +4468,11 @@
"arguments": {
"typename": "PIIX4_PM"
},
"id": "libvirt-17"
"id": "libvirt-16"
}
{
"id": "libvirt-17",
"id": "libvirt-16",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'PIIX4_PM' not found"
......@@ -4612,11 +4484,11 @@
"arguments": {
"typename": "i440FX-pcihost"
},
"id": "libvirt-18"
"id": "libvirt-17"
}
{
"id": "libvirt-18",
"id": "libvirt-17",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'i440FX-pcihost' not found"
......@@ -4628,11 +4500,11 @@
"arguments": {
"typename": "q35-pcihost"
},
"id": "libvirt-19"
"id": "libvirt-18"
}
{
"id": "libvirt-19",
"id": "libvirt-18",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'q35-pcihost' not found"
......@@ -4644,7 +4516,7 @@
"arguments": {
"typename": "usb-storage"
},
"id": "libvirt-20"
"id": "libvirt-19"
}
{
......@@ -4717,7 +4589,7 @@
"type": "uint16"
}
],
"id": "libvirt-20"
"id": "libvirt-19"
}
{
......@@ -4725,11 +4597,11 @@
"arguments": {
"typename": "kvm-pit"
},
"id": "libvirt-21"
"id": "libvirt-20"
}
{
"id": "libvirt-21",
"id": "libvirt-20",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'kvm-pit' not found"
......@@ -4741,7 +4613,7 @@
"arguments": {
"typename": "VGA"
},
"id": "libvirt-22"
"id": "libvirt-21"
}
{
......@@ -4798,7 +4670,7 @@
"type": "int32"
}
],
"id": "libvirt-22"
"id": "libvirt-21"
}
{
......@@ -4806,7 +4678,7 @@
"arguments": {
"typename": "virtio-gpu-pci"
},
"id": "libvirt-23"
"id": "libvirt-22"
}
{
......@@ -4957,7 +4829,7 @@
"type": "str"
}
],
"id": "libvirt-23"
"id": "libvirt-22"
}
{
......@@ -4965,7 +4837,7 @@
"arguments": {
"typename": "virtio-gpu-device"
},
"id": "libvirt-24"
"id": "libvirt-23"
}
{
......@@ -5012,7 +4884,7 @@
"type": "size"
}
],
"id": "libvirt-24"
"id": "libvirt-23"
}
{
......@@ -5020,11 +4892,11 @@
"arguments": {
"typename": "ICH9-LPC"
},
"id": "libvirt-25"
"id": "libvirt-24"
}
{
"id": "libvirt-25",
"id": "libvirt-24",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'ICH9-LPC' not found"
......@@ -5036,7 +4908,7 @@
"arguments": {
"typename": "virtio-balloon-pci"
},
"id": "libvirt-26"
"id": "libvirt-25"
}
{
......@@ -5179,7 +5051,7 @@
"type": "str"
}
],
"id": "libvirt-26"
"id": "libvirt-25"
}
{
......@@ -5187,11 +5059,11 @@
"arguments": {
"typename": "virtio-balloon-ccw"
},
"id": "libvirt-27"
"id": "libvirt-26"
}
{
"id": "libvirt-27",
"id": "libvirt-26",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'virtio-balloon-ccw' not found"
......@@ -5203,7 +5075,7 @@
"arguments": {
"typename": "virtio-balloon-device"
},
"id": "libvirt-28"
"id": "libvirt-27"
}
{
......@@ -5247,7 +5119,7 @@
"type": "bool"
}
],
"id": "libvirt-28"
"id": "libvirt-27"
}
{
......@@ -5255,7 +5127,7 @@
"arguments": {
"typename": "nec-usb-xhci"
},
"id": "libvirt-29"
"id": "libvirt-28"
}
{
......@@ -5335,7 +5207,7 @@
"type": "uint32"
}
],
"id": "libvirt-29"
"id": "libvirt-28"
}
{
......@@ -5343,7 +5215,7 @@
"arguments": {
"typename": "memory-backend-file"
},
"id": "libvirt-30"
"id": "libvirt-29"
}
{
......@@ -5397,7 +5269,7 @@
"type": "string"
}
],
"id": "libvirt-30"
"id": "libvirt-29"
}
{
......@@ -5405,7 +5277,7 @@
"arguments": {
"typename": "memory-backend-memfd"
},
"id": "libvirt-31"
"id": "libvirt-30"
}
{
......@@ -5455,7 +5327,7 @@
"type": "string"
}
],
"id": "libvirt-31"
"id": "libvirt-30"
}
{
......@@ -5463,11 +5335,11 @@
"arguments": {
"typename": "spapr-machine"
},
"id": "libvirt-32"
"id": "libvirt-31"
}
{
"id": "libvirt-32",
"id": "libvirt-31",
"error": {
"class": "DeviceNotFound",
"desc": "Class 'spapr-machine' not found"
......@@ -5476,7 +5348,7 @@
{
"execute": "query-machines",
"id": "libvirt-33"
"id": "libvirt-32"
}
{
......@@ -5773,12 +5645,12 @@
"cpu-max": 1
}
],
"id": "libvirt-33"
"id": "libvirt-32"
}
{
"execute": "query-cpu-definitions",
"id": "libvirt-34"
"id": "libvirt-33"
}
{
......@@ -5954,35 +5826,35 @@
"static": false
}
],
"id": "libvirt-34"
"id": "libvirt-33"
}
{
"execute": "query-tpm-models",
"id": "libvirt-35"
"id": "libvirt-34"
}
{
"return": [
],
"id": "libvirt-35"
"id": "libvirt-34"
}
{
"execute": "query-tpm-types",
"id": "libvirt-36"
"id": "libvirt-35"
}
{
"return": [
"emulator"
],
"id": "libvirt-36"
"id": "libvirt-35"
}
{
"execute": "query-command-line-options",
"id": "libvirt-37"
"id": "libvirt-36"
}
{
......@@ -7143,12 +7015,12 @@
"option": "drive"
}
],
"id": "libvirt-37"
"id": "libvirt-36"
}
{
"execute": "query-migrate-capabilities",
"id": "libvirt-38"
"id": "libvirt-37"
}
{
......@@ -7210,12 +7082,12 @@
"capability": "dirty-bitmaps"
}
],
"id": "libvirt-38"
"id": "libvirt-37"
}
{
"execute": "query-qmp-schema",
"id": "libvirt-39"
"id": "libvirt-38"
}
{
......@@ -18583,12 +18455,12 @@
"meta-type": "object"
}
],
"id": "libvirt-39"
"id": "libvirt-38"
}
{
"execute": "query-gic-capabilities",
"id": "libvirt-40"
"id": "libvirt-39"
}
{
......@@ -18604,7 +18476,7 @@
"kernel": false
}
],
"id": "libvirt-40"
"id": "libvirt-39"
}
{
......
......@@ -575,143 +575,9 @@
"id": "libvirt-5"
}
{
"execute": "query-events",
"id": "libvirt-6"
}
{
"return": [
{
"name": "COMMAND_DROPPED"
},
{
"name": "RTC_CHANGE"
},
{
"name": "ACPI_DEVICE_OST"
},
{
"name": "MEM_UNPLUG_ERROR"
},
{
"name": "DUMP_COMPLETED"
},
{
"name": "DEVICE_DELETED"
},
{
"name": "BALLOON_CHANGE"
},
{
"name": "MIGRATION_PASS"
},
{
"name": "MIGRATION"
},
{
"name": "VNC_DISCONNECTED"
},
{
"name": "VNC_INITIALIZED"
},
{
"name": "VNC_CONNECTED"
},
{
"name": "SPICE_MIGRATE_COMPLETED"
},
{
"name": "SPICE_DISCONNECTED"
},
{
"name": "SPICE_INITIALIZED"
},
{
"name": "SPICE_CONNECTED"
},
{
"name": "NIC_RX_FILTER_CHANGED"
},
{
"name": "VSERPORT_CHANGE"
},
{
"name": "QUORUM_REPORT_BAD"
},
{
"name": "QUORUM_FAILURE"
},
{
"name": "PR_MANAGER_STATUS_CHANGED"
},
{
"name": "DEVICE_TRAY_MOVED"
},
{
"name": "BLOCK_WRITE_THRESHOLD"
},
{
"name": "BLOCK_JOB_PENDING"
},
{
"name": "BLOCK_JOB_READY"
},
{
"name": "BLOCK_JOB_ERROR"
},
{
"name": "BLOCK_JOB_CANCELLED"
},
{
"name": "BLOCK_JOB_COMPLETED"
},
{
"name": "BLOCK_IO_ERROR"
},
{
"name": "BLOCK_IMAGE_CORRUPTED"
},
{
"name": "JOB_STATUS_CHANGE"
},
{
"name": "GUEST_PANICKED"
},
{
"name": "WATCHDOG"
},
{
"name": "WAKEUP"
},
{
"name": "SUSPEND_DISK"
},
{
"name": "SUSPEND"
},
{
"name": "RESUME"
},
{
"name": "STOP"
},
{
"name": "RESET"
},
{
"name": "POWERDOWN"
},
{
"name": "SHUTDOWN"
}
],
"id": "libvirt-6"
}
{
"execute": "qom-list-types",
"id": "libvirt-7"
"id": "libvirt-6"
}
{
......@@ -1197,7 +1063,7 @@
"parent": "scsi-disk-base"
}
],
"id": "libvirt-7"
"id": "libvirt-6"
}
{
......@@ -1205,11 +1071,11 @@
"arguments": {
"typename": "virtio-blk-pci"
},
"id": "libvirt-8"
"id": "libvirt-7"
}
{
"id": "libvirt-8",
"id": "libvirt-7",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'virtio-blk-pci' not found"
......@@ -1221,11 +1087,11 @@
"arguments": {
"typename": "virtio-net-pci"
},
"id": "libvirt-9"
"id": "libvirt-8"
}
{
"id": "libvirt-9",
"id": "libvirt-8",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'virtio-net-pci' not found"
......@@ -1237,11 +1103,11 @@
"arguments": {
"typename": "virtio-scsi-pci"
},
"id": "libvirt-10"
"id": "libvirt-9"
}
{
"id": "libvirt-10",
"id": "libvirt-9",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'virtio-scsi-pci' not found"
......@@ -1253,11 +1119,11 @@
"arguments": {
"typename": "virtio-net-ccw"
},
"id": "libvirt-11"
"id": "libvirt-10"
}
{
"id": "libvirt-11",
"id": "libvirt-10",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'virtio-net-ccw' not found"
......@@ -1269,11 +1135,11 @@
"arguments": {
"typename": "virtio-scsi-ccw"
},
"id": "libvirt-12"
"id": "libvirt-11"
}
{
"id": "libvirt-12",
"id": "libvirt-11",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'virtio-scsi-ccw' not found"
......@@ -1285,11 +1151,11 @@
"arguments": {
"typename": "virtio-net-s390"
},
"id": "libvirt-13"
"id": "libvirt-12"
}
{
"id": "libvirt-13",
"id": "libvirt-12",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'virtio-net-s390' not found"
......@@ -1301,7 +1167,7 @@
"arguments": {
"typename": "scsi-hd"
},
"id": "libvirt-14"
"id": "libvirt-13"
}
{
......@@ -1419,7 +1285,7 @@
"type": "uint32"
}
],
"id": "libvirt-14"
"id": "libvirt-13"
}
{
......@@ -1427,11 +1293,11 @@
"arguments": {
"typename": "ide-hd"
},
"id": "libvirt-15"
"id": "libvirt-14"
}
{
"id": "libvirt-15",
"id": "libvirt-14",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'ide-drive' not found"
......@@ -1443,11 +1309,11 @@
"arguments": {
"typename": "PIIX4_PM"
},
"id": "libvirt-16"
"id": "libvirt-15"
}
{
"id": "libvirt-16",
"id": "libvirt-15",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'PIIX4_PM' not found"
......@@ -1459,11 +1325,11 @@
"arguments": {
"typename": "i440FX-pcihost"
},
"id": "libvirt-17"
"id": "libvirt-16"
}
{
"id": "libvirt-17",
"id": "libvirt-16",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'i440FX-pcihost' not found"
......@@ -1475,11 +1341,11 @@
"arguments": {
"typename": "q35-pcihost"
},
"id": "libvirt-18"
"id": "libvirt-17"
}
{
"id": "libvirt-18",
"id": "libvirt-17",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'q35-pcihost' not found"
......@@ -1491,11 +1357,11 @@
"arguments": {
"typename": "kvm-pit"
},
"id": "libvirt-19"
"id": "libvirt-18"
}
{
"id": "libvirt-19",
"id": "libvirt-18",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'kvm-pit' not found"
......@@ -1507,11 +1373,11 @@
"arguments": {
"typename": "virtio-gpu-pci"
},
"id": "libvirt-20"
"id": "libvirt-19"
}
{
"id": "libvirt-20",
"id": "libvirt-19",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'virtio-gpu-pci' not found"
......@@ -1523,7 +1389,7 @@
"arguments": {
"typename": "virtio-gpu-device"
},
"id": "libvirt-21"
"id": "libvirt-20"
}
{
......@@ -1570,7 +1436,7 @@
"type": "size"
}
],
"id": "libvirt-21"
"id": "libvirt-20"
}
{
......@@ -1578,11 +1444,11 @@
"arguments": {
"typename": "ICH9-LPC"
},
"id": "libvirt-22"
"id": "libvirt-21"
}
{
"id": "libvirt-22",
"id": "libvirt-21",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'ICH9-LPC' not found"
......@@ -1594,11 +1460,11 @@
"arguments": {
"typename": "virtio-balloon-pci"
},
"id": "libvirt-23"
"id": "libvirt-22"
}
{
"id": "libvirt-23",
"id": "libvirt-22",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'virtio-balloon-pci' not found"
......@@ -1610,11 +1476,11 @@
"arguments": {
"typename": "virtio-balloon-ccw"
},
"id": "libvirt-24"
"id": "libvirt-23"
}
{
"id": "libvirt-24",
"id": "libvirt-23",
"error": {
"class": "DeviceNotFound",
"desc": "Device 'virtio-balloon-ccw' not found"
......@@ -1626,7 +1492,7 @@
"arguments": {
"typename": "virtio-balloon-device"
},
"id": "libvirt-25"
"id": "libvirt-24"
}
{
......@@ -1670,7 +1536,7 @@
"type": "bool"
}
],
"id": "libvirt-25"
"id": "libvirt-24"
}
{
......@@ -1678,7 +1544,7 @@
"arguments": {
"typename": "memory-backend-file"
},
"id": "libvirt-26"
"id": "libvirt-25"
}
{
......@@ -1728,7 +1594,7 @@
"type": "string"
}
],
"id": "libvirt-26"
"id": "libvirt-25"
}
{
......@@ -1736,7 +1602,7 @@
"arguments": {
"typename": "memory-backend-memfd"
},
"id": "libvirt-27"
"id": "libvirt-26"
}
{
......@@ -1786,7 +1652,7 @@
"type": "string"
}
],
"id": "libvirt-27"
"id": "libvirt-26"
}
{
......@@ -1794,11 +1660,11 @@
"arguments": {
"typename": "spapr-machine"
},
"id": "libvirt-28"
"id": "libvirt-27"
}
{
"id": "libvirt-28",
"id": "libvirt-27",
"error": {
"class": "DeviceNotFound",
"desc": "Class 'spapr-machine' not found"
......@@ -1807,7 +1673,7 @@
{
"execute": "query-machines",
"id": "libvirt-29"
"id": "libvirt-28"
}
{
......@@ -1844,23 +1710,23 @@
"cpu-max": 1
}
],
"id": "libvirt-29"
"id": "libvirt-28"
}
{
"execute": "query-tpm-models",
"id": "libvirt-30"
"id": "libvirt-29"
}
{
"return": [
],
"id": "libvirt-30"
"id": "libvirt-29"
}
{
"execute": "query-tpm-types",
"id": "libvirt-31"
"id": "libvirt-30"
}
{
......@@ -1868,12 +1734,12 @@
"passthrough",
"emulator"
],
"id": "libvirt-31"
"id": "libvirt-30"
}
{
"execute": "query-command-line-options",
"id": "libvirt-32"
"id": "libvirt-31"
}
{
......@@ -2998,12 +2864,12 @@
"option": "drive"
}
],
"id": "libvirt-32"
"id": "libvirt-31"
}
{
"execute": "query-migrate-capabilities",
"id": "libvirt-33"
"id": "libvirt-32"
}
{
......@@ -3073,12 +2939,12 @@
"capability": "late-block-activate"
}
],
"id": "libvirt-33"
"id": "libvirt-32"
}
{
"execute": "query-qmp-schema",
"id": "libvirt-34"
"id": "libvirt-33"
}
{
......@@ -14753,5 +14619,5 @@
"meta-type": "object"
}
],
"id": "libvirt-34"
"id": "libvirt-33"
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册