]> xenbits.xensource.com Git - libvirt.git/commitdiff
tests: qemucapabilities: Test commands used to query capabilities
authorPeter Krempa <pkrempa@redhat.com>
Fri, 1 Jun 2018 08:03:01 +0000 (10:03 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 12 Jun 2018 08:27:50 +0000 (10:27 +0200)
Use qemuMonitorTestNewFromFileFull which allows to test commands used
along with providing replies. This has two advantages:

1) It's easier to see which command was used when looking at the files
2) We check that the used commands are actually in the correct order

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
51 files changed:
tests/qemucapabilitiesdata/caps_1.5.3.x86_64.replies
tests/qemucapabilitiesdata/caps_1.5.3.x86_64.xml
tests/qemucapabilitiesdata/caps_1.6.0.x86_64.replies
tests/qemucapabilitiesdata/caps_1.6.0.x86_64.xml
tests/qemucapabilitiesdata/caps_1.7.0.x86_64.replies
tests/qemucapabilitiesdata/caps_1.7.0.x86_64.xml
tests/qemucapabilitiesdata/caps_2.1.1.x86_64.replies
tests/qemucapabilitiesdata/caps_2.1.1.x86_64.xml
tests/qemucapabilitiesdata/caps_2.10.0.aarch64.replies
tests/qemucapabilitiesdata/caps_2.10.0.aarch64.xml
tests/qemucapabilitiesdata/caps_2.10.0.ppc64.replies
tests/qemucapabilitiesdata/caps_2.10.0.ppc64.xml
tests/qemucapabilitiesdata/caps_2.10.0.s390x.replies
tests/qemucapabilitiesdata/caps_2.10.0.s390x.xml
tests/qemucapabilitiesdata/caps_2.10.0.x86_64.replies
tests/qemucapabilitiesdata/caps_2.10.0.x86_64.xml
tests/qemucapabilitiesdata/caps_2.11.0.s390x.replies
tests/qemucapabilitiesdata/caps_2.11.0.s390x.xml
tests/qemucapabilitiesdata/caps_2.12.0.aarch64.replies
tests/qemucapabilitiesdata/caps_2.12.0.aarch64.xml
tests/qemucapabilitiesdata/caps_2.12.0.ppc64.replies
tests/qemucapabilitiesdata/caps_2.12.0.ppc64.xml
tests/qemucapabilitiesdata/caps_2.12.0.s390x.replies
tests/qemucapabilitiesdata/caps_2.12.0.s390x.xml
tests/qemucapabilitiesdata/caps_2.12.0.x86_64.replies
tests/qemucapabilitiesdata/caps_2.12.0.x86_64.xml
tests/qemucapabilitiesdata/caps_2.4.0.x86_64.replies
tests/qemucapabilitiesdata/caps_2.4.0.x86_64.xml
tests/qemucapabilitiesdata/caps_2.5.0.x86_64.replies
tests/qemucapabilitiesdata/caps_2.5.0.x86_64.xml
tests/qemucapabilitiesdata/caps_2.6.0.aarch64.replies
tests/qemucapabilitiesdata/caps_2.6.0.aarch64.xml
tests/qemucapabilitiesdata/caps_2.6.0.ppc64.replies
tests/qemucapabilitiesdata/caps_2.6.0.ppc64.xml
tests/qemucapabilitiesdata/caps_2.6.0.x86_64.replies
tests/qemucapabilitiesdata/caps_2.6.0.x86_64.xml
tests/qemucapabilitiesdata/caps_2.7.0.s390x.replies
tests/qemucapabilitiesdata/caps_2.7.0.s390x.xml
tests/qemucapabilitiesdata/caps_2.7.0.x86_64.replies
tests/qemucapabilitiesdata/caps_2.7.0.x86_64.xml
tests/qemucapabilitiesdata/caps_2.8.0.s390x.replies
tests/qemucapabilitiesdata/caps_2.8.0.s390x.xml
tests/qemucapabilitiesdata/caps_2.8.0.x86_64.replies
tests/qemucapabilitiesdata/caps_2.8.0.x86_64.xml
tests/qemucapabilitiesdata/caps_2.9.0.ppc64.replies
tests/qemucapabilitiesdata/caps_2.9.0.ppc64.xml
tests/qemucapabilitiesdata/caps_2.9.0.s390x.replies
tests/qemucapabilitiesdata/caps_2.9.0.s390x.xml
tests/qemucapabilitiesdata/caps_2.9.0.x86_64.replies
tests/qemucapabilitiesdata/caps_2.9.0.x86_64.xml
tests/qemucapabilitiestest.c

index dd501221ade99a648a8785db9a9ae8f825aabb25..de7d441debbe338ee15443c2566fd78454bf7652 100644 (file)
@@ -1,16 +1,6 @@
 {
-  "QMP": {
-    "version": {
-      "qemu": {
-        "micro": 3,
-        "minor": 5,
-        "major": 1
-      },
-      "package": ""
-    },
-    "capabilities": [
-    ]
-  }
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
 }
 
 {
@@ -19,6 +9,11 @@
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-version",
+  "id": "libvirt-2"
+}
+
 {
   "return": {
     "qemu": {
   "id": "libvirt-2"
 }
 
+{
+  "execute": "query-target",
+  "id": "libvirt-3"
+}
+
 {
   "return": {
     "arch": "x86_64"
   "id": "libvirt-3"
 }
 
+{
+  "execute": "query-commands",
+  "id": "libvirt-4"
+}
+
 {
   "return": [
     {
   "id": "libvirt-4"
 }
 
+{
+  "execute": "add-fd",
+  "arguments": {
+    "fdset-id": 0,
+    "opaque": "/dev/null"
+  },
+  "id": "libvirt-5"
+}
+
 {
   "return": {
     "fd": 13,
   "id": "libvirt-5"
 }
 
+{
+  "execute": "block-commit",
+  "arguments": {
+    "device": "bogus"
+  },
+  "id": "libvirt-6"
+}
+
 {
   "id": "libvirt-6",
   "error": {
   }
 }
 
+{
+  "execute": "query-kvm",
+  "id": "libvirt-7"
+}
+
 {
   "return": {
     "enabled": true,
   "id": "libvirt-7"
 }
 
+{
+  "execute": "query-events",
+  "id": "libvirt-8"
+}
+
 {
   "return": [
     {
   "id": "libvirt-8"
 }
 
+{
+  "execute": "qom-list-types",
+  "id": "libvirt-9"
+}
+
 {
   "return": [
     {
   "id": "libvirt-9"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-blk-pci"
+  },
+  "id": "libvirt-10"
+}
+
 {
   "return": [
     {
   "id": "libvirt-10"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-pci"
+  },
+  "id": "libvirt-11"
+}
+
 {
   "return": [
     {
   "id": "libvirt-11"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-pci"
+  },
+  "id": "libvirt-12"
+}
+
 {
   "return": [
     {
   "id": "libvirt-12"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-ccw"
+  },
+  "id": "libvirt-13"
+}
+
 {
   "id": "libvirt-13",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-ccw"
+  },
+  "id": "libvirt-14"
+}
+
 {
   "id": "libvirt-14",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-s390"
+  },
+  "id": "libvirt-15"
+}
+
 {
   "id": "libvirt-15",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "pci-assign"
+  },
+  "id": "libvirt-16"
+}
+
 {
   "id": "libvirt-16",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pci-assign"
+  },
+  "id": "libvirt-17"
+}
+
 {
   "return": [
     {
   "id": "libvirt-17"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "vfio-pci"
+  },
+  "id": "libvirt-18"
+}
+
 {
   "return": [
     {
   "id": "libvirt-18"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-disk"
+  },
+  "id": "libvirt-19"
+}
+
 {
   "return": [
     {
   "id": "libvirt-19"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ide-drive"
+  },
+  "id": "libvirt-20"
+}
+
 {
   "return": [
     {
   "id": "libvirt-20"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "PIIX4_PM"
+  },
+  "id": "libvirt-21"
+}
+
 {
   "return": [
     {
   "id": "libvirt-21"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-redir"
+  },
+  "id": "libvirt-22"
+}
+
 {
   "return": [
     {
   "id": "libvirt-22"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-host"
+  },
+  "id": "libvirt-23"
+}
+
 {
   "return": [
     {
   "id": "libvirt-23"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-generic"
+  },
+  "id": "libvirt-24"
+}
+
 {
   "return": [
     {
   "id": "libvirt-24"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "i440FX-pcihost"
+  },
+  "id": "libvirt-25"
+}
+
 {
   "return": [
   ],
   "id": "libvirt-25"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "q35-pcihost"
+  },
+  "id": "libvirt-26"
+}
+
 {
   "return": [
     {
   "id": "libvirt-26"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-storage"
+  },
+  "id": "libvirt-27"
+}
+
 {
   "return": [
     {
   "id": "libvirt-27"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pit"
+  },
+  "id": "libvirt-28"
+}
+
 {
   "return": [
     {
   "id": "libvirt-28"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "VGA"
+  },
+  "id": "libvirt-29"
+}
+
 {
   "return": [
     {
   "id": "libvirt-29"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "vmware-svga"
+  },
+  "id": "libvirt-30"
+}
+
 {
   "return": [
     {
   "id": "libvirt-30"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "qxl"
+  },
+  "id": "libvirt-31"
+}
+
 {
   "return": [
     {
   "id": "libvirt-31"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ICH9-LPC"
+  },
+  "id": "libvirt-32"
+}
+
 {
   "id": "libvirt-32",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-pci"
+  },
+  "id": "libvirt-33"
+}
+
 {
   "return": [
     {
   "id": "libvirt-33"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-ccw"
+  },
+  "id": "libvirt-34"
+}
+
 {
   "id": "libvirt-34",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-device"
+  },
+  "id": "libvirt-35"
+}
+
 {
   "return": [
   ],
   "id": "libvirt-35"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "nec-usb-xhci"
+  },
+  "id": "libvirt-36"
+}
+
 {
   "return": [
     {
   "id": "libvirt-36"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "mch"
+  },
+  "id": "libvirt-37"
+}
+
 {
   "return": [
     {
   "id": "libvirt-37"
 }
 
+{
+  "execute": "query-machines",
+  "id": "libvirt-38"
+}
+
 {
   "return": [
     {
   "id": "libvirt-38"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-39"
+}
+
 {
   "return": [
     {
   "id": "libvirt-39"
 }
 
+{
+  "execute": "query-tpm-models",
+  "id": "libvirt-40"
+}
+
 {
   "return": [
   ],
   "id": "libvirt-40"
 }
 
+{
+  "execute": "query-tpm-types",
+  "id": "libvirt-41"
+}
+
 {
   "return": [
   ],
   "id": "libvirt-41"
 }
 
+{
+  "execute": "query-command-line-options",
+  "id": "libvirt-42"
+}
+
 {
   "return": [
     {
   "id": "libvirt-42"
 }
 
+{
+  "execute": "query-migrate-capabilities",
+  "id": "libvirt-43"
+}
+
 {
   "return": [
     {
   "id": "libvirt-43"
 }
 
+{
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
+}
+
 {
   "return": {
   },
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-2"
+}
+
 {
   "return": [
     {
index d5c60dece06b22e79ae632afe4870f411ae5c91e..87e4f84f3a4de9b60b932d6559c50a7d9ddbf8ac 100644 (file)
   <flag name='mch'/>
   <version>1005003</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>46889</microcodeVersion>
+  <microcodeVersion>51089</microcodeVersion>
   <package></package>
   <arch>x86_64</arch>
   <cpu type='kvm' name='Opteron_G5'/>
index 09b2b9d4a4fa7c2528c22b5ab1a7e0ec8319ac0d..53cd0819ddf27249dbed97aeb3f24ce2428fed49 100644 (file)
@@ -1,16 +1,6 @@
 {
-  "QMP": {
-    "version": {
-      "qemu": {
-        "micro": 0,
-        "minor": 6,
-        "major": 1
-      },
-      "package": ""
-    },
-    "capabilities": [
-    ]
-  }
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
 }
 
 {
@@ -19,6 +9,11 @@
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-version",
+  "id": "libvirt-2"
+}
+
 {
   "return": {
     "qemu": {
   "id": "libvirt-2"
 }
 
+{
+  "execute": "query-target",
+  "id": "libvirt-3"
+}
+
 {
   "return": {
     "arch": "x86_64"
   "id": "libvirt-3"
 }
 
+{
+  "execute": "query-commands",
+  "id": "libvirt-4"
+}
+
 {
   "return": [
     {
   "id": "libvirt-4"
 }
 
+{
+  "execute": "add-fd",
+  "arguments": {
+    "fdset-id": 0,
+    "opaque": "/dev/null"
+  },
+  "id": "libvirt-5"
+}
+
 {
   "return": {
     "fd": 13,
   "id": "libvirt-5"
 }
 
+{
+  "execute": "block-commit",
+  "arguments": {
+    "device": "bogus"
+  },
+  "id": "libvirt-6"
+}
+
 {
   "id": "libvirt-6",
   "error": {
   }
 }
 
+{
+  "execute": "query-kvm",
+  "id": "libvirt-7"
+}
+
 {
   "return": {
     "enabled": true,
   "id": "libvirt-7"
 }
 
+{
+  "execute": "query-events",
+  "id": "libvirt-8"
+}
+
 {
   "return": [
     {
   "id": "libvirt-8"
 }
 
+{
+  "execute": "qom-list-types",
+  "id": "libvirt-9"
+}
+
 {
   "return": [
     {
   "id": "libvirt-9"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-blk-pci"
+  },
+  "id": "libvirt-10"
+}
+
 {
   "return": [
     {
   "id": "libvirt-10"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-pci"
+  },
+  "id": "libvirt-11"
+}
+
 {
   "return": [
     {
   "id": "libvirt-11"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-pci"
+  },
+  "id": "libvirt-12"
+}
+
 {
   "return": [
     {
   "id": "libvirt-12"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-ccw"
+  },
+  "id": "libvirt-13"
+}
+
 {
   "id": "libvirt-13",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-ccw"
+  },
+  "id": "libvirt-14"
+}
+
 {
   "id": "libvirt-14",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-s390"
+  },
+  "id": "libvirt-15"
+}
+
 {
   "id": "libvirt-15",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "pci-assign"
+  },
+  "id": "libvirt-16"
+}
+
 {
   "id": "libvirt-16",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pci-assign"
+  },
+  "id": "libvirt-17"
+}
+
 {
   "return": [
     {
   "id": "libvirt-17"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "vfio-pci"
+  },
+  "id": "libvirt-18"
+}
+
 {
   "return": [
     {
   "id": "libvirt-18"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-disk"
+  },
+  "id": "libvirt-19"
+}
+
 {
   "return": [
     {
   "id": "libvirt-19"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ide-drive"
+  },
+  "id": "libvirt-20"
+}
+
 {
   "return": [
     {
   "id": "libvirt-20"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "PIIX4_PM"
+  },
+  "id": "libvirt-21"
+}
+
 {
   "return": [
     {
   "id": "libvirt-21"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-redir"
+  },
+  "id": "libvirt-22"
+}
+
 {
   "return": [
     {
   "id": "libvirt-22"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-host"
+  },
+  "id": "libvirt-23"
+}
+
 {
   "return": [
     {
   "id": "libvirt-23"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-generic"
+  },
+  "id": "libvirt-24"
+}
+
 {
   "return": [
     {
   "id": "libvirt-24"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "i440FX-pcihost"
+  },
+  "id": "libvirt-25"
+}
+
 {
   "return": [
     {
   "id": "libvirt-25"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "q35-pcihost"
+  },
+  "id": "libvirt-26"
+}
+
 {
   "return": [
     {
   "id": "libvirt-26"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-storage"
+  },
+  "id": "libvirt-27"
+}
+
 {
   "return": [
     {
   "id": "libvirt-27"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pit"
+  },
+  "id": "libvirt-28"
+}
+
 {
   "return": [
     {
   "id": "libvirt-28"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "VGA"
+  },
+  "id": "libvirt-29"
+}
+
 {
   "return": [
     {
   "id": "libvirt-29"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "vmware-svga"
+  },
+  "id": "libvirt-30"
+}
+
 {
   "return": [
     {
   "id": "libvirt-30"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "qxl"
+  },
+  "id": "libvirt-31"
+}
+
 {
   "return": [
     {
   "id": "libvirt-31"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ICH9-LPC"
+  },
+  "id": "libvirt-32"
+}
+
 {
   "id": "libvirt-32",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-pci"
+  },
+  "id": "libvirt-33"
+}
+
 {
   "return": [
     {
   "id": "libvirt-33"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-ccw"
+  },
+  "id": "libvirt-34"
+}
+
 {
   "id": "libvirt-34",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-device"
+  },
+  "id": "libvirt-35"
+}
+
 {
   "return": [
   ],
   "id": "libvirt-35"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "nec-usb-xhci"
+  },
+  "id": "libvirt-36"
+}
+
 {
   "return": [
     {
   "id": "libvirt-36"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "mch"
+  },
+  "id": "libvirt-37"
+}
+
 {
   "return": [
     {
   "id": "libvirt-37"
 }
 
+{
+  "execute": "query-machines",
+  "id": "libvirt-38"
+}
+
 {
   "return": [
     {
   "id": "libvirt-38"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-39"
+}
+
 {
   "return": [
     {
   "id": "libvirt-39"
 }
 
+{
+  "execute": "query-tpm-models",
+  "id": "libvirt-40"
+}
+
 {
   "return": [
   ],
   "id": "libvirt-40"
 }
 
+{
+  "execute": "query-tpm-types",
+  "id": "libvirt-41"
+}
+
 {
   "return": [
   ],
   "id": "libvirt-41"
 }
 
+{
+  "execute": "query-command-line-options",
+  "id": "libvirt-42"
+}
+
 {
   "return": [
     {
   "id": "libvirt-42"
 }
 
+{
+  "execute": "query-migrate-capabilities",
+  "id": "libvirt-43"
+}
+
 {
   "return": [
     {
   "id": "libvirt-43"
 }
 
+{
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
+}
+
 {
   "return": {
   },
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-2"
+}
+
 {
   "return": [
     {
index e5cb3c3c29c48b6bd0e9d1299d9b5155fc31a7f6..9144bf288d345319accf71e7dda14c577b00ffbc 100644 (file)
   <flag name='mch'/>
   <version>1006000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>45118</microcodeVersion>
+  <microcodeVersion>49318</microcodeVersion>
   <package></package>
   <arch>x86_64</arch>
   <cpu type='kvm' name='Opteron_G5'/>
index 72ba4c27e8338308cf9aae82bd2cc7768cfb907e..7985f280b6200794d5f030b6d85810c9af0da090 100644 (file)
@@ -1,16 +1,6 @@
 {
-  "QMP": {
-    "version": {
-      "qemu": {
-        "micro": 0,
-        "minor": 7,
-        "major": 1
-      },
-      "package": ""
-    },
-    "capabilities": [
-    ]
-  }
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
 }
 
 {
@@ -19,6 +9,11 @@
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-version",
+  "id": "libvirt-2"
+}
+
 {
   "return": {
     "qemu": {
   "id": "libvirt-2"
 }
 
+{
+  "execute": "query-target",
+  "id": "libvirt-3"
+}
+
 {
   "return": {
     "arch": "x86_64"
   "id": "libvirt-3"
 }
 
+{
+  "execute": "query-commands",
+  "id": "libvirt-4"
+}
+
 {
   "return": [
     {
   "id": "libvirt-4"
 }
 
+{
+  "execute": "add-fd",
+  "arguments": {
+    "fdset-id": 0,
+    "opaque": "/dev/null"
+  },
+  "id": "libvirt-5"
+}
+
 {
   "return": {
     "fd": 13,
   "id": "libvirt-5"
 }
 
+{
+  "execute": "block-commit",
+  "arguments": {
+    "device": "bogus"
+  },
+  "id": "libvirt-6"
+}
+
 {
   "id": "libvirt-6",
   "error": {
   }
 }
 
+{
+  "execute": "query-kvm",
+  "id": "libvirt-7"
+}
+
 {
   "return": {
     "enabled": true,
   "id": "libvirt-7"
 }
 
+{
+  "execute": "query-events",
+  "id": "libvirt-8"
+}
+
 {
   "return": [
     {
   "id": "libvirt-8"
 }
 
+{
+  "execute": "qom-list-types",
+  "id": "libvirt-9"
+}
+
 {
   "return": [
     {
   "id": "libvirt-9"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-blk-pci"
+  },
+  "id": "libvirt-10"
+}
+
 {
   "return": [
     {
   "id": "libvirt-10"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-pci"
+  },
+  "id": "libvirt-11"
+}
+
 {
   "return": [
     {
   "id": "libvirt-11"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-pci"
+  },
+  "id": "libvirt-12"
+}
+
 {
   "return": [
     {
   "id": "libvirt-12"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-ccw"
+  },
+  "id": "libvirt-13"
+}
+
 {
   "id": "libvirt-13",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-ccw"
+  },
+  "id": "libvirt-14"
+}
+
 {
   "id": "libvirt-14",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-s390"
+  },
+  "id": "libvirt-15"
+}
+
 {
   "id": "libvirt-15",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "pci-assign"
+  },
+  "id": "libvirt-16"
+}
+
 {
   "id": "libvirt-16",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pci-assign"
+  },
+  "id": "libvirt-17"
+}
+
 {
   "return": [
     {
   "id": "libvirt-17"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "vfio-pci"
+  },
+  "id": "libvirt-18"
+}
+
 {
   "return": [
     {
   "id": "libvirt-18"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-disk"
+  },
+  "id": "libvirt-19"
+}
+
 {
   "return": [
     {
   "id": "libvirt-19"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ide-drive"
+  },
+  "id": "libvirt-20"
+}
+
 {
   "return": [
     {
   "id": "libvirt-20"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "PIIX4_PM"
+  },
+  "id": "libvirt-21"
+}
+
 {
   "return": [
     {
   "id": "libvirt-21"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-redir"
+  },
+  "id": "libvirt-22"
+}
+
 {
   "return": [
     {
   "id": "libvirt-22"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-host"
+  },
+  "id": "libvirt-23"
+}
+
 {
   "return": [
     {
   "id": "libvirt-23"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-generic"
+  },
+  "id": "libvirt-24"
+}
+
 {
   "return": [
     {
   "id": "libvirt-24"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "i440FX-pcihost"
+  },
+  "id": "libvirt-25"
+}
+
 {
   "return": [
     {
   "id": "libvirt-25"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "q35-pcihost"
+  },
+  "id": "libvirt-26"
+}
+
 {
   "return": [
     {
   "id": "libvirt-26"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-storage"
+  },
+  "id": "libvirt-27"
+}
+
 {
   "return": [
     {
   "id": "libvirt-27"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pit"
+  },
+  "id": "libvirt-28"
+}
+
 {
   "return": [
     {
   "id": "libvirt-28"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "VGA"
+  },
+  "id": "libvirt-29"
+}
+
 {
   "return": [
     {
   "id": "libvirt-29"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "vmware-svga"
+  },
+  "id": "libvirt-30"
+}
+
 {
   "return": [
     {
   "id": "libvirt-30"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "qxl"
+  },
+  "id": "libvirt-31"
+}
+
 {
   "return": [
     {
   "id": "libvirt-31"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ICH9-LPC"
+  },
+  "id": "libvirt-32"
+}
+
 {
   "id": "libvirt-32",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-pci"
+  },
+  "id": "libvirt-33"
+}
+
 {
   "return": [
     {
   "id": "libvirt-33"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-ccw"
+  },
+  "id": "libvirt-34"
+}
+
 {
   "id": "libvirt-34",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-device"
+  },
+  "id": "libvirt-35"
+}
+
 {
   "return": [
   ],
   "id": "libvirt-35"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "nec-usb-xhci"
+  },
+  "id": "libvirt-36"
+}
+
 {
   "return": [
     {
   "id": "libvirt-36"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "mch"
+  },
+  "id": "libvirt-37"
+}
+
 {
   "return": [
     {
   "id": "libvirt-37"
 }
 
+{
+  "execute": "query-machines",
+  "id": "libvirt-38"
+}
+
 {
   "return": [
     {
   "id": "libvirt-38"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-39"
+}
+
 {
   "return": [
     {
   "id": "libvirt-39"
 }
 
+{
+  "execute": "query-tpm-models",
+  "id": "libvirt-40"
+}
+
 {
   "return": [
   ],
   "id": "libvirt-40"
 }
 
+{
+  "execute": "query-tpm-types",
+  "id": "libvirt-41"
+}
+
 {
   "return": [
   ],
   "id": "libvirt-41"
 }
 
+{
+  "execute": "query-command-line-options",
+  "id": "libvirt-42"
+}
+
 {
   "return": [
     {
   "id": "libvirt-42"
 }
 
+{
+  "execute": "query-migrate-capabilities",
+  "id": "libvirt-43"
+}
+
 {
   "return": [
     {
   "id": "libvirt-43"
 }
 
+{
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
+}
+
 {
   "return": {
   },
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-2"
+}
+
 {
   "return": [
     {
index 35d14f21b1c644098db561b6e5d17795ea677948..fa57a9ce3737ebd848a1069af0c2af04eb550456 100644 (file)
   <flag name='mch'/>
   <version>1007000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>50562</microcodeVersion>
+  <microcodeVersion>54762</microcodeVersion>
   <package></package>
   <arch>x86_64</arch>
   <cpu type='kvm' name='Opteron_G5'/>
index 1a21b7e8d9a7c05bd98e7a9471ef7d86edd5584f..646dce82505ea560bd7e0da7c00b02bec417a65e 100644 (file)
@@ -1,16 +1,6 @@
 {
-  "QMP": {
-    "version": {
-      "qemu": {
-        "micro": 1,
-        "minor": 1,
-        "major": 2
-      },
-      "package": ""
-    },
-    "capabilities": [
-    ]
-  }
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
 }
 
 {
@@ -19,6 +9,11 @@
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-version",
+  "id": "libvirt-2"
+}
+
 {
   "return": {
     "qemu": {
   "id": "libvirt-2"
 }
 
+{
+  "execute": "query-target",
+  "id": "libvirt-3"
+}
+
 {
   "return": {
     "arch": "x86_64"
   "id": "libvirt-3"
 }
 
+{
+  "execute": "query-commands",
+  "id": "libvirt-4"
+}
+
 {
   "return": [
     {
   "id": "libvirt-4"
 }
 
+{
+  "execute": "add-fd",
+  "arguments": {
+    "fdset-id": 0,
+    "opaque": "/dev/null"
+  },
+  "id": "libvirt-5"
+}
+
 {
   "return": {
     "fd": 13,
   "id": "libvirt-5"
 }
 
+{
+  "execute": "block-commit",
+  "arguments": {
+    "device": "bogus"
+  },
+  "id": "libvirt-6"
+}
+
 {
   "id": "libvirt-6",
   "error": {
   }
 }
 
+{
+  "execute": "query-kvm",
+  "id": "libvirt-7"
+}
+
 {
   "return": {
     "enabled": true,
   "id": "libvirt-7"
 }
 
+{
+  "execute": "query-events",
+  "id": "libvirt-8"
+}
+
 {
   "return": [
     {
   "id": "libvirt-8"
 }
 
+{
+  "execute": "qom-list-types",
+  "id": "libvirt-9"
+}
+
 {
   "return": [
     {
   "id": "libvirt-9"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-blk-pci"
+  },
+  "id": "libvirt-10"
+}
+
 {
   "return": [
     {
   "id": "libvirt-10"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-pci"
+  },
+  "id": "libvirt-11"
+}
+
 {
   "return": [
     {
   "id": "libvirt-11"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-pci"
+  },
+  "id": "libvirt-12"
+}
+
 {
   "return": [
     {
   "id": "libvirt-12"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-ccw"
+  },
+  "id": "libvirt-13"
+}
+
 {
   "id": "libvirt-13",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-ccw"
+  },
+  "id": "libvirt-14"
+}
+
 {
   "id": "libvirt-14",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-s390"
+  },
+  "id": "libvirt-15"
+}
+
 {
   "id": "libvirt-15",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "pci-assign"
+  },
+  "id": "libvirt-16"
+}
+
 {
   "id": "libvirt-16",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pci-assign"
+  },
+  "id": "libvirt-17"
+}
+
 {
   "return": [
     {
   "id": "libvirt-17"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "vfio-pci"
+  },
+  "id": "libvirt-18"
+}
+
 {
   "return": [
     {
   "id": "libvirt-18"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-disk"
+  },
+  "id": "libvirt-19"
+}
+
 {
   "return": [
     {
   "id": "libvirt-19"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ide-drive"
+  },
+  "id": "libvirt-20"
+}
+
 {
   "return": [
     {
   "id": "libvirt-20"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "PIIX4_PM"
+  },
+  "id": "libvirt-21"
+}
+
 {
   "return": [
     {
   "id": "libvirt-21"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-redir"
+  },
+  "id": "libvirt-22"
+}
+
 {
   "return": [
     {
   "id": "libvirt-22"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-host"
+  },
+  "id": "libvirt-23"
+}
+
 {
   "return": [
     {
   "id": "libvirt-23"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-generic"
+  },
+  "id": "libvirt-24"
+}
+
 {
   "return": [
     {
   "id": "libvirt-24"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "i440FX-pcihost"
+  },
+  "id": "libvirt-25"
+}
+
 {
   "return": [
     {
   "id": "libvirt-25"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "q35-pcihost"
+  },
+  "id": "libvirt-26"
+}
+
 {
   "return": [
     {
   "id": "libvirt-26"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-storage"
+  },
+  "id": "libvirt-27"
+}
+
 {
   "return": [
     {
   "id": "libvirt-27"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pit"
+  },
+  "id": "libvirt-28"
+}
+
 {
   "return": [
     {
   "id": "libvirt-28"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "VGA"
+  },
+  "id": "libvirt-29"
+}
+
 {
   "return": [
     {
   "id": "libvirt-29"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "vmware-svga"
+  },
+  "id": "libvirt-30"
+}
+
 {
   "return": [
     {
   "id": "libvirt-30"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "qxl"
+  },
+  "id": "libvirt-31"
+}
+
 {
   "return": [
     {
   "id": "libvirt-31"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ICH9-LPC"
+  },
+  "id": "libvirt-32"
+}
+
 {
   "return": [
     {
   "id": "libvirt-32"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-pci"
+  },
+  "id": "libvirt-33"
+}
+
 {
   "return": [
     {
   "id": "libvirt-33"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-ccw"
+  },
+  "id": "libvirt-34"
+}
+
 {
   "id": "libvirt-34",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-device"
+  },
+  "id": "libvirt-35"
+}
+
 {
   "return": [
   ],
   "id": "libvirt-35"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "nec-usb-xhci"
+  },
+  "id": "libvirt-36"
+}
+
 {
   "return": [
     {
   "id": "libvirt-36"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "mch"
+  },
+  "id": "libvirt-37"
+}
+
 {
   "return": [
     {
   "id": "libvirt-37"
 }
 
+{
+  "execute": "query-machines",
+  "id": "libvirt-38"
+}
+
 {
   "return": [
     {
   "id": "libvirt-38"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-39"
+}
+
 {
   "return": [
     {
   "id": "libvirt-39"
 }
 
+{
+  "execute": "query-tpm-models",
+  "id": "libvirt-40"
+}
+
 {
   "return": [
     "tpm-tis"
   "id": "libvirt-40"
 }
 
+{
+  "execute": "query-tpm-types",
+  "id": "libvirt-41"
+}
+
 {
   "return": [
     "passthrough"
   "id": "libvirt-41"
 }
 
+{
+  "execute": "query-command-line-options",
+  "id": "libvirt-42"
+}
+
 {
   "return": [
     {
   "id": "libvirt-42"
 }
 
+{
+  "execute": "query-migrate-capabilities",
+  "id": "libvirt-43"
+}
+
 {
   "return": [
     {
   "id": "libvirt-43"
 }
 
+{
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
+}
+
 {
   "return": {
   },
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-2"
+}
+
 {
   "return": [
     {
index d9a69c961596a7abfc4ee0cb97ca87cbfe9e9f20..55c539b1c1f0550c6f628a5e4613b413d3511db5 100644 (file)
   <flag name='mch'/>
   <version>2001001</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>59358</microcodeVersion>
+  <microcodeVersion>63558</microcodeVersion>
   <package></package>
   <arch>x86_64</arch>
   <cpu type='kvm' name='Opteron_G5'/>
index 11171d5b3f42d64af96bfda8aa2f6a283f33c93e..4bc6433601625f3b1800064e0f35fa91de133234 100644 (file)
@@ -1,16 +1,6 @@
 {
-  "QMP": {
-    "version": {
-      "qemu": {
-        "micro": 0,
-        "minor": 10,
-        "major": 2
-      },
-      "package": " (v2.10.0)"
-    },
-    "capabilities": [
-    ]
-  }
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
 }
 
 {
@@ -19,6 +9,11 @@
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-version",
+  "id": "libvirt-2"
+}
+
 {
   "return": {
     "qemu": {
   "id": "libvirt-2"
 }
 
+{
+  "execute": "query-target",
+  "id": "libvirt-3"
+}
+
 {
   "return": {
     "arch": "aarch64"
   "id": "libvirt-3"
 }
 
+{
+  "execute": "query-commands",
+  "id": "libvirt-4"
+}
+
 {
   "return": [
     {
   "id": "libvirt-4"
 }
 
+{
+  "execute": "add-fd",
+  "arguments": {
+    "fdset-id": 0,
+    "opaque": "/dev/null"
+  },
+  "id": "libvirt-5"
+}
+
 {
   "return": {
     "fd": 17,
   "id": "libvirt-5"
 }
 
+{
+  "execute": "block-commit",
+  "arguments": {
+    "device": "bogus"
+  },
+  "id": "libvirt-6"
+}
+
 {
   "id": "libvirt-6",
   "error": {
   }
 }
 
+{
+  "execute": "query-kvm",
+  "id": "libvirt-7"
+}
+
 {
   "return": {
     "enabled": true,
   "id": "libvirt-7"
 }
 
+{
+  "execute": "query-events",
+  "id": "libvirt-8"
+}
+
 {
   "return": [
     {
   "id": "libvirt-8"
 }
 
+{
+  "execute": "qom-list-types",
+  "id": "libvirt-9"
+}
+
 {
   "return": [
     {
   "id": "libvirt-9"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-blk-pci"
+  },
+  "id": "libvirt-10"
+}
+
 {
   "return": [
     {
   "id": "libvirt-10"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-pci"
+  },
+  "id": "libvirt-11"
+}
+
 {
   "return": [
     {
   "id": "libvirt-11"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-pci"
+  },
+  "id": "libvirt-12"
+}
+
 {
   "return": [
     {
   "id": "libvirt-12"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-ccw"
+  },
+  "id": "libvirt-13"
+}
+
 {
   "id": "libvirt-13",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-ccw"
+  },
+  "id": "libvirt-14"
+}
+
 {
   "id": "libvirt-14",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-s390"
+  },
+  "id": "libvirt-15"
+}
+
 {
   "id": "libvirt-15",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "pci-assign"
+  },
+  "id": "libvirt-16"
+}
+
 {
   "id": "libvirt-16",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pci-assign"
+  },
+  "id": "libvirt-17"
+}
+
 {
   "id": "libvirt-17",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "vfio-pci"
+  },
+  "id": "libvirt-18"
+}
+
 {
   "return": [
     {
   "id": "libvirt-18"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-disk"
+  },
+  "id": "libvirt-19"
+}
+
 {
   "return": [
     {
   "id": "libvirt-19"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ide-drive"
+  },
+  "id": "libvirt-20"
+}
+
 {
   "return": [
     {
   "id": "libvirt-20"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "PIIX4_PM"
+  },
+  "id": "libvirt-21"
+}
+
 {
   "id": "libvirt-21",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-host"
+  },
+  "id": "libvirt-22"
+}
+
 {
   "return": [
     {
   "id": "libvirt-22"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-generic"
+  },
+  "id": "libvirt-23"
+}
+
 {
   "return": [
     {
   "id": "libvirt-23"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "i440FX-pcihost"
+  },
+  "id": "libvirt-24"
+}
+
 {
   "id": "libvirt-24",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "q35-pcihost"
+  },
+  "id": "libvirt-25"
+}
+
 {
   "id": "libvirt-25",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-storage"
+  },
+  "id": "libvirt-26"
+}
+
 {
   "return": [
     {
   "id": "libvirt-26"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pit"
+  },
+  "id": "libvirt-27"
+}
+
 {
   "id": "libvirt-27",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "VGA"
+  },
+  "id": "libvirt-28"
+}
+
 {
   "return": [
     {
   "id": "libvirt-28"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-gpu-pci"
+  },
+  "id": "libvirt-29"
+}
+
 {
   "return": [
     {
   "id": "libvirt-29"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-gpu-device"
+  },
+  "id": "libvirt-30"
+}
+
 {
   "return": [
     {
   "id": "libvirt-30"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ICH9-LPC"
+  },
+  "id": "libvirt-31"
+}
+
 {
   "id": "libvirt-31",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-pci"
+  },
+  "id": "libvirt-32"
+}
+
 {
   "return": [
     {
   "id": "libvirt-32"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-ccw"
+  },
+  "id": "libvirt-33"
+}
+
 {
   "id": "libvirt-33",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-device"
+  },
+  "id": "libvirt-34"
+}
+
 {
   "return": [
     {
   "id": "libvirt-34"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "nec-usb-xhci"
+  },
+  "id": "libvirt-35"
+}
+
 {
   "return": [
     {
   "id": "libvirt-35"
 }
 
+{
+  "execute": "query-machines",
+  "id": "libvirt-36"
+}
+
 {
   "return": [
     {
   "id": "libvirt-36"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-37"
+}
+
 {
   "return": [
     {
   "id": "libvirt-37"
 }
 
+{
+  "execute": "query-tpm-models",
+  "id": "libvirt-38"
+}
+
 {
   "return": [
   ],
   "id": "libvirt-38"
 }
 
+{
+  "execute": "query-tpm-types",
+  "id": "libvirt-39"
+}
+
 {
   "return": [
   ],
   "id": "libvirt-39"
 }
 
+{
+  "execute": "query-command-line-options",
+  "id": "libvirt-40"
+}
+
 {
   "return": [
     {
   "id": "libvirt-40"
 }
 
+{
+  "execute": "query-migrate-capabilities",
+  "id": "libvirt-41"
+}
+
 {
   "return": [
     {
   "id": "libvirt-41"
 }
 
+{
+  "execute": "query-qmp-schema",
+  "id": "libvirt-42"
+}
+
 {
   "return": [
     {
   "id": "libvirt-42"
 }
 
+{
+  "execute": "query-gic-capabilities",
+  "id": "libvirt-43"
+}
+
 {
   "return": [
     {
   "id": "libvirt-43"
 }
 
+{
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
+}
+
 {
   "return": {
   },
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-2"
+}
+
 {
   "return": [
     {
index 6e259ed6a776262692ff6645a6718faf32ff7745..169641063cc330b1078a7e7428f08c93831c3167 100644 (file)
   <flag name='vhost-vsock'/>
   <version>2010000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>303541</microcodeVersion>
+  <microcodeVersion>307647</microcodeVersion>
   <package> (v2.10.0)</package>
   <arch>aarch64</arch>
   <cpu type='kvm' name='pxa262'/>
index 980f8ecc111efbce6ca798f1ddca1458f0078c6a..a3a4deb87d0abbd071ff12893a0768bc2ec46673 100644 (file)
@@ -1,16 +1,6 @@
 {
-  "QMP": {
-    "version": {
-      "qemu": {
-        "micro": 0,
-        "minor": 10,
-        "major": 2
-      },
-      "package": " (v2.10.0)"
-    },
-    "capabilities": [
-    ]
-  }
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
 }
 
 {
@@ -19,6 +9,11 @@
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-version",
+  "id": "libvirt-2"
+}
+
 {
   "return": {
     "qemu": {
   "id": "libvirt-2"
 }
 
+{
+  "execute": "query-target",
+  "id": "libvirt-3"
+}
+
 {
   "return": {
     "arch": "ppc64"
   "id": "libvirt-3"
 }
 
+{
+  "execute": "query-commands",
+  "id": "libvirt-4"
+}
+
 {
   "return": [
     {
   "id": "libvirt-4"
 }
 
+{
+  "execute": "add-fd",
+  "arguments": {
+    "fdset-id": 0,
+    "opaque": "/dev/null"
+  },
+  "id": "libvirt-5"
+}
+
 {
   "return": {
     "fd": 16,
   "id": "libvirt-5"
 }
 
+{
+  "execute": "block-commit",
+  "arguments": {
+    "device": "bogus"
+  },
+  "id": "libvirt-6"
+}
+
 {
   "id": "libvirt-6",
   "error": {
   }
 }
 
+{
+  "execute": "query-kvm",
+  "id": "libvirt-7"
+}
+
 {
   "return": {
     "enabled": true,
   "id": "libvirt-7"
 }
 
+{
+  "execute": "query-events",
+  "id": "libvirt-8"
+}
+
 {
   "return": [
     {
   "id": "libvirt-8"
 }
 
+{
+  "execute": "qom-list-types",
+  "id": "libvirt-9"
+}
+
 {
   "return": [
     {
   "id": "libvirt-9"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-blk-pci"
+  },
+  "id": "libvirt-10"
+}
+
 {
   "return": [
     {
   "id": "libvirt-10"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-pci"
+  },
+  "id": "libvirt-11"
+}
+
 {
   "return": [
     {
   "id": "libvirt-11"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-pci"
+  },
+  "id": "libvirt-12"
+}
+
 {
   "return": [
     {
   "id": "libvirt-12"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-ccw"
+  },
+  "id": "libvirt-13"
+}
+
 {
   "id": "libvirt-13",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-ccw"
+  },
+  "id": "libvirt-14"
+}
+
 {
   "id": "libvirt-14",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-s390"
+  },
+  "id": "libvirt-15"
+}
+
 {
   "id": "libvirt-15",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "pci-assign"
+  },
+  "id": "libvirt-16"
+}
+
 {
   "id": "libvirt-16",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pci-assign"
+  },
+  "id": "libvirt-17"
+}
+
 {
   "id": "libvirt-17",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "vfio-pci"
+  },
+  "id": "libvirt-18"
+}
+
 {
   "return": [
     {
   "id": "libvirt-18"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-disk"
+  },
+  "id": "libvirt-19"
+}
+
 {
   "return": [
     {
   "id": "libvirt-19"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ide-drive"
+  },
+  "id": "libvirt-20"
+}
+
 {
   "return": [
     {
   "id": "libvirt-20"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "PIIX4_PM"
+  },
+  "id": "libvirt-21"
+}
+
 {
   "id": "libvirt-21",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-host"
+  },
+  "id": "libvirt-22"
+}
+
 {
   "return": [
     {
   "id": "libvirt-22"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-generic"
+  },
+  "id": "libvirt-23"
+}
+
 {
   "return": [
     {
   "id": "libvirt-23"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "i440FX-pcihost"
+  },
+  "id": "libvirt-24"
+}
+
 {
   "id": "libvirt-24",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "q35-pcihost"
+  },
+  "id": "libvirt-25"
+}
+
 {
   "id": "libvirt-25",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-storage"
+  },
+  "id": "libvirt-26"
+}
+
 {
   "return": [
     {
   "id": "libvirt-26"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pit"
+  },
+  "id": "libvirt-27"
+}
+
 {
   "id": "libvirt-27",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "VGA"
+  },
+  "id": "libvirt-28"
+}
+
 {
   "return": [
     {
   "id": "libvirt-28"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-gpu-pci"
+  },
+  "id": "libvirt-29"
+}
+
 {
   "return": [
     {
   "id": "libvirt-29"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-gpu-device"
+  },
+  "id": "libvirt-30"
+}
+
 {
   "return": [
     {
   "id": "libvirt-30"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ICH9-LPC"
+  },
+  "id": "libvirt-31"
+}
+
 {
   "id": "libvirt-31",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-pci"
+  },
+  "id": "libvirt-32"
+}
+
 {
   "return": [
     {
   "id": "libvirt-32"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-ccw"
+  },
+  "id": "libvirt-33"
+}
+
 {
   "id": "libvirt-33",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-device"
+  },
+  "id": "libvirt-34"
+}
+
 {
   "return": [
     {
   "id": "libvirt-34"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "nec-usb-xhci"
+  },
+  "id": "libvirt-35"
+}
+
 {
   "return": [
     {
   "id": "libvirt-35"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "spapr-pci-host-bridge"
+  },
+  "id": "libvirt-36"
+}
+
 {
   "return": [
     {
   "id": "libvirt-36"
 }
 
+{
+  "execute": "query-machines",
+  "id": "libvirt-37"
+}
+
 {
   "return": [
     {
   "id": "libvirt-37"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-38"
+}
+
 {
   "return": [
     {
   "id": "libvirt-38"
 }
 
+{
+  "execute": "query-tpm-models",
+  "id": "libvirt-39"
+}
+
 {
   "return": [
   ],
   "id": "libvirt-39"
 }
 
+{
+  "execute": "query-tpm-types",
+  "id": "libvirt-40"
+}
+
 {
   "return": [
   ],
   "id": "libvirt-40"
 }
 
+{
+  "execute": "query-command-line-options",
+  "id": "libvirt-41"
+}
+
 {
   "return": [
     {
   "id": "libvirt-41"
 }
 
+{
+  "execute": "query-migrate-capabilities",
+  "id": "libvirt-42"
+}
+
 {
   "return": [
     {
   "id": "libvirt-42"
 }
 
+{
+  "execute": "query-qmp-schema",
+  "id": "libvirt-43"
+}
+
 {
   "return": [
     {
   "id": "libvirt-43"
 }
 
+{
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
+}
+
 {
   "return": {
   },
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-2"
+}
+
 {
   "return": [
     {
index 0fa972ce92a932cc78b4e17bc416b97fb141c0cc..92c095abd2f75bed147b41337759d61a81565c1e 100644 (file)
   <flag name='vhost-vsock'/>
   <version>2010000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>382824</microcodeVersion>
+  <microcodeVersion>386992</microcodeVersion>
   <package> (v2.10.0)</package>
   <arch>ppc64</arch>
   <cpu type='kvm' name='default'/>
index 3e19ac67dac1810169e49abaf7871268a0593c8b..4feada0473a58ebbf06797f9702dfe7109d50bb6 100644 (file)
@@ -1,16 +1,6 @@
 {
-  "QMP": {
-    "version": {
-      "qemu": {
-        "micro": 0,
-        "minor": 10,
-        "major": 2
-      },
-      "package": ""
-    },
-    "capabilities": [
-    ]
-  }
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
 }
 
 {
@@ -19,6 +9,11 @@
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-version",
+  "id": "libvirt-2"
+}
+
 {
   "return": {
     "qemu": {
   "id": "libvirt-2"
 }
 
+{
+  "execute": "query-target",
+  "id": "libvirt-3"
+}
+
 {
   "return": {
     "arch": "s390x"
   "id": "libvirt-3"
 }
 
+{
+  "execute": "query-commands",
+  "id": "libvirt-4"
+}
+
 {
   "return": [
     {
   "id": "libvirt-4"
 }
 
+{
+  "execute": "add-fd",
+  "arguments": {
+    "fdset-id": 0,
+    "opaque": "/dev/null"
+  },
+  "id": "libvirt-5"
+}
+
 {
   "return": {
     "fd": 15,
   "id": "libvirt-5"
 }
 
+{
+  "execute": "block-commit",
+  "arguments": {
+    "device": "bogus"
+  },
+  "id": "libvirt-6"
+}
+
 {
   "id": "libvirt-6",
   "error": {
   }
 }
 
+{
+  "execute": "query-kvm",
+  "id": "libvirt-7"
+}
+
 {
   "return": {
     "enabled": true,
   "id": "libvirt-7"
 }
 
+{
+  "execute": "query-events",
+  "id": "libvirt-8"
+}
+
 {
   "return": [
     {
   "id": "libvirt-8"
 }
 
+{
+  "execute": "qom-list-types",
+  "id": "libvirt-9"
+}
+
 {
   "return": [
     {
   "id": "libvirt-9"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-blk-pci"
+  },
+  "id": "libvirt-10"
+}
+
 {
   "return": [
     {
   "id": "libvirt-10"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-pci"
+  },
+  "id": "libvirt-11"
+}
+
 {
   "return": [
     {
   "id": "libvirt-11"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-pci"
+  },
+  "id": "libvirt-12"
+}
+
 {
   "return": [
     {
   "id": "libvirt-12"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-blk-ccw"
+  },
+  "id": "libvirt-13"
+}
+
 {
   "return": [
     {
   "id": "libvirt-13"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-ccw"
+  },
+  "id": "libvirt-14"
+}
+
 {
   "return": [
     {
   "id": "libvirt-14"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-ccw"
+  },
+  "id": "libvirt-15"
+}
+
 {
   "return": [
     {
   "id": "libvirt-15"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-s390"
+  },
+  "id": "libvirt-16"
+}
+
 {
   "id": "libvirt-16",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "pci-assign"
+  },
+  "id": "libvirt-17"
+}
+
 {
   "id": "libvirt-17",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pci-assign"
+  },
+  "id": "libvirt-18"
+}
+
 {
   "id": "libvirt-18",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "vfio-pci"
+  },
+  "id": "libvirt-19"
+}
+
 {
   "return": [
     {
   "id": "libvirt-19"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-disk"
+  },
+  "id": "libvirt-20"
+}
+
 {
   "return": [
     {
   "id": "libvirt-20"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ide-drive"
+  },
+  "id": "libvirt-21"
+}
+
 {
   "id": "libvirt-21",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "PIIX4_PM"
+  },
+  "id": "libvirt-22"
+}
+
 {
   "id": "libvirt-22",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-host"
+  },
+  "id": "libvirt-23"
+}
+
 {
   "id": "libvirt-23",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-generic"
+  },
+  "id": "libvirt-24"
+}
+
 {
   "return": [
     {
   "id": "libvirt-24"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "i440FX-pcihost"
+  },
+  "id": "libvirt-25"
+}
+
 {
   "id": "libvirt-25",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "q35-pcihost"
+  },
+  "id": "libvirt-26"
+}
+
 {
   "id": "libvirt-26",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pit"
+  },
+  "id": "libvirt-27"
+}
+
 {
   "id": "libvirt-27",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-gpu-pci"
+  },
+  "id": "libvirt-28"
+}
+
 {
   "return": [
     {
   "id": "libvirt-28"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-gpu-device"
+  },
+  "id": "libvirt-29"
+}
+
 {
   "return": [
     {
   "id": "libvirt-29"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ICH9-LPC"
+  },
+  "id": "libvirt-30"
+}
+
 {
   "id": "libvirt-30",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-pci"
+  },
+  "id": "libvirt-31"
+}
+
 {
   "return": [
     {
   "id": "libvirt-31"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-ccw"
+  },
+  "id": "libvirt-32"
+}
+
 {
   "return": [
     {
   "id": "libvirt-32"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-device"
+  },
+  "id": "libvirt-33"
+}
+
 {
   "return": [
     {
   "id": "libvirt-33"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtual-css-bridge"
+  },
+  "id": "libvirt-34"
+}
+
 {
   "return": [
     {
   "id": "libvirt-34"
 }
 
+{
+  "execute": "query-machines",
+  "id": "libvirt-35"
+}
+
 {
   "return": [
     {
   "id": "libvirt-35"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-36"
+}
+
 {
   "return": [
     {
   "id": "libvirt-36"
 }
 
+{
+  "execute": "query-tpm-models",
+  "id": "libvirt-37"
+}
+
 {
   "return": [
   ],
   "id": "libvirt-37"
 }
 
+{
+  "execute": "query-tpm-types",
+  "id": "libvirt-38"
+}
+
 {
   "return": [
   ],
   "id": "libvirt-38"
 }
 
+{
+  "execute": "query-command-line-options",
+  "id": "libvirt-39"
+}
+
 {
   "return": [
     {
   "id": "libvirt-39"
 }
 
+{
+  "execute": "query-migrate-capabilities",
+  "id": "libvirt-40"
+}
+
 {
   "return": [
     {
   "id": "libvirt-40"
 }
 
+{
+  "execute": "query-qmp-schema",
+  "id": "libvirt-41"
+}
+
 {
   "return": [
     {
   "id": "libvirt-41"
 }
 
+{
+  "execute": "query-cpu-model-expansion",
+  "arguments": {
+    "type": "static",
+    "model": {
+      "name": "host"
+    }
+  },
+  "id": "libvirt-42"
+}
+
 {
   "return": {
     "model": {
   "id": "libvirt-42"
 }
 
+{
+  "execute": "query-cpu-model-expansion",
+  "arguments": {
+    "type": "static",
+    "model": {
+      "name": "host",
+      "props": {
+        "migratable": false
+      }
+    }
+  },
+  "id": "libvirt-43"
+}
+
 {
   "id": "libvirt-43",
   "error": {
   }
 }
 
+{
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
+}
+
 {
   "return": {
   },
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-2"
+}
+
 {
   "return": [
     {
   "id": "libvirt-2"
 }
 
+{
+  "execute": "query-cpu-model-expansion",
+  "arguments": {
+    "type": "static",
+    "model": {
+      "name": "max"
+    }
+  },
+  "id": "libvirt-3"
+}
+
 {
   "id": "libvirt-3",
   "error": {
index 23f653d5987960cf7654855aa0fc5b2e9a069a92..5e22e21224e598ce51fd0670253e40d6f0a30e34 100644 (file)
   <flag name='vhost-vsock'/>
   <version>2010000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>303434</microcodeVersion>
+  <microcodeVersion>307899</microcodeVersion>
   <package></package>
   <arch>s390x</arch>
   <hostCPU type='kvm' model='z14-base' migratability='no'>
index a32bcc7ba0fae9b5cb6e1cf032b5c97c3cb7d88c..aee8d1a2c2964fe44fbb1b4a3ee9962c478c0e19 100644 (file)
@@ -1,16 +1,6 @@
 {
-  "QMP": {
-    "version": {
-      "qemu": {
-        "micro": 0,
-        "minor": 10,
-        "major": 2
-      },
-      "package": " (v2.10.0)"
-    },
-    "capabilities": [
-    ]
-  }
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
 }
 
 {
@@ -19,6 +9,11 @@
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-version",
+  "id": "libvirt-2"
+}
+
 {
   "return": {
     "qemu": {
   "id": "libvirt-2"
 }
 
+{
+  "execute": "query-target",
+  "id": "libvirt-3"
+}
+
 {
   "return": {
     "arch": "x86_64"
   "id": "libvirt-3"
 }
 
+{
+  "execute": "query-commands",
+  "id": "libvirt-4"
+}
+
 {
   "return": [
     {
   "id": "libvirt-4"
 }
 
+{
+  "execute": "add-fd",
+  "arguments": {
+    "fdset-id": 0,
+    "opaque": "/dev/null"
+  },
+  "id": "libvirt-5"
+}
+
 {
   "return": {
     "fd": 15,
   "id": "libvirt-5"
 }
 
+{
+  "execute": "block-commit",
+  "arguments": {
+    "device": "bogus"
+  },
+  "id": "libvirt-6"
+}
+
 {
   "id": "libvirt-6",
   "error": {
   }
 }
 
+{
+  "execute": "query-kvm",
+  "id": "libvirt-7"
+}
+
 {
   "return": {
     "enabled": true,
   "id": "libvirt-7"
 }
 
+{
+  "execute": "query-events",
+  "id": "libvirt-8"
+}
+
 {
   "return": [
     {
   "id": "libvirt-8"
 }
 
+{
+  "execute": "qom-list-types",
+  "id": "libvirt-9"
+}
+
 {
   "return": [
     {
   "id": "libvirt-9"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-blk-pci"
+  },
+  "id": "libvirt-10"
+}
+
 {
   "return": [
     {
   "id": "libvirt-10"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-pci"
+  },
+  "id": "libvirt-11"
+}
+
 {
   "return": [
     {
   "id": "libvirt-11"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-pci"
+  },
+  "id": "libvirt-12"
+}
+
 {
   "return": [
     {
   "id": "libvirt-12"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-ccw"
+  },
+  "id": "libvirt-13"
+}
+
 {
   "id": "libvirt-13",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-ccw"
+  },
+  "id": "libvirt-14"
+}
+
 {
   "id": "libvirt-14",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-s390"
+  },
+  "id": "libvirt-15"
+}
+
 {
   "id": "libvirt-15",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "pci-assign"
+  },
+  "id": "libvirt-16"
+}
+
 {
   "id": "libvirt-16",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pci-assign"
+  },
+  "id": "libvirt-17"
+}
+
 {
   "return": [
     {
   "id": "libvirt-17"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "vfio-pci"
+  },
+  "id": "libvirt-18"
+}
+
 {
   "return": [
     {
   "id": "libvirt-18"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-disk"
+  },
+  "id": "libvirt-19"
+}
+
 {
   "return": [
     {
   "id": "libvirt-19"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ide-drive"
+  },
+  "id": "libvirt-20"
+}
+
 {
   "return": [
     {
   "id": "libvirt-20"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "PIIX4_PM"
+  },
+  "id": "libvirt-21"
+}
+
 {
   "return": [
     {
   "id": "libvirt-21"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-redir"
+  },
+  "id": "libvirt-22"
+}
+
 {
   "return": [
     {
   "id": "libvirt-22"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-host"
+  },
+  "id": "libvirt-23"
+}
+
 {
   "return": [
     {
   "id": "libvirt-23"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-generic"
+  },
+  "id": "libvirt-24"
+}
+
 {
   "return": [
     {
   "id": "libvirt-24"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "i440FX-pcihost"
+  },
+  "id": "libvirt-25"
+}
+
 {
   "return": [
     {
   "id": "libvirt-25"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "q35-pcihost"
+  },
+  "id": "libvirt-26"
+}
+
 {
   "return": [
     {
   "id": "libvirt-26"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-storage"
+  },
+  "id": "libvirt-27"
+}
+
 {
   "return": [
     {
   "id": "libvirt-27"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pit"
+  },
+  "id": "libvirt-28"
+}
+
 {
   "return": [
     {
   "id": "libvirt-28"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "VGA"
+  },
+  "id": "libvirt-29"
+}
+
 {
   "return": [
     {
   "id": "libvirt-29"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "vmware-svga"
+  },
+  "id": "libvirt-30"
+}
+
 {
   "return": [
     {
   "id": "libvirt-30"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "qxl"
+  },
+  "id": "libvirt-31"
+}
+
 {
   "return": [
     {
   "id": "libvirt-31"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-gpu-pci"
+  },
+  "id": "libvirt-32"
+}
+
 {
   "return": [
     {
   "id": "libvirt-32"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-gpu-device"
+  },
+  "id": "libvirt-33"
+}
+
 {
   "return": [
     {
   "id": "libvirt-33"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ICH9-LPC"
+  },
+  "id": "libvirt-34"
+}
+
 {
   "return": [
     {
   "id": "libvirt-34"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-pci"
+  },
+  "id": "libvirt-35"
+}
+
 {
   "return": [
     {
   "id": "libvirt-35"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-ccw"
+  },
+  "id": "libvirt-36"
+}
+
 {
   "id": "libvirt-36",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-device"
+  },
+  "id": "libvirt-37"
+}
+
 {
   "return": [
     {
   "id": "libvirt-37"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "nec-usb-xhci"
+  },
+  "id": "libvirt-38"
+}
+
 {
   "return": [
     {
   "id": "libvirt-38"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "intel-iommu"
+  },
+  "id": "libvirt-39"
+}
+
 {
   "return": [
     {
   "id": "libvirt-39"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "mch"
+  },
+  "id": "libvirt-40"
+}
+
 {
   "return": [
     {
   "id": "libvirt-40"
 }
 
+{
+  "execute": "query-machines",
+  "id": "libvirt-41"
+}
+
 {
   "return": [
     {
   "id": "libvirt-41"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-42"
+}
+
 {
   "return": [
     {
   "id": "libvirt-42"
 }
 
+{
+  "execute": "query-tpm-models",
+  "id": "libvirt-43"
+}
+
 {
   "return": [
     "tpm-tis"
   "id": "libvirt-43"
 }
 
+{
+  "execute": "query-tpm-types",
+  "id": "libvirt-44"
+}
+
 {
   "return": [
     "passthrough"
   "id": "libvirt-44"
 }
 
+{
+  "execute": "query-command-line-options",
+  "id": "libvirt-45"
+}
+
 {
   "return": [
     {
   "id": "libvirt-45"
 }
 
+{
+  "execute": "query-migrate-capabilities",
+  "id": "libvirt-46"
+}
+
 {
   "return": [
     {
   "id": "libvirt-46"
 }
 
+{
+  "execute": "query-qmp-schema",
+  "id": "libvirt-47"
+}
+
 {
   "return": [
     {
   "id": "libvirt-47"
 }
 
+{
+  "execute": "query-cpu-model-expansion",
+  "arguments": {
+    "type": "static",
+    "model": {
+      "name": "host"
+    }
+  },
+  "id": "libvirt-48"
+}
+
 {
   "return": {
     "model": {
 }
 
 {
-  "return": {
+  "execute": "query-cpu-model-expansion",
+  "arguments": {
+    "type": "full",
     "model": {
       "name": "base",
       "props": {
-        "phys-bits": 0,
-        "core-id": -1,
-        "xlevel": 2147483656,
         "cmov": true,
         "ia64": false,
         "aes": true,
         "mmx": true,
-        "arat": true,
         "rdpid": false,
+        "arat": true,
         "pause-filter": false,
         "xsavec": false,
         "osxsave": false,
-        "tsc-frequency": 0,
-        "xd": true,
-        "hv-vendor-id": "",
         "kvm-asyncpf": true,
-        "kvm_asyncpf": true,
-        "perfctr_core": false,
         "perfctr-core": false,
         "mpx": false,
+        "pbe": false,
         "avx512cd": false,
         "decodeassists": false,
-        "pbe": false,
-        "sse4_1": true,
         "sse4.1": true,
-        "sse4-1": true,
         "family": 6,
-        "vmware-cpuid-freq": true,
         "avx512f": false,
-        "xcrypt": false,
-        "hv-runtime": false,
         "msr": true,
         "mce": true,
         "mca": true,
-        "thread-id": -1,
+        "xcrypt": false,
         "min-level": 13,
         "xgetbv1": false,
         "cid": false,
-        "hv-relaxed": false,
-        "fxsr": true,
         "ds": false,
-        "hv-crash": false,
+        "fxsr": true,
         "xsaveopt": true,
         "xtpr": false,
+        "avx512vl": false,
         "avx512-vpopcntdq": false,
         "phe": false,
-        "avx512vl": false,
         "extapic": false,
         "3dnowprefetch": false,
         "cr8legacy": false,
-        "cpuid-0xb": true,
         "xcrypt-en": false,
-        "kvm_pv_eoi": true,
-        "apic-id": 4294967295,
         "pn": false,
         "dca": false,
         "vendor": "GenuineIntel",
         "pku": false,
         "smx": false,
         "cmp-legacy": false,
-        "cmp_legacy": false,
-        "node-id": -1,
         "avx512-4fmaps": false,
         "vmcb-clean": false,
-        "vmcb_clean": false,
-        "3dnowext": false,
         "hle": false,
+        "3dnowext": false,
         "npt": false,
-        "memory": "/machine/unattached/system[0]",
+        "clwb": false,
+        "lbrv": false,
+        "adx": false,
+        "ss": true,
+        "pni": true,
+        "svm-lock": false,
+        "smep": true,
+        "smap": false,
+        "pfthreshold": false,
+        "x2apic": true,
+        "avx512vbmi": false,
+        "flushbyasid": false,
+        "f16c": true,
+        "ace2-en": false,
+        "pae": true,
+        "pat": true,
+        "sse": true,
+        "phe-en": false,
+        "kvm-nopiodelay": true,
+        "tm": false,
+        "kvmclock-stable-bit": true,
+        "hypervisor": true,
+        "pcommit": false,
+        "syscall": true,
+        "avx512dq": false,
+        "svm": false,
+        "invtsc": false,
+        "sse2": true,
+        "est": false,
+        "avx512ifma": false,
+        "tm2": false,
+        "kvm-pv-eoi": true,
+        "cx8": true,
+        "kvm-mmu": false,
+        "sse4.2": true,
+        "pge": true,
+        "pdcm": false,
+        "model": 60,
+        "movbe": true,
+        "nrip-save": false,
+        "ssse3": true,
+        "sse4a": false,
+        "invpcid": true,
+        "pdpe1gb": true,
+        "tsc-deadline": true,
+        "fma": true,
+        "cx16": true,
+        "de": true,
+        "stepping": 3,
+        "xsave": true,
+        "clflush": true,
+        "skinit": false,
+        "tsc": true,
+        "tce": false,
+        "fpu": true,
+        "ds-cpl": false,
+        "ibs": false,
+        "fma4": false,
+        "la57": false,
+        "osvw": false,
+        "apic": true,
+        "pmm": false,
+        "tsc-adjust": true,
+        "kvm-steal-time": true,
+        "kvmclock": true,
+        "lwp": false,
+        "xop": false,
+        "avx": true,
+        "ospke": false,
+        "acpi": false,
+        "avx512bw": false,
+        "ace2": false,
+        "fsgsbase": true,
+        "ht": false,
+        "nx": true,
+        "pclmulqdq": true,
+        "mmxext": false,
+        "popcnt": true,
+        "xsaves": false,
+        "lm": true,
+        "umip": false,
+        "pse": true,
+        "avx2": true,
+        "sep": true,
+        "nodeid-msr": false,
+        "misalignsse": false,
+        "min-xlevel": 2147483656,
+        "bmi1": true,
+        "bmi2": true,
+        "kvm-pv-unhalt": true,
+        "tsc-scale": false,
+        "topoext": false,
+        "clflushopt": false,
+        "monitor": false,
+        "avx512er": false,
+        "pmm-en": false,
+        "pcid": true,
+        "3dnow": false,
+        "erms": true,
+        "lahf-lm": true,
+        "fxsr-opt": false,
+        "xstore": false,
+        "rtm": false,
+        "lmce": true,
+        "perfctr-nb": false,
+        "rdrand": true,
+        "rdseed": false,
+        "avx512-4vnniw": false,
+        "vme": true,
+        "vmx": true,
+        "dtes64": false,
+        "mtrr": true,
+        "rdtscp": true,
+        "pse36": true,
+        "tbm": false,
+        "wdt": false,
+        "model-id": "Intel(R) Core(TM) i7-4810MQ CPU @ 2.80GHz",
+        "sha-ni": false,
+        "abm": true,
+        "avx512pf": false,
+        "xstore-en": false
+      }
+    }
+  },
+  "id": "libvirt-49"
+}
+
+{
+  "return": {
+    "model": {
+      "name": "base",
+      "props": {
+        "phys-bits": 0,
+        "core-id": -1,
+        "xlevel": 2147483656,
+        "cmov": true,
+        "ia64": false,
+        "aes": true,
+        "mmx": true,
+        "arat": true,
+        "rdpid": false,
+        "pause-filter": false,
+        "xsavec": false,
+        "osxsave": false,
+        "tsc-frequency": 0,
+        "xd": true,
+        "hv-vendor-id": "",
+        "kvm-asyncpf": true,
+        "kvm_asyncpf": true,
+        "perfctr_core": false,
+        "perfctr-core": false,
+        "mpx": false,
+        "avx512cd": false,
+        "decodeassists": false,
+        "pbe": false,
+        "sse4_1": true,
+        "sse4.1": true,
+        "sse4-1": true,
+        "family": 6,
+        "vmware-cpuid-freq": true,
+        "avx512f": false,
+        "xcrypt": false,
+        "hv-runtime": false,
+        "msr": true,
+        "mce": true,
+        "mca": true,
+        "thread-id": -1,
+        "min-level": 13,
+        "xgetbv1": false,
+        "cid": false,
+        "hv-relaxed": false,
+        "fxsr": true,
+        "ds": false,
+        "hv-crash": false,
+        "xsaveopt": true,
+        "xtpr": false,
+        "avx512-vpopcntdq": false,
+        "phe": false,
+        "avx512vl": false,
+        "extapic": false,
+        "3dnowprefetch": false,
+        "cr8legacy": false,
+        "cpuid-0xb": true,
+        "xcrypt-en": false,
+        "kvm_pv_eoi": true,
+        "apic-id": 4294967295,
+        "pn": false,
+        "dca": false,
+        "vendor": "GenuineIntel",
+        "pku": false,
+        "smx": false,
+        "cmp-legacy": false,
+        "cmp_legacy": false,
+        "node-id": -1,
+        "avx512-4fmaps": false,
+        "vmcb-clean": false,
+        "vmcb_clean": false,
+        "3dnowext": false,
+        "hle": false,
+        "npt": false,
+        "memory": "/machine/unattached/system[0]",
         "clwb": false,
         "lbrv": false,
         "adx": false,
         "svm_lock": false,
         "svm-lock": false,
         "smep": true,
-        "pfthreshold": false,
+        "pfthreshold": false,
+        "smap": false,
+        "x2apic": true,
+        "avx512vbmi": false,
+        "hv-stimer": false,
+        "i64": true,
+        "flushbyasid": false,
+        "f16c": true,
+        "ace2-en": false,
+        "pat": true,
+        "pae": true,
+        "sse": true,
+        "phe-en": false,
+        "kvm-nopiodelay": true,
+        "kvm_nopiodelay": true,
+        "tm": false,
+        "kvmclock-stable-bit": true,
+        "hypervisor": true,
+        "socket-id": -1,
+        "pcommit": false,
+        "syscall": true,
+        "level": 13,
+        "avx512dq": false,
+        "svm": false,
+        "full-cpuid-auto-level": true,
+        "hv-reset": false,
+        "invtsc": false,
+        "sse3": true,
+        "sse2": true,
+        "est": false,
+        "avx512ifma": false,
+        "tm2": false,
+        "kvm-pv-eoi": true,
+        "cx8": true,
+        "kvm-mmu": false,
+        "kvm_mmu": false,
+        "sse4_2": true,
+        "sse4.2": true,
+        "sse4-2": true,
+        "pge": true,
+        "fill-mtrr-mask": true,
+        "pdcm": false,
+        "nodeid_msr": false,
+        "model": 60,
+        "movbe": true,
+        "nrip-save": false,
+        "nrip_save": false,
+        "sse4a": false,
+        "ssse3": true,
+        "kvm_pv_unhalt": true,
+        "invpcid": true,
+        "pdpe1gb": true,
+        "tsc-deadline": true,
+        "fma": true,
+        "cx16": true,
+        "de": true,
+        "enforce": false,
+        "stepping": 3,
+        "xsave": true,
+        "clflush": true,
+        "skinit": false,
+        "tce": false,
+        "tsc": true,
+        "fpu": true,
+        "ds-cpl": false,
+        "ds_cpl": false,
+        "ibs": false,
+        "host-phys-bits": false,
+        "fma4": false,
+        "la57": false,
+        "osvw": false,
+        "check": true,
+        "hv-spinlocks": -1,
+        "pmm": false,
+        "apic": true,
+        "pmu": false,
+        "min-xlevel2": 0,
+        "tsc-adjust": true,
+        "tsc_adjust": true,
+        "kvm-steal-time": true,
+        "kvm_steal_time": true,
+        "kvmclock": true,
+        "l3-cache": true,
+        "lwp": false,
+        "xop": false,
+        "avx": true,
+        "ospke": false,
+        "ace2": false,
+        "acpi": false,
+        "avx512bw": false,
+        "hv-vapic": false,
+        "fsgsbase": true,
+        "ht": false,
+        "nx": true,
+        "pclmulqdq": true,
+        "mmxext": false,
+        "popcnt": true,
+        "xsaves": false,
+        "tcg-cpuid": true,
+        "lm": true,
+        "umip": false,
+        "avx2": true,
+        "pse": true,
+        "sep": true,
+        "pclmuldq": true,
+        "nodeid-msr": false,
+        "kvm": true,
+        "misalignsse": false,
+        "min-xlevel": 2147483656,
+        "bmi2": true,
+        "bmi1": true,
+        "kvm-pv-unhalt": true,
+        "realized": false,
+        "tsc_scale": false,
+        "tsc-scale": false,
+        "topoext": false,
+        "hv-vpindex": false,
+        "xlevel2": 0,
+        "clflushopt": false,
+        "kvm-no-smi-migration": false,
+        "monitor": false,
+        "avx512er": false,
+        "pmm-en": false,
+        "pcid": true,
+        "3dnow": false,
+        "erms": true,
+        "lahf-lm": true,
+        "lahf_lm": true,
+        "xstore": false,
+        "hv-synic": false,
+        "fxsr-opt": false,
+        "fxsr_opt": false,
+        "rtm": false,
+        "lmce": true,
+        "hv-time": false,
+        "perfctr-nb": false,
+        "perfctr_nb": false,
+        "ffxsr": false,
+        "rdrand": true,
+        "rdseed": false,
+        "avx512-4vnniw": false,
+        "vme": true,
+        "vmx": true,
+        "dtes64": false,
+        "mtrr": true,
+        "rdtscp": true,
+        "pse36": true,
+        "tbm": false,
+        "wdt": false,
+        "pause_filter": false,
+        "model-id": "Intel(R) Core(TM) i7-4810MQ CPU @ 2.80GHz",
+        "sha-ni": false,
+        "abm": true,
+        "avx512pf": false,
+        "xstore-en": false
+      }
+    }
+  },
+  "id": "libvirt-49"
+}
+
+{
+  "execute": "query-cpu-model-expansion",
+  "arguments": {
+    "type": "static",
+    "model": {
+      "name": "host",
+      "props": {
+        "migratable": false
+      }
+    }
+  },
+  "id": "libvirt-50"
+}
+
+{
+  "return": {
+    "model": {
+      "name": "base",
+      "props": {
+        "cmov": true,
+        "ia64": false,
+        "aes": true,
+        "mmx": true,
+        "rdpid": false,
+        "arat": true,
+        "pause-filter": false,
+        "xsavec": false,
+        "osxsave": false,
+        "kvm-asyncpf": true,
+        "perfctr-core": false,
+        "mpx": false,
+        "pbe": false,
+        "avx512cd": false,
+        "decodeassists": false,
+        "sse4.1": true,
+        "family": 6,
+        "avx512f": false,
+        "msr": true,
+        "mce": true,
+        "mca": true,
+        "xcrypt": false,
+        "min-level": 13,
+        "xgetbv1": false,
+        "cid": false,
+        "ds": false,
+        "fxsr": true,
+        "xsaveopt": true,
+        "xtpr": false,
+        "avx512vl": false,
+        "avx512-vpopcntdq": false,
+        "phe": false,
+        "extapic": false,
+        "3dnowprefetch": false,
+        "cr8legacy": false,
+        "xcrypt-en": false,
+        "pn": false,
+        "dca": false,
+        "vendor": "GenuineIntel",
+        "pku": false,
+        "smx": false,
+        "cmp-legacy": false,
+        "avx512-4fmaps": false,
+        "vmcb-clean": false,
+        "hle": false,
+        "3dnowext": false,
+        "npt": false,
+        "clwb": false,
+        "lbrv": false,
+        "adx": false,
+        "ss": true,
+        "pni": true,
+        "svm-lock": false,
+        "smep": true,
         "smap": false,
+        "pfthreshold": false,
         "x2apic": true,
         "avx512vbmi": false,
-        "hv-stimer": false,
-        "i64": true,
         "flushbyasid": false,
         "f16c": true,
         "ace2-en": false,
-        "pat": true,
         "pae": true,
+        "pat": true,
         "sse": true,
         "phe-en": false,
         "kvm-nopiodelay": true,
-        "kvm_nopiodelay": true,
         "tm": false,
         "kvmclock-stable-bit": true,
         "hypervisor": true,
-        "socket-id": -1,
         "pcommit": false,
         "syscall": true,
-        "level": 13,
         "avx512dq": false,
         "svm": false,
-        "full-cpuid-auto-level": true,
-        "hv-reset": false,
-        "invtsc": false,
-        "sse3": true,
+        "invtsc": true,
         "sse2": true,
         "est": false,
         "avx512ifma": false,
         "kvm-pv-eoi": true,
         "cx8": true,
         "kvm-mmu": false,
-        "kvm_mmu": false,
-        "sse4_2": true,
         "sse4.2": true,
-        "sse4-2": true,
         "pge": true,
-        "fill-mtrr-mask": true,
         "pdcm": false,
-        "nodeid_msr": false,
         "model": 60,
         "movbe": true,
         "nrip-save": false,
-        "nrip_save": false,
-        "sse4a": false,
         "ssse3": true,
-        "kvm_pv_unhalt": true,
+        "sse4a": false,
         "invpcid": true,
         "pdpe1gb": true,
         "tsc-deadline": true,
         "fma": true,
         "cx16": true,
         "de": true,
-        "enforce": false,
         "stepping": 3,
         "xsave": true,
         "clflush": true,
         "skinit": false,
-        "tce": false,
         "tsc": true,
+        "tce": false,
         "fpu": true,
         "ds-cpl": false,
-        "ds_cpl": false,
         "ibs": false,
-        "host-phys-bits": false,
         "fma4": false,
         "la57": false,
         "osvw": false,
-        "check": true,
-        "hv-spinlocks": -1,
-        "pmm": false,
         "apic": true,
-        "pmu": false,
-        "min-xlevel2": 0,
+        "pmm": false,
         "tsc-adjust": true,
-        "tsc_adjust": true,
         "kvm-steal-time": true,
-        "kvm_steal_time": true,
         "kvmclock": true,
-        "l3-cache": true,
         "lwp": false,
         "xop": false,
         "avx": true,
         "ospke": false,
-        "ace2": false,
         "acpi": false,
         "avx512bw": false,
-        "hv-vapic": false,
+        "ace2": false,
         "fsgsbase": true,
         "ht": false,
         "nx": true,
         "mmxext": false,
         "popcnt": true,
         "xsaves": false,
-        "tcg-cpuid": true,
         "lm": true,
         "umip": false,
-        "avx2": true,
         "pse": true,
+        "avx2": true,
         "sep": true,
-        "pclmuldq": true,
         "nodeid-msr": false,
-        "kvm": true,
         "misalignsse": false,
         "min-xlevel": 2147483656,
-        "bmi2": true,
         "bmi1": true,
+        "bmi2": true,
         "kvm-pv-unhalt": true,
-        "realized": false,
-        "tsc_scale": false,
         "tsc-scale": false,
         "topoext": false,
-        "hv-vpindex": false,
-        "xlevel2": 0,
         "clflushopt": false,
-        "kvm-no-smi-migration": false,
         "monitor": false,
         "avx512er": false,
         "pmm-en": false,
         "3dnow": false,
         "erms": true,
         "lahf-lm": true,
-        "lahf_lm": true,
-        "xstore": false,
-        "hv-synic": false,
         "fxsr-opt": false,
-        "fxsr_opt": false,
+        "xstore": false,
         "rtm": false,
         "lmce": true,
-        "hv-time": false,
         "perfctr-nb": false,
-        "perfctr_nb": false,
-        "ffxsr": false,
         "rdrand": true,
         "rdseed": false,
         "avx512-4vnniw": false,
         "pse36": true,
         "tbm": false,
         "wdt": false,
-        "pause_filter": false,
         "model-id": "Intel(R) Core(TM) i7-4810MQ CPU @ 2.80GHz",
         "sha-ni": false,
         "abm": true,
       }
     }
   },
-  "id": "libvirt-49"
+  "id": "libvirt-50"
 }
 
 {
-  "return": {
+  "execute": "query-cpu-model-expansion",
+  "arguments": {
+    "type": "full",
     "model": {
       "name": "base",
       "props": {
       }
     }
   },
-  "id": "libvirt-50"
+  "id": "libvirt-51"
 }
 
 {
   "id": "libvirt-51"
 }
 
+{
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
+}
+
 {
   "return": {
   },
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-2"
+}
+
 {
   "return": [
     {
       "static": false,
       "migration-safe": true
     }
-  ],
-  "id": "libvirt-2"
+  ],
+  "id": "libvirt-2"
+}
+
+{
+  "execute": "query-cpu-model-expansion",
+  "arguments": {
+    "type": "static",
+    "model": {
+      "name": "max"
+    }
+  },
+  "id": "libvirt-3"
+}
+
+{
+  "return": {
+    "model": {
+      "name": "base",
+      "props": {
+        "cmov": true,
+        "ia64": false,
+        "aes": true,
+        "mmx": true,
+        "rdpid": false,
+        "arat": true,
+        "pause-filter": false,
+        "xsavec": false,
+        "osxsave": false,
+        "kvm-asyncpf": false,
+        "perfctr-core": false,
+        "mpx": true,
+        "pbe": false,
+        "avx512cd": false,
+        "decodeassists": false,
+        "sse4.1": true,
+        "family": 6,
+        "avx512f": false,
+        "msr": true,
+        "mce": true,
+        "mca": true,
+        "xcrypt": false,
+        "min-level": 13,
+        "xgetbv1": true,
+        "cid": false,
+        "ds": false,
+        "fxsr": true,
+        "xsaveopt": true,
+        "xtpr": false,
+        "avx512vl": false,
+        "avx512-vpopcntdq": false,
+        "phe": false,
+        "extapic": false,
+        "3dnowprefetch": false,
+        "cr8legacy": true,
+        "xcrypt-en": false,
+        "pn": false,
+        "dca": false,
+        "vendor": "AuthenticAMD",
+        "pku": true,
+        "smx": false,
+        "cmp-legacy": false,
+        "avx512-4fmaps": false,
+        "vmcb-clean": false,
+        "hle": false,
+        "3dnowext": true,
+        "npt": false,
+        "clwb": true,
+        "lbrv": false,
+        "adx": true,
+        "ss": true,
+        "pni": true,
+        "svm-lock": false,
+        "smep": true,
+        "smap": true,
+        "pfthreshold": false,
+        "x2apic": false,
+        "avx512vbmi": false,
+        "flushbyasid": false,
+        "f16c": false,
+        "ace2-en": false,
+        "pae": true,
+        "pat": true,
+        "sse": true,
+        "phe-en": false,
+        "kvm-nopiodelay": false,
+        "tm": false,
+        "kvmclock-stable-bit": false,
+        "hypervisor": true,
+        "pcommit": true,
+        "syscall": true,
+        "avx512dq": false,
+        "svm": true,
+        "invtsc": false,
+        "sse2": true,
+        "est": false,
+        "avx512ifma": false,
+        "tm2": false,
+        "kvm-pv-eoi": false,
+        "cx8": true,
+        "kvm-mmu": false,
+        "sse4.2": true,
+        "pge": true,
+        "pdcm": false,
+        "model": 6,
+        "movbe": true,
+        "nrip-save": false,
+        "ssse3": true,
+        "sse4a": true,
+        "invpcid": false,
+        "pdpe1gb": true,
+        "tsc-deadline": false,
+        "fma": false,
+        "cx16": true,
+        "de": true,
+        "stepping": 3,
+        "xsave": true,
+        "clflush": true,
+        "skinit": false,
+        "tsc": true,
+        "tce": false,
+        "fpu": true,
+        "ds-cpl": false,
+        "ibs": false,
+        "fma4": false,
+        "la57": true,
+        "osvw": false,
+        "apic": true,
+        "pmm": false,
+        "tsc-adjust": false,
+        "kvm-steal-time": false,
+        "kvmclock": false,
+        "lwp": false,
+        "xop": false,
+        "avx": false,
+        "ospke": true,
+        "acpi": true,
+        "avx512bw": false,
+        "ace2": false,
+        "fsgsbase": true,
+        "ht": false,
+        "nx": true,
+        "pclmulqdq": true,
+        "mmxext": true,
+        "popcnt": true,
+        "xsaves": false,
+        "lm": true,
+        "umip": false,
+        "pse": true,
+        "avx2": false,
+        "sep": true,
+        "nodeid-msr": false,
+        "misalignsse": false,
+        "min-xlevel": 2147483658,
+        "bmi1": true,
+        "bmi2": true,
+        "kvm-pv-unhalt": false,
+        "tsc-scale": false,
+        "topoext": false,
+        "clflushopt": true,
+        "monitor": true,
+        "avx512er": false,
+        "pmm-en": false,
+        "pcid": false,
+        "3dnow": true,
+        "erms": true,
+        "lahf-lm": true,
+        "fxsr-opt": false,
+        "xstore": false,
+        "rtm": false,
+        "lmce": false,
+        "perfctr-nb": false,
+        "rdrand": false,
+        "rdseed": false,
+        "avx512-4vnniw": false,
+        "vme": false,
+        "vmx": false,
+        "dtes64": false,
+        "mtrr": true,
+        "rdtscp": true,
+        "pse36": true,
+        "tbm": false,
+        "wdt": false,
+        "model-id": "QEMU TCG CPU version 2.5+",
+        "sha-ni": false,
+        "abm": true,
+        "avx512pf": false,
+        "xstore-en": false
+      }
+    }
+  },
+  "id": "libvirt-3"
 }
 
 {
-  "return": {
+  "execute": "query-cpu-model-expansion",
+  "arguments": {
+    "type": "full",
     "model": {
       "name": "base",
       "props": {
       }
     }
   },
-  "id": "libvirt-3"
+  "id": "libvirt-4"
 }
 
 {
   "id": "libvirt-4"
 }
 
+{
+  "execute": "query-cpu-model-expansion",
+  "arguments": {
+    "type": "static",
+    "model": {
+      "name": "max",
+      "props": {
+        "migratable": false
+      }
+    }
+  },
+  "id": "libvirt-5"
+}
+
 {
   "return": {
     "model": {
   "id": "libvirt-5"
 }
 
+{
+  "execute": "query-cpu-model-expansion",
+  "arguments": {
+    "type": "full",
+    "model": {
+      "name": "base",
+      "props": {
+        "cmov": true,
+        "ia64": false,
+        "aes": true,
+        "mmx": true,
+        "rdpid": false,
+        "arat": true,
+        "pause-filter": false,
+        "xsavec": false,
+        "osxsave": false,
+        "kvm-asyncpf": false,
+        "perfctr-core": false,
+        "mpx": true,
+        "pbe": false,
+        "avx512cd": false,
+        "decodeassists": false,
+        "sse4.1": true,
+        "family": 6,
+        "avx512f": false,
+        "msr": true,
+        "mce": true,
+        "mca": true,
+        "xcrypt": false,
+        "min-level": 13,
+        "xgetbv1": true,
+        "cid": false,
+        "ds": false,
+        "fxsr": true,
+        "xsaveopt": true,
+        "xtpr": false,
+        "avx512vl": false,
+        "avx512-vpopcntdq": false,
+        "phe": false,
+        "extapic": false,
+        "3dnowprefetch": false,
+        "cr8legacy": true,
+        "xcrypt-en": false,
+        "pn": false,
+        "dca": false,
+        "vendor": "AuthenticAMD",
+        "pku": true,
+        "smx": false,
+        "cmp-legacy": false,
+        "avx512-4fmaps": false,
+        "vmcb-clean": false,
+        "hle": false,
+        "3dnowext": true,
+        "npt": false,
+        "clwb": true,
+        "lbrv": false,
+        "adx": true,
+        "ss": true,
+        "pni": true,
+        "svm-lock": false,
+        "smep": true,
+        "smap": true,
+        "pfthreshold": false,
+        "x2apic": false,
+        "avx512vbmi": false,
+        "flushbyasid": false,
+        "f16c": false,
+        "ace2-en": false,
+        "pae": true,
+        "pat": true,
+        "sse": true,
+        "phe-en": false,
+        "kvm-nopiodelay": false,
+        "tm": false,
+        "kvmclock-stable-bit": false,
+        "hypervisor": true,
+        "pcommit": true,
+        "syscall": true,
+        "avx512dq": false,
+        "svm": true,
+        "invtsc": false,
+        "sse2": true,
+        "est": false,
+        "avx512ifma": false,
+        "tm2": false,
+        "kvm-pv-eoi": false,
+        "cx8": true,
+        "kvm-mmu": false,
+        "sse4.2": true,
+        "pge": true,
+        "pdcm": false,
+        "model": 6,
+        "movbe": true,
+        "nrip-save": false,
+        "ssse3": true,
+        "sse4a": true,
+        "invpcid": false,
+        "pdpe1gb": true,
+        "tsc-deadline": false,
+        "fma": false,
+        "cx16": true,
+        "de": true,
+        "stepping": 3,
+        "xsave": true,
+        "clflush": true,
+        "skinit": false,
+        "tsc": true,
+        "tce": false,
+        "fpu": true,
+        "ds-cpl": false,
+        "ibs": false,
+        "fma4": false,
+        "la57": true,
+        "osvw": false,
+        "apic": true,
+        "pmm": false,
+        "tsc-adjust": false,
+        "kvm-steal-time": false,
+        "kvmclock": false,
+        "lwp": false,
+        "xop": false,
+        "avx": false,
+        "ospke": true,
+        "acpi": true,
+        "avx512bw": false,
+        "ace2": false,
+        "fsgsbase": true,
+        "ht": false,
+        "nx": true,
+        "pclmulqdq": true,
+        "mmxext": true,
+        "popcnt": true,
+        "xsaves": false,
+        "lm": true,
+        "umip": false,
+        "pse": true,
+        "avx2": false,
+        "sep": true,
+        "nodeid-msr": false,
+        "misalignsse": false,
+        "min-xlevel": 2147483658,
+        "bmi1": true,
+        "bmi2": true,
+        "kvm-pv-unhalt": false,
+        "tsc-scale": false,
+        "topoext": false,
+        "clflushopt": true,
+        "monitor": true,
+        "avx512er": false,
+        "pmm-en": false,
+        "pcid": false,
+        "3dnow": true,
+        "erms": true,
+        "lahf-lm": true,
+        "fxsr-opt": false,
+        "xstore": false,
+        "rtm": false,
+        "lmce": false,
+        "perfctr-nb": false,
+        "rdrand": false,
+        "rdseed": false,
+        "avx512-4vnniw": false,
+        "vme": false,
+        "vmx": false,
+        "dtes64": false,
+        "mtrr": true,
+        "rdtscp": true,
+        "pse36": true,
+        "tbm": false,
+        "wdt": false,
+        "model-id": "QEMU TCG CPU version 2.5+",
+        "sha-ni": false,
+        "abm": true,
+        "avx512pf": false,
+        "xstore-en": false
+      }
+    }
+  },
+  "id": "libvirt-6"
+}
+
 {
   "return": {
     "model": {
index 733e7b4e3888934f1433056bacb6c22373594487..10b066bff1ccf346c0ef0b8622f32ec2bc884762 100644 (file)
   <flag name='mch'/>
   <version>2010000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>345304</microcodeVersion>
+  <microcodeVersion>367995</microcodeVersion>
   <package> (v2.10.0)</package>
   <arch>x86_64</arch>
   <hostCPU type='kvm' model='base' migratability='yes'>
index 21fede318b5fdc92263d65c6fb28f635aa24759e..2b03c251fc110e6696e5279e40e798f25b15d9ec 100644 (file)
@@ -1,16 +1,6 @@
 {
-  "QMP": {
-    "version": {
-      "qemu": {
-        "micro": 0,
-        "minor": 11,
-        "major": 2
-      },
-      "package": ""
-    },
-    "capabilities": [
-    ]
-  }
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
 }
 
 {
@@ -19,6 +9,11 @@
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-version",
+  "id": "libvirt-2"
+}
+
 {
   "return": {
     "qemu": {
   "id": "libvirt-2"
 }
 
+{
+  "execute": "query-target",
+  "id": "libvirt-3"
+}
+
 {
   "return": {
     "arch": "s390x"
   "id": "libvirt-3"
 }
 
+{
+  "execute": "query-commands",
+  "id": "libvirt-4"
+}
+
 {
   "return": [
     {
   "id": "libvirt-4"
 }
 
+{
+  "execute": "add-fd",
+  "arguments": {
+    "fdset-id": 0,
+    "opaque": "/dev/null"
+  },
+  "id": "libvirt-5"
+}
+
 {
   "return": {
     "fd": 15,
   "id": "libvirt-5"
 }
 
+{
+  "execute": "block-commit",
+  "arguments": {
+    "device": "bogus"
+  },
+  "id": "libvirt-6"
+}
+
 {
   "id": "libvirt-6",
   "error": {
   }
 }
 
+{
+  "execute": "query-kvm",
+  "id": "libvirt-7"
+}
+
 {
   "return": {
     "enabled": true,
   "id": "libvirt-7"
 }
 
+{
+  "execute": "query-events",
+  "id": "libvirt-8"
+}
+
 {
   "return": [
     {
   "id": "libvirt-8"
 }
 
+{
+  "execute": "qom-list-types",
+  "id": "libvirt-9"
+}
+
 {
   "return": [
     {
   "id": "libvirt-9"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-blk-pci"
+  },
+  "id": "libvirt-10"
+}
+
 {
   "return": [
     {
   "id": "libvirt-10"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-pci"
+  },
+  "id": "libvirt-11"
+}
+
 {
   "return": [
     {
   "id": "libvirt-11"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-pci"
+  },
+  "id": "libvirt-12"
+}
+
 {
   "return": [
     {
   "id": "libvirt-12"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-blk-ccw"
+  },
+  "id": "libvirt-13"
+}
+
 {
   "return": [
     {
   "id": "libvirt-13"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-ccw"
+  },
+  "id": "libvirt-14"
+}
+
 {
   "return": [
     {
   "id": "libvirt-14"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-ccw"
+  },
+  "id": "libvirt-15"
+}
+
 {
   "return": [
     {
   "id": "libvirt-15"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-s390"
+  },
+  "id": "libvirt-16"
+}
+
 {
   "id": "libvirt-16",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "pci-assign"
+  },
+  "id": "libvirt-17"
+}
+
 {
   "id": "libvirt-17",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pci-assign"
+  },
+  "id": "libvirt-18"
+}
+
 {
   "id": "libvirt-18",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "vfio-pci"
+  },
+  "id": "libvirt-19"
+}
+
 {
   "return": [
     {
   "id": "libvirt-19"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-disk"
+  },
+  "id": "libvirt-20"
+}
+
 {
   "return": [
     {
   "id": "libvirt-20"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ide-drive"
+  },
+  "id": "libvirt-21"
+}
+
 {
   "id": "libvirt-21",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "PIIX4_PM"
+  },
+  "id": "libvirt-22"
+}
+
 {
   "id": "libvirt-22",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-host"
+  },
+  "id": "libvirt-23"
+}
+
 {
   "id": "libvirt-23",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-generic"
+  },
+  "id": "libvirt-24"
+}
+
 {
   "return": [
     {
   "id": "libvirt-24"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "i440FX-pcihost"
+  },
+  "id": "libvirt-25"
+}
+
 {
   "id": "libvirt-25",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "q35-pcihost"
+  },
+  "id": "libvirt-26"
+}
+
 {
   "id": "libvirt-26",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pit"
+  },
+  "id": "libvirt-27"
+}
+
 {
   "id": "libvirt-27",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-gpu-pci"
+  },
+  "id": "libvirt-28"
+}
+
 {
   "return": [
     {
   "id": "libvirt-28"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-gpu-device"
+  },
+  "id": "libvirt-29"
+}
+
 {
   "return": [
     {
   "id": "libvirt-29"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ICH9-LPC"
+  },
+  "id": "libvirt-30"
+}
+
 {
   "id": "libvirt-30",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-pci"
+  },
+  "id": "libvirt-31"
+}
+
 {
   "return": [
     {
   "id": "libvirt-31"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-ccw"
+  },
+  "id": "libvirt-32"
+}
+
 {
   "return": [
     {
   "id": "libvirt-32"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-device"
+  },
+  "id": "libvirt-33"
+}
+
 {
   "return": [
     {
   "id": "libvirt-33"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-gpu-ccw"
+  },
+  "id": "libvirt-34"
+}
+
 {
   "return": [
     {
   "id": "libvirt-34"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtual-css-bridge"
+  },
+  "id": "libvirt-35"
+}
+
 {
   "return": [
     {
   "id": "libvirt-35"
 }
 
+{
+  "execute": "query-machines",
+  "id": "libvirt-36"
+}
+
 {
   "return": [
     {
   "id": "libvirt-36"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-37"
+}
+
 {
   "return": [
     {
   "id": "libvirt-37"
 }
 
+{
+  "execute": "query-tpm-models",
+  "id": "libvirt-38"
+}
+
 {
   "return": [
   ],
   "id": "libvirt-38"
 }
 
+{
+  "execute": "query-tpm-types",
+  "id": "libvirt-39"
+}
+
 {
   "return": [
     "emulator"
   "id": "libvirt-39"
 }
 
+{
+  "execute": "query-command-line-options",
+  "id": "libvirt-40"
+}
+
 {
   "return": [
     {
   "id": "libvirt-40"
 }
 
+{
+  "execute": "query-migrate-capabilities",
+  "id": "libvirt-41"
+}
+
 {
   "return": [
     {
   "id": "libvirt-41"
 }
 
+{
+  "execute": "query-qmp-schema",
+  "id": "libvirt-42"
+}
+
 {
   "return": [
     {
   "id": "libvirt-42"
 }
 
+{
+  "execute": "query-cpu-model-expansion",
+  "arguments": {
+    "type": "static",
+    "model": {
+      "name": "host"
+    }
+  },
+  "id": "libvirt-43"
+}
+
 {
   "return": {
     "model": {
   "id": "libvirt-43"
 }
 
+{
+  "execute": "query-cpu-model-expansion",
+  "arguments": {
+    "type": "static",
+    "model": {
+      "name": "host",
+      "props": {
+        "migratable": false
+      }
+    }
+  },
+  "id": "libvirt-44"
+}
+
 {
   "id": "libvirt-44",
   "error": {
   }
 }
 
+{
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
+}
+
 {
   "return": {
   },
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-2"
+}
+
 {
   "return": [
     {
   "id": "libvirt-2"
 }
 
+{
+  "execute": "query-cpu-model-expansion",
+  "arguments": {
+    "type": "static",
+    "model": {
+      "name": "max"
+    }
+  },
+  "id": "libvirt-3"
+}
+
 {
   "id": "libvirt-3",
   "error": {
index cebad6841c8e43f6bd6a07bacfbd19ded2165243..6ca2e57ef8eade3de9bbafc0bf6ff13a9bf8e762 100644 (file)
   <flag name='tpm-emulator'/>
   <version>2011000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>342166</microcodeVersion>
+  <microcodeVersion>346751</microcodeVersion>
   <package></package>
   <arch>s390x</arch>
   <hostCPU type='kvm' model='z14-base' migratability='no'>
index 3ca0ea13fa1337edc5d41b80c8f5d3742eaaabb7..e0b4f6da38e225c366c857c14abe4995a60c11cd 100644 (file)
@@ -1,17 +1,6 @@
 {
-  "QMP": {
-    "version": {
-      "qemu": {
-        "micro": 90,
-        "minor": 11,
-        "major": 2
-      },
-      "package": "v2.12.0-rc0"
-    },
-    "capabilities": [
-      "oob"
-    ]
-  }
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
 }
 
 {
@@ -20,6 +9,11 @@
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-version",
+  "id": "libvirt-2"
+}
+
 {
   "return": {
     "qemu": {
   "id": "libvirt-2"
 }
 
+{
+  "execute": "query-target",
+  "id": "libvirt-3"
+}
+
 {
   "return": {
     "arch": "aarch64"
   "id": "libvirt-3"
 }
 
+{
+  "execute": "query-commands",
+  "id": "libvirt-4"
+}
+
 {
   "return": [
     {
   "id": "libvirt-4"
 }
 
+{
+  "execute": "add-fd",
+  "arguments": {
+    "fdset-id": 0,
+    "opaque": "/dev/null"
+  },
+  "id": "libvirt-5"
+}
+
 {
   "return": {
     "fd": 20,
   "id": "libvirt-5"
 }
 
+{
+  "execute": "block-commit",
+  "arguments": {
+    "device": "bogus"
+  },
+  "id": "libvirt-6"
+}
+
 {
   "id": "libvirt-6",
   "error": {
   }
 }
 
+{
+  "execute": "query-kvm",
+  "id": "libvirt-7"
+}
+
 {
   "return": {
     "enabled": true,
   "id": "libvirt-7"
 }
 
+{
+  "execute": "query-events",
+  "id": "libvirt-8"
+}
+
 {
   "return": [
     {
   "id": "libvirt-8"
 }
 
+{
+  "execute": "qom-list-types",
+  "id": "libvirt-9"
+}
+
 {
   "return": [
     {
   "id": "libvirt-9"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-blk-pci"
+  },
+  "id": "libvirt-10"
+}
+
 {
   "return": [
     {
   "id": "libvirt-10"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-pci"
+  },
+  "id": "libvirt-11"
+}
+
 {
   "return": [
     {
   "id": "libvirt-11"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-pci"
+  },
+  "id": "libvirt-12"
+}
+
 {
   "return": [
     {
   "id": "libvirt-12"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-ccw"
+  },
+  "id": "libvirt-13"
+}
+
 {
   "id": "libvirt-13",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-ccw"
+  },
+  "id": "libvirt-14"
+}
+
 {
   "id": "libvirt-14",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-s390"
+  },
+  "id": "libvirt-15"
+}
+
 {
   "id": "libvirt-15",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "pci-assign"
+  },
+  "id": "libvirt-16"
+}
+
 {
   "id": "libvirt-16",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pci-assign"
+  },
+  "id": "libvirt-17"
+}
+
 {
   "id": "libvirt-17",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "vfio-pci"
+  },
+  "id": "libvirt-18"
+}
+
 {
   "return": [
     {
   "id": "libvirt-18"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-disk"
+  },
+  "id": "libvirt-19"
+}
+
 {
   "return": [
     {
   "id": "libvirt-19"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ide-drive"
+  },
+  "id": "libvirt-20"
+}
+
 {
   "return": [
     {
   "id": "libvirt-20"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "PIIX4_PM"
+  },
+  "id": "libvirt-21"
+}
+
 {
   "id": "libvirt-21",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-host"
+  },
+  "id": "libvirt-22"
+}
+
 {
   "return": [
     {
   "id": "libvirt-22"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-generic"
+  },
+  "id": "libvirt-23"
+}
+
 {
   "return": [
     {
   "id": "libvirt-23"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "i440FX-pcihost"
+  },
+  "id": "libvirt-24"
+}
+
 {
   "id": "libvirt-24",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "q35-pcihost"
+  },
+  "id": "libvirt-25"
+}
+
 {
   "id": "libvirt-25",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-storage"
+  },
+  "id": "libvirt-26"
+}
+
 {
   "return": [
     {
   "id": "libvirt-26"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pit"
+  },
+  "id": "libvirt-27"
+}
+
 {
   "id": "libvirt-27",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "VGA"
+  },
+  "id": "libvirt-28"
+}
+
 {
   "return": [
     {
   "id": "libvirt-28"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-gpu-pci"
+  },
+  "id": "libvirt-29"
+}
+
 {
   "return": [
     {
   "id": "libvirt-29"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-gpu-device"
+  },
+  "id": "libvirt-30"
+}
+
 {
   "return": [
     {
   "id": "libvirt-30"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ICH9-LPC"
+  },
+  "id": "libvirt-31"
+}
+
 {
   "id": "libvirt-31",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-pci"
+  },
+  "id": "libvirt-32"
+}
+
 {
   "return": [
     {
   "id": "libvirt-32"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-ccw"
+  },
+  "id": "libvirt-33"
+}
+
 {
   "id": "libvirt-33",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-device"
+  },
+  "id": "libvirt-34"
+}
+
 {
   "return": [
     {
   "id": "libvirt-34"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "nec-usb-xhci"
+  },
+  "id": "libvirt-35"
+}
+
 {
   "return": [
     {
   "id": "libvirt-35"
 }
 
+{
+  "execute": "qom-list-properties",
+  "arguments": {
+    "typename": "memory-backend-file"
+  },
+  "id": "libvirt-36"
+}
+
 {
   "return": [
     {
   "id": "libvirt-36"
 }
 
+{
+  "execute": "query-machines",
+  "id": "libvirt-37"
+}
+
 {
   "return": [
     {
   "id": "libvirt-37"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-38"
+}
+
 {
   "return": [
     {
   "id": "libvirt-38"
 }
 
+{
+  "execute": "query-tpm-models",
+  "id": "libvirt-39"
+}
+
 {
   "return": [
   ],
   "id": "libvirt-39"
 }
 
+{
+  "execute": "query-tpm-types",
+  "id": "libvirt-40"
+}
+
 {
   "return": [
     "emulator"
   "id": "libvirt-40"
 }
 
+{
+  "execute": "query-command-line-options",
+  "id": "libvirt-41"
+}
+
 {
   "return": [
     {
   "id": "libvirt-41"
 }
 
+{
+  "execute": "query-migrate-capabilities",
+  "id": "libvirt-42"
+}
+
 {
   "return": [
     {
   "id": "libvirt-42"
 }
 
+{
+  "execute": "query-qmp-schema",
+  "id": "libvirt-43"
+}
+
 {
   "return": [
     {
   "id": "libvirt-43"
 }
 
+{
+  "execute": "query-gic-capabilities",
+  "id": "libvirt-44"
+}
+
 {
   "return": [
     {
   "id": "libvirt-44"
 }
 
+{
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
+}
+
 {
   "return": {
   },
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-2"
+}
+
 {
   "return": [
     {
index 792a4b647a495852a92bf972df2c630978ad9ec5..5ed0290397b30d396ef898ac8c0619656d71d613 100644 (file)
   <flag name='tpm-emulator'/>
   <version>2011090</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>343099</microcodeVersion>
+  <microcodeVersion>347313</microcodeVersion>
   <package>v2.12.0-rc0</package>
   <arch>aarch64</arch>
   <cpu type='kvm' name='pxa262'/>
index 1e93cd6dca5ab95796118e9d0926e9b17e0d4da3..1bd1baa8a89a564c566a0f305a78f64e894882a3 100644 (file)
@@ -1,17 +1,6 @@
 {
-  "QMP": {
-    "version": {
-      "qemu": {
-        "micro": 90,
-        "minor": 11,
-        "major": 2
-      },
-      "package": "v2.12.0-rc0"
-    },
-    "capabilities": [
-      "oob"
-    ]
-  }
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
 }
 
 {
@@ -20,6 +9,11 @@
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-version",
+  "id": "libvirt-2"
+}
+
 {
   "return": {
     "qemu": {
   "id": "libvirt-2"
 }
 
+{
+  "execute": "query-target",
+  "id": "libvirt-3"
+}
+
 {
   "return": {
     "arch": "ppc64"
   "id": "libvirt-3"
 }
 
+{
+  "execute": "query-commands",
+  "id": "libvirt-4"
+}
+
 {
   "return": [
     {
   "id": "libvirt-4"
 }
 
+{
+  "execute": "add-fd",
+  "arguments": {
+    "fdset-id": 0,
+    "opaque": "/dev/null"
+  },
+  "id": "libvirt-5"
+}
+
 {
   "return": {
     "fd": 19,
   "id": "libvirt-5"
 }
 
+{
+  "execute": "block-commit",
+  "arguments": {
+    "device": "bogus"
+  },
+  "id": "libvirt-6"
+}
+
 {
   "id": "libvirt-6",
   "error": {
   }
 }
 
+{
+  "execute": "query-kvm",
+  "id": "libvirt-7"
+}
+
 {
   "return": {
     "enabled": true,
   "id": "libvirt-7"
 }
 
+{
+  "execute": "query-events",
+  "id": "libvirt-8"
+}
+
 {
   "return": [
     {
   "id": "libvirt-8"
 }
 
+{
+  "execute": "qom-list-types",
+  "id": "libvirt-9"
+}
+
 {
   "return": [
     {
   "id": "libvirt-9"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-blk-pci"
+  },
+  "id": "libvirt-10"
+}
+
 {
   "return": [
     {
   "id": "libvirt-10"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-pci"
+  },
+  "id": "libvirt-11"
+}
+
 {
   "return": [
     {
   "id": "libvirt-11"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-pci"
+  },
+  "id": "libvirt-12"
+}
+
 {
   "return": [
     {
   "id": "libvirt-12"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-ccw"
+  },
+  "id": "libvirt-13"
+}
+
 {
   "id": "libvirt-13",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-ccw"
+  },
+  "id": "libvirt-14"
+}
+
 {
   "id": "libvirt-14",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-s390"
+  },
+  "id": "libvirt-15"
+}
+
 {
   "id": "libvirt-15",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "pci-assign"
+  },
+  "id": "libvirt-16"
+}
+
 {
   "id": "libvirt-16",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pci-assign"
+  },
+  "id": "libvirt-17"
+}
+
 {
   "id": "libvirt-17",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "vfio-pci"
+  },
+  "id": "libvirt-18"
+}
+
 {
   "return": [
     {
   "id": "libvirt-18"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-disk"
+  },
+  "id": "libvirt-19"
+}
+
 {
   "return": [
     {
   "id": "libvirt-19"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ide-drive"
+  },
+  "id": "libvirt-20"
+}
+
 {
   "return": [
     {
   "id": "libvirt-20"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "PIIX4_PM"
+  },
+  "id": "libvirt-21"
+}
+
 {
   "id": "libvirt-21",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-host"
+  },
+  "id": "libvirt-22"
+}
+
 {
   "return": [
     {
   "id": "libvirt-22"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-generic"
+  },
+  "id": "libvirt-23"
+}
+
 {
   "return": [
     {
   "id": "libvirt-23"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "i440FX-pcihost"
+  },
+  "id": "libvirt-24"
+}
+
 {
   "id": "libvirt-24",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "q35-pcihost"
+  },
+  "id": "libvirt-25"
+}
+
 {
   "id": "libvirt-25",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-storage"
+  },
+  "id": "libvirt-26"
+}
+
 {
   "return": [
     {
   "id": "libvirt-26"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pit"
+  },
+  "id": "libvirt-27"
+}
+
 {
   "id": "libvirt-27",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "VGA"
+  },
+  "id": "libvirt-28"
+}
+
 {
   "return": [
     {
   "id": "libvirt-28"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-gpu-pci"
+  },
+  "id": "libvirt-29"
+}
+
 {
   "return": [
     {
   "id": "libvirt-29"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-gpu-device"
+  },
+  "id": "libvirt-30"
+}
+
 {
   "return": [
     {
   "id": "libvirt-30"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ICH9-LPC"
+  },
+  "id": "libvirt-31"
+}
+
 {
   "id": "libvirt-31",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-pci"
+  },
+  "id": "libvirt-32"
+}
+
 {
   "return": [
     {
   "id": "libvirt-32"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-ccw"
+  },
+  "id": "libvirt-33"
+}
+
 {
   "id": "libvirt-33",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-device"
+  },
+  "id": "libvirt-34"
+}
+
 {
   "return": [
     {
   "id": "libvirt-34"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "nec-usb-xhci"
+  },
+  "id": "libvirt-35"
+}
+
 {
   "return": [
     {
   "id": "libvirt-35"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "spapr-pci-host-bridge"
+  },
+  "id": "libvirt-36"
+}
+
 {
   "return": [
     {
   "id": "libvirt-36"
 }
 
+{
+  "execute": "qom-list-properties",
+  "arguments": {
+    "typename": "memory-backend-file"
+  },
+  "id": "libvirt-37"
+}
+
 {
   "return": [
     {
   "id": "libvirt-37"
 }
 
+{
+  "execute": "query-machines",
+  "id": "libvirt-38"
+}
+
 {
   "return": [
     {
   "id": "libvirt-38"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-39"
+}
+
 {
   "return": [
     {
   "id": "libvirt-39"
 }
 
+{
+  "execute": "query-tpm-models",
+  "id": "libvirt-40"
+}
+
 {
   "return": [
   ],
   "id": "libvirt-40"
 }
 
+{
+  "execute": "query-tpm-types",
+  "id": "libvirt-41"
+}
+
 {
   "return": [
     "emulator"
   "id": "libvirt-41"
 }
 
+{
+  "execute": "query-command-line-options",
+  "id": "libvirt-42"
+}
+
 {
   "return": [
     {
   "id": "libvirt-42"
 }
 
+{
+  "execute": "query-migrate-capabilities",
+  "id": "libvirt-43"
+}
+
 {
   "return": [
     {
   "id": "libvirt-43"
 }
 
+{
+  "execute": "query-qmp-schema",
+  "id": "libvirt-44"
+}
+
 {
   "return": [
     {
   "id": "libvirt-44"
 }
 
+{
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
+}
+
 {
   "return": {
   },
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-2"
+}
+
 {
   "return": [
     {
index f8897e4e2fccdc14b5793ed5071603deb2937921..c61029e479a3f0d85047fa97e352d64d29ca91ea 100644 (file)
   <flag name='tpm-emulator'/>
   <version>2011090</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>419968</microcodeVersion>
+  <microcodeVersion>424244</microcodeVersion>
   <package>v2.12.0-rc0</package>
   <arch>ppc64</arch>
   <cpu type='kvm' name='default'/>
index 29c340355048370e418556489c0683638432149a..fb57bcfd237a647c3e282353c37f3aa8bb9c66d8 100644 (file)
@@ -1,16 +1,6 @@
 {
-  "QMP": {
-    "version": {
-      "qemu": {
-        "micro": 0,
-        "minor": 12,
-        "major": 2
-      },
-      "package": ""
-    },
-    "capabilities": [
-    ]
-  }
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
 }
 
 {
@@ -19,6 +9,11 @@
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-version",
+  "id": "libvirt-2"
+}
+
 {
   "return": {
     "qemu": {
   "id": "libvirt-2"
 }
 
+{
+  "execute": "query-target",
+  "id": "libvirt-3"
+}
+
 {
   "return": {
     "arch": "s390x"
   "id": "libvirt-3"
 }
 
+{
+  "execute": "query-commands",
+  "id": "libvirt-4"
+}
+
 {
   "return": [
     {
   "id": "libvirt-4"
 }
 
+{
+  "execute": "add-fd",
+  "arguments": {
+    "fdset-id": 0,
+    "opaque": "/dev/null"
+  },
+  "id": "libvirt-5"
+}
+
 {
   "return": {
     "fd": 18,
   "id": "libvirt-5"
 }
 
+{
+  "execute": "block-commit",
+  "arguments": {
+    "device": "bogus"
+  },
+  "id": "libvirt-6"
+}
+
 {
   "id": "libvirt-6",
   "error": {
   }
 }
 
+{
+  "execute": "query-kvm",
+  "id": "libvirt-7"
+}
+
 {
   "return": {
     "enabled": true,
   "id": "libvirt-7"
 }
 
+{
+  "execute": "query-events",
+  "id": "libvirt-8"
+}
+
 {
   "return": [
     {
   "id": "libvirt-8"
 }
 
+{
+  "execute": "qom-list-types",
+  "id": "libvirt-9"
+}
+
 {
   "return": [
     {
   "id": "libvirt-9"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-blk-pci"
+  },
+  "id": "libvirt-10"
+}
+
 {
   "return": [
     {
   "id": "libvirt-10"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-pci"
+  },
+  "id": "libvirt-11"
+}
+
 {
   "return": [
     {
   "id": "libvirt-11"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-pci"
+  },
+  "id": "libvirt-12"
+}
+
 {
   "return": [
     {
   "id": "libvirt-12"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-blk-ccw"
+  },
+  "id": "libvirt-13"
+}
+
 {
   "return": [
     {
   "id": "libvirt-13"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-ccw"
+  },
+  "id": "libvirt-14"
+}
+
 {
   "return": [
     {
   "id": "libvirt-14"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-ccw"
+  },
+  "id": "libvirt-15"
+}
+
 {
   "return": [
     {
   "id": "libvirt-15"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-s390"
+  },
+  "id": "libvirt-16"
+}
+
 {
   "id": "libvirt-16",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "pci-assign"
+  },
+  "id": "libvirt-17"
+}
+
 {
   "id": "libvirt-17",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pci-assign"
+  },
+  "id": "libvirt-18"
+}
+
 {
   "id": "libvirt-18",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "vfio-pci"
+  },
+  "id": "libvirt-19"
+}
+
 {
   "return": [
     {
   "id": "libvirt-19"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-disk"
+  },
+  "id": "libvirt-20"
+}
+
 {
   "return": [
     {
   "id": "libvirt-20"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ide-drive"
+  },
+  "id": "libvirt-21"
+}
+
 {
   "id": "libvirt-21",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "PIIX4_PM"
+  },
+  "id": "libvirt-22"
+}
+
 {
   "id": "libvirt-22",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-host"
+  },
+  "id": "libvirt-23"
+}
+
 {
   "id": "libvirt-23",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-generic"
+  },
+  "id": "libvirt-24"
+}
+
 {
   "return": [
     {
   "id": "libvirt-24"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "i440FX-pcihost"
+  },
+  "id": "libvirt-25"
+}
+
 {
   "id": "libvirt-25",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "q35-pcihost"
+  },
+  "id": "libvirt-26"
+}
+
 {
   "id": "libvirt-26",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pit"
+  },
+  "id": "libvirt-27"
+}
+
 {
   "id": "libvirt-27",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-gpu-pci"
+  },
+  "id": "libvirt-28"
+}
+
 {
   "return": [
     {
   "id": "libvirt-28"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-gpu-device"
+  },
+  "id": "libvirt-29"
+}
+
 {
   "return": [
     {
   "id": "libvirt-29"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ICH9-LPC"
+  },
+  "id": "libvirt-30"
+}
+
 {
   "id": "libvirt-30",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-pci"
+  },
+  "id": "libvirt-31"
+}
+
 {
   "return": [
     {
   "id": "libvirt-31"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-ccw"
+  },
+  "id": "libvirt-32"
+}
+
 {
   "return": [
     {
   "id": "libvirt-32"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-device"
+  },
+  "id": "libvirt-33"
+}
+
 {
   "return": [
     {
   "id": "libvirt-33"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-gpu-ccw"
+  },
+  "id": "libvirt-34"
+}
+
 {
   "return": [
     {
   "id": "libvirt-34"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtual-css-bridge"
+  },
+  "id": "libvirt-35"
+}
+
 {
   "return": [
     {
   "id": "libvirt-35"
 }
 
+{
+  "execute": "qom-list-properties",
+  "arguments": {
+    "typename": "memory-backend-file"
+  },
+  "id": "libvirt-36"
+}
+
 {
   "return": [
     {
   "id": "libvirt-36"
 }
 
+{
+  "execute": "query-machines",
+  "id": "libvirt-37"
+}
+
 {
   "return": [
     {
   "id": "libvirt-37"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-38"
+}
+
 {
   "return": [
     {
   "id": "libvirt-38"
 }
 
+{
+  "execute": "query-tpm-models",
+  "id": "libvirt-39"
+}
+
 {
   "return": [
   ],
   "id": "libvirt-39"
 }
 
+{
+  "execute": "query-tpm-types",
+  "id": "libvirt-40"
+}
+
 {
   "return": [
     "emulator"
   "id": "libvirt-40"
 }
 
+{
+  "execute": "query-command-line-options",
+  "id": "libvirt-41"
+}
+
 {
   "return": [
     {
   "id": "libvirt-41"
 }
 
+{
+  "execute": "query-migrate-capabilities",
+  "id": "libvirt-42"
+}
+
 {
   "return": [
     {
   "id": "libvirt-42"
 }
 
+{
+  "execute": "query-qmp-schema",
+  "id": "libvirt-43"
+}
+
 {
   "return": [
     {
   "id": "libvirt-43"
 }
 
+{
+  "execute": "query-cpu-model-expansion",
+  "arguments": {
+    "type": "static",
+    "model": {
+      "name": "host"
+    }
+  },
+  "id": "libvirt-44"
+}
+
 {
   "return": {
     "model": {
   "id": "libvirt-44"
 }
 
+{
+  "execute": "query-cpu-model-expansion",
+  "arguments": {
+    "type": "static",
+    "model": {
+      "name": "host",
+      "props": {
+        "migratable": false
+      }
+    }
+  },
+  "id": "libvirt-45"
+}
+
 {
   "id": "libvirt-45",
   "error": {
   }
 }
 
+{
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
+}
+
 {
   "return": {
   },
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-2"
+}
+
 {
   "return": [
     {
   "id": "libvirt-2"
 }
 
+{
+  "execute": "query-cpu-model-expansion",
+  "arguments": {
+    "type": "static",
+    "model": {
+      "name": "max"
+    }
+  },
+  "id": "libvirt-3"
+}
+
 {
   "id": "libvirt-3",
   "error": {
index c3a08c8b5531464eddd3daad535b57f0663d2ecc..6fac6d69064d29480699aa9f3f9c2474661008e7 100644 (file)
   <flag name='tpm-emulator'/>
   <version>2012000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>371055</microcodeVersion>
+  <microcodeVersion>375762</microcodeVersion>
   <package></package>
   <arch>s390x</arch>
   <hostCPU type='kvm' model='z14-base' migratability='no'>
index ddee9b9fb183c2a97fb9155a619d3323ee192f78..73365126f1bc238557fff14dae262834faf7fe94 100644 (file)
@@ -1,17 +1,6 @@
 {
-  "QMP": {
-    "version": {
-      "qemu": {
-        "micro": 90,
-        "minor": 11,
-        "major": 2
-      },
-      "package": "v2.12.0-rc0"
-    },
-    "capabilities": [
-      "oob"
-    ]
-  }
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
 }
 
 {
@@ -20,6 +9,11 @@
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-version",
+  "id": "libvirt-2"
+}
+
 {
   "return": {
     "qemu": {
   "id": "libvirt-2"
 }
 
+{
+  "execute": "query-target",
+  "id": "libvirt-3"
+}
+
 {
   "return": {
     "arch": "x86_64"
   "id": "libvirt-3"
 }
 
+{
+  "execute": "query-commands",
+  "id": "libvirt-4"
+}
+
 {
   "return": [
     {
   "id": "libvirt-4"
 }
 
+{
+  "execute": "add-fd",
+  "arguments": {
+    "fdset-id": 0,
+    "opaque": "/dev/null"
+  },
+  "id": "libvirt-5"
+}
+
 {
   "return": {
     "fd": 19,
   "id": "libvirt-5"
 }
 
+{
+  "execute": "block-commit",
+  "arguments": {
+    "device": "bogus"
+  },
+  "id": "libvirt-6"
+}
+
 {
   "id": "libvirt-6",
   "error": {
   }
 }
 
+{
+  "execute": "query-kvm",
+  "id": "libvirt-7"
+}
+
 {
   "return": {
     "enabled": true,
   "id": "libvirt-7"
 }
 
+{
+  "execute": "query-events",
+  "id": "libvirt-8"
+}
+
 {
   "return": [
     {
   "id": "libvirt-8"
 }
 
+{
+  "execute": "qom-list-types",
+  "id": "libvirt-9"
+}
+
 {
   "return": [
     {
   "id": "libvirt-9"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-blk-pci"
+  },
+  "id": "libvirt-10"
+}
+
 {
   "return": [
     {
   "id": "libvirt-10"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-pci"
+  },
+  "id": "libvirt-11"
+}
+
 {
   "return": [
     {
   "id": "libvirt-11"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-pci"
+  },
+  "id": "libvirt-12"
+}
+
 {
   "return": [
     {
   "id": "libvirt-12"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-ccw"
+  },
+  "id": "libvirt-13"
+}
+
 {
   "id": "libvirt-13",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-ccw"
+  },
+  "id": "libvirt-14"
+}
+
 {
   "id": "libvirt-14",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-s390"
+  },
+  "id": "libvirt-15"
+}
+
 {
   "id": "libvirt-15",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "pci-assign"
+  },
+  "id": "libvirt-16"
+}
+
 {
   "id": "libvirt-16",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pci-assign"
+  },
+  "id": "libvirt-17"
+}
+
 {
   "id": "libvirt-17",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "vfio-pci"
+  },
+  "id": "libvirt-18"
+}
+
 {
   "return": [
     {
   "id": "libvirt-18"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-disk"
+  },
+  "id": "libvirt-19"
+}
+
 {
   "return": [
     {
   "id": "libvirt-19"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ide-drive"
+  },
+  "id": "libvirt-20"
+}
+
 {
   "return": [
     {
   "id": "libvirt-20"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "PIIX4_PM"
+  },
+  "id": "libvirt-21"
+}
+
 {
   "return": [
     {
   "id": "libvirt-21"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-redir"
+  },
+  "id": "libvirt-22"
+}
+
 {
   "return": [
     {
   "id": "libvirt-22"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-host"
+  },
+  "id": "libvirt-23"
+}
+
 {
   "return": [
     {
   "id": "libvirt-23"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-generic"
+  },
+  "id": "libvirt-24"
+}
+
 {
   "return": [
     {
   "id": "libvirt-24"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "i440FX-pcihost"
+  },
+  "id": "libvirt-25"
+}
+
 {
   "return": [
     {
   "id": "libvirt-25"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "q35-pcihost"
+  },
+  "id": "libvirt-26"
+}
+
 {
   "return": [
     {
   "id": "libvirt-26"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-storage"
+  },
+  "id": "libvirt-27"
+}
+
 {
   "return": [
     {
   "id": "libvirt-27"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pit"
+  },
+  "id": "libvirt-28"
+}
+
 {
   "return": [
     {
   "id": "libvirt-28"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "VGA"
+  },
+  "id": "libvirt-29"
+}
+
 {
   "return": [
     {
   "id": "libvirt-29"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "vmware-svga"
+  },
+  "id": "libvirt-30"
+}
+
 {
   "return": [
     {
   "id": "libvirt-30"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "qxl"
+  },
+  "id": "libvirt-31"
+}
+
 {
   "return": [
     {
   "id": "libvirt-31"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-gpu-pci"
+  },
+  "id": "libvirt-32"
+}
+
 {
   "return": [
     {
   "id": "libvirt-32"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-gpu-device"
+  },
+  "id": "libvirt-33"
+}
+
 {
   "return": [
     {
   "id": "libvirt-33"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ICH9-LPC"
+  },
+  "id": "libvirt-34"
+}
+
 {
   "return": [
     {
   "id": "libvirt-34"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-pci"
+  },
+  "id": "libvirt-35"
+}
+
 {
   "return": [
     {
   "id": "libvirt-35"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-ccw"
+  },
+  "id": "libvirt-36"
+}
+
 {
   "id": "libvirt-36",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-device"
+  },
+  "id": "libvirt-37"
+}
+
 {
   "return": [
     {
   "id": "libvirt-37"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "nec-usb-xhci"
+  },
+  "id": "libvirt-38"
+}
+
 {
   "return": [
     {
   "id": "libvirt-38"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "intel-iommu"
+  },
+  "id": "libvirt-39"
+}
+
 {
   "return": [
     {
   "id": "libvirt-39"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "mch"
+  },
+  "id": "libvirt-40"
+}
+
 {
   "return": [
     {
   "id": "libvirt-40"
 }
 
+{
+  "execute": "qom-list-properties",
+  "arguments": {
+    "typename": "memory-backend-file"
+  },
+  "id": "libvirt-41"
+}
+
 {
   "return": [
     {
   "id": "libvirt-41"
 }
 
+{
+  "execute": "query-machines",
+  "id": "libvirt-42"
+}
+
 {
   "return": [
     {
   "id": "libvirt-42"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-43"
+}
+
 {
   "return": [
     {
   "id": "libvirt-43"
 }
 
+{
+  "execute": "query-tpm-models",
+  "id": "libvirt-44"
+}
+
 {
   "return": [
     "tpm-crb",
   "id": "libvirt-44"
 }
 
+{
+  "execute": "query-tpm-types",
+  "id": "libvirt-45"
+}
+
 {
   "return": [
     "passthrough",
   "id": "libvirt-45"
 }
 
+{
+  "execute": "query-command-line-options",
+  "id": "libvirt-46"
+}
+
 {
   "return": [
     {
   "id": "libvirt-46"
 }
 
+{
+  "execute": "query-migrate-capabilities",
+  "id": "libvirt-47"
+}
+
 {
   "return": [
     {
   "id": "libvirt-47"
 }
 
+{
+  "execute": "query-qmp-schema",
+  "id": "libvirt-48"
+}
+
 {
   "return": [
     {
   "id": "libvirt-48"
 }
 
+{
+  "execute": "query-cpu-model-expansion",
+  "arguments": {
+    "type": "static",
+    "model": {
+      "name": "host"
+    }
+  },
+  "id": "libvirt-49"
+}
+
 {
   "return": {
     "model": {
 }
 
 {
-  "return": {
+  "execute": "query-cpu-model-expansion",
+  "arguments": {
+    "type": "full",
     "model": {
       "name": "base",
       "props": {
-        "phys-bits": 0,
-        "core-id": -1,
-        "xlevel": 2147483656,
         "cmov": true,
         "ia64": false,
         "aes": true,
         "xsavec": false,
         "intel-pt": false,
         "osxsave": false,
-        "tsc-frequency": 0,
-        "xd": true,
-        "hv-vendor-id": "",
         "kvm-asyncpf": true,
-        "kvm_asyncpf": true,
-        "perfctr_core": false,
         "perfctr-core": false,
         "mpx": false,
         "pbe": false,
-        "decodeassists": false,
         "avx512cd": false,
-        "sse4_1": true,
+        "decodeassists": false,
         "sse4.1": true,
-        "sse4-1": true,
         "family": 6,
-        "vmware-cpuid-freq": true,
         "avx512f": false,
         "msr": true,
         "mce": true,
         "mca": true,
-        "hv-runtime": false,
         "xcrypt": false,
-        "thread-id": -1,
         "min-level": 13,
         "xgetbv1": false,
         "cid": false,
-        "hv-relaxed": false,
-        "hv-crash": false,
         "ds": false,
         "fxsr": true,
         "xsaveopt": true,
         "3dnowprefetch": false,
         "avx512vbmi2": false,
         "cr8legacy": false,
-        "cpuid-0xb": true,
         "xcrypt-en": false,
-        "kvm_pv_eoi": true,
-        "apic-id": 4294967295,
         "pn": false,
         "dca": false,
         "vendor": "GenuineIntel",
         "pku": false,
         "smx": false,
-        "cmp_legacy": false,
         "cmp-legacy": false,
-        "node-id": -1,
         "avx512-4fmaps": false,
-        "vmcb_clean": false,
         "vmcb-clean": false,
-        "3dnowext": false,
         "hle": false,
+        "3dnowext": false,
         "npt": false,
-        "memory": "/machine/unattached/system[0]",
         "clwb": false,
         "lbrv": false,
         "adx": false,
         "ss": true,
         "pni": true,
-        "svm_lock": false,
         "svm-lock": false,
-        "pfthreshold": false,
         "smep": true,
         "smap": false,
+        "pfthreshold": false,
         "x2apic": true,
         "avx512vbmi": false,
         "avx512vnni": false,
-        "hv-stimer": false,
+        "flushbyasid": false,
+        "f16c": true,
+        "ace2-en": false,
+        "pae": true,
+        "pat": true,
+        "sse": true,
+        "phe-en": false,
+        "kvm-nopiodelay": true,
+        "tm": false,
+        "kvmclock-stable-bit": true,
+        "hypervisor": true,
+        "pcommit": false,
+        "syscall": true,
+        "avx512dq": false,
+        "svm": false,
+        "invtsc": false,
+        "sse2": true,
+        "est": false,
+        "avx512ifma": false,
+        "tm2": false,
+        "kvm-pv-eoi": true,
+        "cx8": true,
+        "kvm-mmu": false,
+        "sse4.2": true,
+        "pge": true,
+        "avx512bitalg": false,
+        "pdcm": false,
+        "model": 63,
+        "movbe": true,
+        "nrip-save": false,
+        "ssse3": true,
+        "sse4a": false,
+        "invpcid": true,
+        "pdpe1gb": true,
+        "tsc-deadline": true,
+        "fma": true,
+        "cx16": true,
+        "de": true,
+        "stepping": 2,
+        "xsave": true,
+        "clflush": true,
+        "skinit": false,
+        "tsc": true,
+        "tce": false,
+        "fpu": true,
+        "ds-cpl": false,
+        "ibs": false,
+        "fma4": false,
+        "la57": false,
+        "osvw": false,
+        "apic": true,
+        "pmm": false,
+        "spec-ctrl": false,
+        "tsc-adjust": true,
+        "kvm-steal-time": true,
+        "kvmclock": true,
+        "lwp": false,
+        "xop": false,
+        "ibpb": false,
+        "avx": true,
+        "ospke": false,
+        "acpi": false,
+        "avx512bw": false,
+        "ace2": false,
+        "fsgsbase": true,
+        "ht": false,
+        "nx": true,
+        "pclmulqdq": true,
+        "mmxext": false,
+        "popcnt": true,
+        "vaes": false,
+        "xsaves": false,
+        "lm": true,
+        "umip": false,
+        "pse": true,
+        "avx2": true,
+        "sep": true,
+        "nodeid-msr": false,
+        "misalignsse": false,
+        "min-xlevel": 2147483656,
+        "bmi1": true,
+        "bmi2": true,
+        "kvm-pv-unhalt": true,
+        "tsc-scale": false,
+        "topoext": false,
+        "clflushopt": false,
+        "monitor": false,
+        "avx512er": false,
+        "pmm-en": false,
+        "pcid": true,
+        "3dnow": false,
+        "erms": true,
+        "lahf-lm": true,
+        "vpclmulqdq": false,
+        "fxsr-opt": false,
+        "xstore": false,
+        "rtm": false,
+        "kvm-hint-dedicated": true,
+        "lmce": true,
+        "perfctr-nb": false,
+        "rdrand": true,
+        "rdseed": false,
+        "avx512-4vnniw": false,
+        "vme": true,
+        "vmx": false,
+        "dtes64": false,
+        "mtrr": true,
+        "rdtscp": true,
+        "pse36": true,
+        "kvm-pv-tlb-flush": false,
+        "tbm": false,
+        "wdt": false,
+        "model-id": "Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz",
+        "sha-ni": false,
+        "abm": true,
+        "avx512pf": false,
+        "xstore-en": false
+      }
+    }
+  },
+  "id": "libvirt-50"
+}
+
+{
+  "return": {
+    "model": {
+      "name": "base",
+      "props": {
+        "phys-bits": 0,
+        "core-id": -1,
+        "xlevel": 2147483656,
+        "cmov": true,
+        "ia64": false,
+        "aes": true,
+        "mmx": true,
+        "rdpid": false,
+        "arat": true,
+        "gfni": false,
+        "pause-filter": false,
+        "xsavec": false,
+        "intel-pt": false,
+        "osxsave": false,
+        "tsc-frequency": 0,
+        "xd": true,
+        "hv-vendor-id": "",
+        "kvm-asyncpf": true,
+        "kvm_asyncpf": true,
+        "perfctr_core": false,
+        "perfctr-core": false,
+        "mpx": false,
+        "pbe": false,
+        "decodeassists": false,
+        "avx512cd": false,
+        "sse4_1": true,
+        "sse4.1": true,
+        "sse4-1": true,
+        "family": 6,
+        "vmware-cpuid-freq": true,
+        "avx512f": false,
+        "msr": true,
+        "mce": true,
+        "mca": true,
+        "hv-runtime": false,
+        "xcrypt": false,
+        "thread-id": -1,
+        "min-level": 13,
+        "xgetbv1": false,
+        "cid": false,
+        "hv-relaxed": false,
+        "hv-crash": false,
+        "ds": false,
+        "fxsr": true,
+        "xsaveopt": true,
+        "xtpr": false,
+        "avx512vl": false,
+        "avx512-vpopcntdq": false,
+        "phe": false,
+        "extapic": false,
+        "3dnowprefetch": false,
+        "avx512vbmi2": false,
+        "cr8legacy": false,
+        "cpuid-0xb": true,
+        "xcrypt-en": false,
+        "kvm_pv_eoi": true,
+        "apic-id": 4294967295,
+        "pn": false,
+        "dca": false,
+        "vendor": "GenuineIntel",
+        "pku": false,
+        "smx": false,
+        "cmp_legacy": false,
+        "cmp-legacy": false,
+        "node-id": -1,
+        "avx512-4fmaps": false,
+        "vmcb_clean": false,
+        "vmcb-clean": false,
+        "3dnowext": false,
+        "hle": false,
+        "npt": false,
+        "memory": "/machine/unattached/system[0]",
+        "clwb": false,
+        "lbrv": false,
+        "adx": false,
+        "ss": true,
+        "pni": true,
+        "svm_lock": false,
+        "svm-lock": false,
+        "pfthreshold": false,
+        "smep": true,
+        "smap": false,
+        "x2apic": true,
+        "avx512vbmi": false,
+        "avx512vnni": false,
+        "hv-stimer": false,
         "i64": true,
         "flushbyasid": false,
         "f16c": true,
         "ace2-en": false,
-        "pat": true,
+        "pat": true,
+        "pae": true,
+        "sse": true,
+        "phe-en": false,
+        "kvm_nopiodelay": true,
+        "kvm-nopiodelay": true,
+        "tm": false,
+        "kvmclock-stable-bit": true,
+        "hypervisor": true,
+        "socket-id": -1,
+        "pcommit": false,
+        "syscall": true,
+        "level": 13,
+        "avx512dq": false,
+        "svm": false,
+        "full-cpuid-auto-level": true,
+        "hv-reset": false,
+        "invtsc": false,
+        "sse3": true,
+        "sse2": true,
+        "est": false,
+        "avx512ifma": false,
+        "tm2": false,
+        "kvm-pv-eoi": true,
+        "cx8": true,
+        "kvm_mmu": false,
+        "kvm-mmu": false,
+        "sse4_2": true,
+        "sse4.2": true,
+        "sse4-2": true,
+        "pge": true,
+        "fill-mtrr-mask": true,
+        "avx512bitalg": false,
+        "nodeid_msr": false,
+        "pdcm": false,
+        "movbe": true,
+        "model": 63,
+        "nrip_save": false,
+        "nrip-save": false,
+        "kvm_pv_unhalt": true,
+        "ssse3": true,
+        "sse4a": false,
+        "invpcid": true,
+        "pdpe1gb": true,
+        "tsc-deadline": true,
+        "fma": true,
+        "cx16": true,
+        "de": true,
+        "enforce": false,
+        "stepping": 2,
+        "xsave": true,
+        "clflush": true,
+        "skinit": false,
+        "tsc": true,
+        "tce": false,
+        "fpu": true,
+        "ibs": false,
+        "ds_cpl": false,
+        "ds-cpl": false,
+        "host-phys-bits": false,
+        "fma4": false,
+        "la57": false,
+        "osvw": false,
+        "check": true,
+        "hv-spinlocks": -1,
+        "pmu": false,
+        "pmm": false,
+        "apic": true,
+        "spec-ctrl": false,
+        "min-xlevel2": 0,
+        "tsc-adjust": true,
+        "tsc_adjust": true,
+        "kvm-steal-time": true,
+        "kvm_steal_time": true,
+        "kvmclock": true,
+        "l3-cache": true,
+        "lwp": false,
+        "ibpb": false,
+        "xop": false,
+        "avx": true,
+        "ospke": false,
+        "ace2": false,
+        "avx512bw": false,
+        "acpi": false,
+        "hv-vapic": false,
+        "fsgsbase": true,
+        "ht": false,
+        "nx": true,
+        "pclmulqdq": true,
+        "mmxext": false,
+        "vaes": false,
+        "popcnt": true,
+        "xsaves": false,
+        "tcg-cpuid": true,
+        "lm": true,
+        "umip": false,
+        "pse": true,
+        "avx2": true,
+        "sep": true,
+        "pclmuldq": true,
+        "x-hv-max-vps": -1,
+        "nodeid-msr": false,
+        "kvm": true,
+        "misalignsse": false,
+        "min-xlevel": 2147483656,
+        "kvm-pv-unhalt": true,
+        "bmi2": true,
+        "bmi1": true,
+        "realized": false,
+        "tsc_scale": false,
+        "tsc-scale": false,
+        "topoext": false,
+        "hv-vpindex": false,
+        "xlevel2": 0,
+        "clflushopt": false,
+        "kvm-no-smi-migration": false,
+        "monitor": false,
+        "avx512er": false,
+        "pmm-en": false,
+        "pcid": true,
+        "3dnow": false,
+        "erms": true,
+        "lahf-lm": true,
+        "lahf_lm": true,
+        "vpclmulqdq": false,
+        "fxsr-opt": false,
+        "hv-synic": false,
+        "xstore": false,
+        "fxsr_opt": false,
+        "kvm-hint-dedicated": true,
+        "rtm": false,
+        "lmce": true,
+        "hv-time": false,
+        "perfctr-nb": false,
+        "perfctr_nb": false,
+        "ffxsr": false,
+        "rdrand": true,
+        "rdseed": false,
+        "avx512-4vnniw": false,
+        "vmx": false,
+        "vme": true,
+        "dtes64": false,
+        "mtrr": true,
+        "rdtscp": true,
+        "pse36": true,
+        "kvm-pv-tlb-flush": false,
+        "tbm": false,
+        "wdt": false,
+        "pause_filter": false,
+        "sha-ni": false,
+        "model-id": "Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz",
+        "abm": true,
+        "avx512pf": false,
+        "xstore-en": false
+      }
+    }
+  },
+  "id": "libvirt-50"
+}
+
+{
+  "execute": "query-cpu-model-expansion",
+  "arguments": {
+    "type": "static",
+    "model": {
+      "name": "host",
+      "props": {
+        "migratable": false
+      }
+    }
+  },
+  "id": "libvirt-51"
+}
+
+{
+  "return": {
+    "model": {
+      "name": "base",
+      "props": {
+        "cmov": true,
+        "ia64": false,
+        "aes": true,
+        "mmx": true,
+        "rdpid": false,
+        "arat": true,
+        "gfni": false,
+        "pause-filter": false,
+        "xsavec": false,
+        "intel-pt": false,
+        "osxsave": false,
+        "kvm-asyncpf": true,
+        "perfctr-core": false,
+        "mpx": false,
+        "pbe": false,
+        "avx512cd": false,
+        "decodeassists": false,
+        "sse4.1": true,
+        "family": 6,
+        "avx512f": false,
+        "msr": true,
+        "mce": true,
+        "mca": true,
+        "xcrypt": false,
+        "min-level": 13,
+        "xgetbv1": false,
+        "cid": false,
+        "ds": false,
+        "fxsr": true,
+        "xsaveopt": true,
+        "xtpr": false,
+        "avx512vl": false,
+        "avx512-vpopcntdq": false,
+        "phe": false,
+        "extapic": false,
+        "3dnowprefetch": false,
+        "avx512vbmi2": false,
+        "cr8legacy": false,
+        "xcrypt-en": false,
+        "pn": false,
+        "dca": false,
+        "vendor": "GenuineIntel",
+        "pku": false,
+        "smx": false,
+        "cmp-legacy": false,
+        "avx512-4fmaps": false,
+        "vmcb-clean": false,
+        "hle": false,
+        "3dnowext": false,
+        "npt": false,
+        "clwb": false,
+        "lbrv": false,
+        "adx": false,
+        "ss": true,
+        "pni": true,
+        "svm-lock": false,
+        "smep": true,
+        "smap": false,
+        "pfthreshold": false,
+        "x2apic": true,
+        "avx512vbmi": false,
+        "avx512vnni": false,
+        "flushbyasid": false,
+        "f16c": true,
+        "ace2-en": false,
         "pae": true,
+        "pat": true,
         "sse": true,
         "phe-en": false,
-        "kvm_nopiodelay": true,
         "kvm-nopiodelay": true,
         "tm": false,
         "kvmclock-stable-bit": true,
         "hypervisor": true,
-        "socket-id": -1,
         "pcommit": false,
         "syscall": true,
-        "level": 13,
         "avx512dq": false,
         "svm": false,
-        "full-cpuid-auto-level": true,
-        "hv-reset": false,
-        "invtsc": false,
-        "sse3": true,
+        "invtsc": true,
         "sse2": true,
         "est": false,
         "avx512ifma": false,
         "tm2": false,
         "kvm-pv-eoi": true,
         "cx8": true,
-        "kvm_mmu": false,
         "kvm-mmu": false,
-        "sse4_2": true,
         "sse4.2": true,
-        "sse4-2": true,
         "pge": true,
-        "fill-mtrr-mask": true,
         "avx512bitalg": false,
-        "nodeid_msr": false,
         "pdcm": false,
-        "movbe": true,
         "model": 63,
-        "nrip_save": false,
+        "movbe": true,
         "nrip-save": false,
-        "kvm_pv_unhalt": true,
         "ssse3": true,
         "sse4a": false,
         "invpcid": true,
         "fma": true,
         "cx16": true,
         "de": true,
-        "enforce": false,
         "stepping": 2,
         "xsave": true,
         "clflush": true,
         "tsc": true,
         "tce": false,
         "fpu": true,
-        "ibs": false,
-        "ds_cpl": false,
         "ds-cpl": false,
-        "host-phys-bits": false,
+        "ibs": false,
         "fma4": false,
         "la57": false,
         "osvw": false,
-        "check": true,
-        "hv-spinlocks": -1,
-        "pmu": false,
-        "pmm": false,
         "apic": true,
+        "pmm": false,
         "spec-ctrl": false,
-        "min-xlevel2": 0,
         "tsc-adjust": true,
-        "tsc_adjust": true,
         "kvm-steal-time": true,
-        "kvm_steal_time": true,
         "kvmclock": true,
-        "l3-cache": true,
         "lwp": false,
-        "ibpb": false,
         "xop": false,
+        "ibpb": false,
         "avx": true,
         "ospke": false,
-        "ace2": false,
-        "avx512bw": false,
         "acpi": false,
-        "hv-vapic": false,
+        "avx512bw": false,
+        "ace2": false,
         "fsgsbase": true,
         "ht": false,
         "nx": true,
         "pclmulqdq": true,
         "mmxext": false,
-        "vaes": false,
         "popcnt": true,
+        "vaes": false,
         "xsaves": false,
-        "tcg-cpuid": true,
         "lm": true,
         "umip": false,
         "pse": true,
         "avx2": true,
         "sep": true,
-        "pclmuldq": true,
-        "x-hv-max-vps": -1,
         "nodeid-msr": false,
-        "kvm": true,
         "misalignsse": false,
         "min-xlevel": 2147483656,
-        "kvm-pv-unhalt": true,
-        "bmi2": true,
         "bmi1": true,
-        "realized": false,
-        "tsc_scale": false,
+        "bmi2": true,
+        "kvm-pv-unhalt": true,
         "tsc-scale": false,
         "topoext": false,
-        "hv-vpindex": false,
-        "xlevel2": 0,
         "clflushopt": false,
-        "kvm-no-smi-migration": false,
         "monitor": false,
         "avx512er": false,
         "pmm-en": false,
         "3dnow": false,
         "erms": true,
         "lahf-lm": true,
-        "lahf_lm": true,
         "vpclmulqdq": false,
         "fxsr-opt": false,
-        "hv-synic": false,
         "xstore": false,
-        "fxsr_opt": false,
-        "kvm-hint-dedicated": true,
         "rtm": false,
+        "kvm-hint-dedicated": true,
         "lmce": true,
-        "hv-time": false,
         "perfctr-nb": false,
-        "perfctr_nb": false,
-        "ffxsr": false,
         "rdrand": true,
         "rdseed": false,
         "avx512-4vnniw": false,
-        "vmx": false,
         "vme": true,
+        "vmx": false,
         "dtes64": false,
         "mtrr": true,
         "rdtscp": true,
         "kvm-pv-tlb-flush": false,
         "tbm": false,
         "wdt": false,
-        "pause_filter": false,
-        "sha-ni": false,
         "model-id": "Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz",
+        "sha-ni": false,
         "abm": true,
         "avx512pf": false,
         "xstore-en": false
       }
     }
   },
-  "id": "libvirt-50"
+  "id": "libvirt-51"
 }
 
 {
-  "return": {
+  "execute": "query-cpu-model-expansion",
+  "arguments": {
+    "type": "full",
     "model": {
       "name": "base",
       "props": {
       }
     }
   },
-  "id": "libvirt-51"
+  "id": "libvirt-52"
 }
 
 {
 }
 
 {
-  "return" : {
-   "reduced-phys-bits": 1,
-   "cbitpos": 47,
-   "cert-chain": "AQAAAAAOAAAAQAAAAAOAAAAQAAAAAOAAAAQAAAAAOAAAAQAAAAAOAAA",
-   "pdh": "AQAAAAAOAAAAQAAAAAOAAAAQAAAAAOAAAAQAAAAAOAAAAQAAAAAOAAAAQAAAAAOAAA"
+  "execute": "query-sev-capabilities",
+  "id": "libvirt-53"
+}
+
+{
+  "return": {
+    "reduced-phys-bits": 1,
+    "cbitpos": 47,
+    "cert-chain": "AQAAAAAOAAAAQAAAAAOAAAAQAAAAAOAAAAQAAAAAOAAAAQAAAAAOAAA",
+    "pdh": "AQAAAAAOAAAAQAAAAAOAAAAQAAAAAOAAAAQAAAAAOAAAAQAAAAAOAAAAQAAAAAOAAA"
   },
   "id": "libvirt-52"
 }
 
+{
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
+}
+
 {
   "return": {
   },
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-2"
+}
+
 {
   "return": [
     {
       "static": false,
       "migration-safe": true
     }
-  ],
-  "id": "libvirt-2"
+  ],
+  "id": "libvirt-2"
+}
+
+{
+  "execute": "query-cpu-model-expansion",
+  "arguments": {
+    "type": "static",
+    "model": {
+      "name": "max"
+    }
+  },
+  "id": "libvirt-3"
+}
+
+{
+  "return": {
+    "model": {
+      "name": "base",
+      "props": {
+        "cmov": true,
+        "ia64": false,
+        "aes": true,
+        "mmx": true,
+        "rdpid": false,
+        "arat": true,
+        "gfni": false,
+        "pause-filter": false,
+        "xsavec": false,
+        "intel-pt": false,
+        "osxsave": false,
+        "kvm-asyncpf": false,
+        "perfctr-core": false,
+        "mpx": true,
+        "pbe": false,
+        "avx512cd": false,
+        "decodeassists": false,
+        "sse4.1": true,
+        "family": 6,
+        "avx512f": false,
+        "msr": true,
+        "mce": true,
+        "mca": true,
+        "xcrypt": false,
+        "min-level": 13,
+        "xgetbv1": true,
+        "cid": false,
+        "ds": false,
+        "fxsr": true,
+        "xsaveopt": true,
+        "xtpr": false,
+        "avx512vl": false,
+        "avx512-vpopcntdq": false,
+        "phe": false,
+        "extapic": false,
+        "3dnowprefetch": false,
+        "avx512vbmi2": false,
+        "cr8legacy": true,
+        "xcrypt-en": false,
+        "pn": false,
+        "dca": false,
+        "vendor": "AuthenticAMD",
+        "pku": true,
+        "smx": false,
+        "cmp-legacy": false,
+        "avx512-4fmaps": false,
+        "vmcb-clean": false,
+        "hle": false,
+        "3dnowext": true,
+        "npt": false,
+        "clwb": true,
+        "lbrv": false,
+        "adx": true,
+        "ss": true,
+        "pni": true,
+        "svm-lock": false,
+        "smep": true,
+        "smap": true,
+        "pfthreshold": false,
+        "x2apic": false,
+        "avx512vbmi": false,
+        "avx512vnni": false,
+        "flushbyasid": false,
+        "f16c": false,
+        "ace2-en": false,
+        "pae": true,
+        "pat": true,
+        "sse": true,
+        "phe-en": false,
+        "kvm-nopiodelay": false,
+        "tm": false,
+        "kvmclock-stable-bit": false,
+        "hypervisor": true,
+        "pcommit": true,
+        "syscall": true,
+        "avx512dq": false,
+        "svm": true,
+        "invtsc": false,
+        "sse2": true,
+        "est": false,
+        "avx512ifma": false,
+        "tm2": false,
+        "kvm-pv-eoi": false,
+        "cx8": true,
+        "kvm-mmu": false,
+        "sse4.2": true,
+        "pge": true,
+        "avx512bitalg": false,
+        "pdcm": false,
+        "model": 6,
+        "movbe": true,
+        "nrip-save": false,
+        "ssse3": true,
+        "sse4a": true,
+        "invpcid": false,
+        "pdpe1gb": true,
+        "tsc-deadline": false,
+        "fma": false,
+        "cx16": true,
+        "de": true,
+        "stepping": 3,
+        "xsave": true,
+        "clflush": true,
+        "skinit": false,
+        "tsc": true,
+        "tce": false,
+        "fpu": true,
+        "ds-cpl": false,
+        "ibs": false,
+        "fma4": false,
+        "la57": true,
+        "osvw": false,
+        "apic": true,
+        "pmm": false,
+        "spec-ctrl": false,
+        "tsc-adjust": false,
+        "kvm-steal-time": false,
+        "kvmclock": false,
+        "lwp": false,
+        "xop": false,
+        "ibpb": false,
+        "avx": false,
+        "ospke": true,
+        "acpi": true,
+        "avx512bw": false,
+        "ace2": false,
+        "fsgsbase": true,
+        "ht": false,
+        "nx": true,
+        "pclmulqdq": true,
+        "mmxext": true,
+        "popcnt": true,
+        "vaes": false,
+        "xsaves": false,
+        "lm": true,
+        "umip": false,
+        "pse": true,
+        "avx2": false,
+        "sep": true,
+        "nodeid-msr": false,
+        "misalignsse": false,
+        "min-xlevel": 2147483658,
+        "bmi1": true,
+        "bmi2": true,
+        "kvm-pv-unhalt": false,
+        "tsc-scale": false,
+        "topoext": false,
+        "clflushopt": true,
+        "monitor": true,
+        "avx512er": false,
+        "pmm-en": false,
+        "pcid": false,
+        "3dnow": true,
+        "erms": true,
+        "lahf-lm": true,
+        "vpclmulqdq": false,
+        "fxsr-opt": false,
+        "xstore": false,
+        "rtm": false,
+        "kvm-hint-dedicated": false,
+        "lmce": false,
+        "perfctr-nb": false,
+        "rdrand": false,
+        "rdseed": false,
+        "avx512-4vnniw": false,
+        "vme": false,
+        "vmx": false,
+        "dtes64": false,
+        "mtrr": true,
+        "rdtscp": true,
+        "pse36": true,
+        "kvm-pv-tlb-flush": false,
+        "tbm": false,
+        "wdt": false,
+        "model-id": "QEMU TCG CPU version 2.5+",
+        "sha-ni": false,
+        "abm": true,
+        "avx512pf": false,
+        "xstore-en": false
+      }
+    }
+  },
+  "id": "libvirt-3"
 }
 
 {
-  "return": {
+  "execute": "query-cpu-model-expansion",
+  "arguments": {
+    "type": "full",
     "model": {
       "name": "base",
       "props": {
       }
     }
   },
-  "id": "libvirt-3"
+  "id": "libvirt-4"
 }
 
 {
   "id": "libvirt-4"
 }
 
+{
+  "execute": "query-cpu-model-expansion",
+  "arguments": {
+    "type": "static",
+    "model": {
+      "name": "max",
+      "props": {
+        "migratable": false
+      }
+    }
+  },
+  "id": "libvirt-5"
+}
+
 {
   "return": {
     "model": {
   "id": "libvirt-5"
 }
 
+{
+  "execute": "query-cpu-model-expansion",
+  "arguments": {
+    "type": "full",
+    "model": {
+      "name": "base",
+      "props": {
+        "cmov": true,
+        "ia64": false,
+        "aes": true,
+        "mmx": true,
+        "rdpid": false,
+        "arat": true,
+        "gfni": false,
+        "pause-filter": false,
+        "xsavec": false,
+        "intel-pt": false,
+        "osxsave": false,
+        "kvm-asyncpf": false,
+        "perfctr-core": false,
+        "mpx": true,
+        "pbe": false,
+        "avx512cd": false,
+        "decodeassists": false,
+        "sse4.1": true,
+        "family": 6,
+        "avx512f": false,
+        "msr": true,
+        "mce": true,
+        "mca": true,
+        "xcrypt": false,
+        "min-level": 13,
+        "xgetbv1": true,
+        "cid": false,
+        "ds": false,
+        "fxsr": true,
+        "xsaveopt": true,
+        "xtpr": false,
+        "avx512vl": false,
+        "avx512-vpopcntdq": false,
+        "phe": false,
+        "extapic": false,
+        "3dnowprefetch": false,
+        "avx512vbmi2": false,
+        "cr8legacy": true,
+        "xcrypt-en": false,
+        "pn": false,
+        "dca": false,
+        "vendor": "AuthenticAMD",
+        "pku": true,
+        "smx": false,
+        "cmp-legacy": false,
+        "avx512-4fmaps": false,
+        "vmcb-clean": false,
+        "hle": false,
+        "3dnowext": true,
+        "npt": false,
+        "clwb": true,
+        "lbrv": false,
+        "adx": true,
+        "ss": true,
+        "pni": true,
+        "svm-lock": false,
+        "smep": true,
+        "smap": true,
+        "pfthreshold": false,
+        "x2apic": false,
+        "avx512vbmi": false,
+        "avx512vnni": false,
+        "flushbyasid": false,
+        "f16c": false,
+        "ace2-en": false,
+        "pae": true,
+        "pat": true,
+        "sse": true,
+        "phe-en": false,
+        "kvm-nopiodelay": false,
+        "tm": false,
+        "kvmclock-stable-bit": false,
+        "hypervisor": true,
+        "pcommit": true,
+        "syscall": true,
+        "avx512dq": false,
+        "svm": true,
+        "invtsc": false,
+        "sse2": true,
+        "est": false,
+        "avx512ifma": false,
+        "tm2": false,
+        "kvm-pv-eoi": false,
+        "cx8": true,
+        "kvm-mmu": false,
+        "sse4.2": true,
+        "pge": true,
+        "avx512bitalg": false,
+        "pdcm": false,
+        "model": 6,
+        "movbe": true,
+        "nrip-save": false,
+        "ssse3": true,
+        "sse4a": true,
+        "invpcid": false,
+        "pdpe1gb": true,
+        "tsc-deadline": false,
+        "fma": false,
+        "cx16": true,
+        "de": true,
+        "stepping": 3,
+        "xsave": true,
+        "clflush": true,
+        "skinit": false,
+        "tsc": true,
+        "tce": false,
+        "fpu": true,
+        "ds-cpl": false,
+        "ibs": false,
+        "fma4": false,
+        "la57": true,
+        "osvw": false,
+        "apic": true,
+        "pmm": false,
+        "spec-ctrl": false,
+        "tsc-adjust": false,
+        "kvm-steal-time": false,
+        "kvmclock": false,
+        "lwp": false,
+        "xop": false,
+        "ibpb": false,
+        "avx": false,
+        "ospke": true,
+        "acpi": true,
+        "avx512bw": false,
+        "ace2": false,
+        "fsgsbase": true,
+        "ht": false,
+        "nx": true,
+        "pclmulqdq": true,
+        "mmxext": true,
+        "popcnt": true,
+        "vaes": false,
+        "xsaves": false,
+        "lm": true,
+        "umip": false,
+        "pse": true,
+        "avx2": false,
+        "sep": true,
+        "nodeid-msr": false,
+        "misalignsse": false,
+        "min-xlevel": 2147483658,
+        "bmi1": true,
+        "bmi2": true,
+        "kvm-pv-unhalt": false,
+        "tsc-scale": false,
+        "topoext": false,
+        "clflushopt": true,
+        "monitor": true,
+        "avx512er": false,
+        "pmm-en": false,
+        "pcid": false,
+        "3dnow": true,
+        "erms": true,
+        "lahf-lm": true,
+        "vpclmulqdq": false,
+        "fxsr-opt": false,
+        "xstore": false,
+        "rtm": false,
+        "kvm-hint-dedicated": false,
+        "lmce": false,
+        "perfctr-nb": false,
+        "rdrand": false,
+        "rdseed": false,
+        "avx512-4vnniw": false,
+        "vme": false,
+        "vmx": false,
+        "dtes64": false,
+        "mtrr": true,
+        "rdtscp": true,
+        "pse36": true,
+        "kvm-pv-tlb-flush": false,
+        "tbm": false,
+        "wdt": false,
+        "model-id": "QEMU TCG CPU version 2.5+",
+        "sha-ni": false,
+        "abm": true,
+        "avx512pf": false,
+        "xstore-en": false
+      }
+    }
+  },
+  "id": "libvirt-6"
+}
+
 {
   "return": {
     "model": {
index 0c38826652ea6f43ddb33925f6ea13dde7f2cfe7..2167f069764fb934225c8dcff989dad9e9c0005a 100644 (file)
   <flag name='sev-guest'/>
   <version>2011090</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>391832</microcodeVersion>
+  <microcodeVersion>415959</microcodeVersion>
   <package>v2.12.0-rc0</package>
   <arch>x86_64</arch>
   <hostCPU type='kvm' model='base' migratability='yes'>
index bf8e7b4379ff812e6454f1378afb96cb4fa93540..5c44a6aae529a12d3c2d230f13dab453ff98aad2 100644 (file)
@@ -1,16 +1,6 @@
 {
-  "QMP": {
-    "version": {
-      "qemu": {
-        "micro": 0,
-        "minor": 4,
-        "major": 2
-      },
-      "package": ""
-    },
-    "capabilities": [
-    ]
-  }
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
 }
 
 {
@@ -19,6 +9,11 @@
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-version",
+  "id": "libvirt-2"
+}
+
 {
   "return": {
     "qemu": {
   "id": "libvirt-2"
 }
 
+{
+  "execute": "query-target",
+  "id": "libvirt-3"
+}
+
 {
   "return": {
     "arch": "x86_64"
   "id": "libvirt-3"
 }
 
+{
+  "execute": "query-commands",
+  "id": "libvirt-4"
+}
+
 {
   "return": [
     {
   "id": "libvirt-4"
 }
 
+{
+  "execute": "add-fd",
+  "arguments": {
+    "fdset-id": 0,
+    "opaque": "/dev/null"
+  },
+  "id": "libvirt-5"
+}
+
 {
   "return": {
     "fd": 13,
   "id": "libvirt-5"
 }
 
+{
+  "execute": "block-commit",
+  "arguments": {
+    "device": "bogus"
+  },
+  "id": "libvirt-6"
+}
+
 {
   "id": "libvirt-6",
   "error": {
   }
 }
 
+{
+  "execute": "query-kvm",
+  "id": "libvirt-7"
+}
+
 {
   "return": {
     "enabled": true,
   "id": "libvirt-7"
 }
 
+{
+  "execute": "query-events",
+  "id": "libvirt-8"
+}
+
 {
   "return": [
     {
   "id": "libvirt-8"
 }
 
+{
+  "execute": "qom-list-types",
+  "id": "libvirt-9"
+}
+
 {
   "return": [
     {
   "id": "libvirt-9"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-blk-pci"
+  },
+  "id": "libvirt-10"
+}
+
 {
   "return": [
     {
   "id": "libvirt-10"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-pci"
+  },
+  "id": "libvirt-11"
+}
+
 {
   "return": [
     {
   "id": "libvirt-11"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-pci"
+  },
+  "id": "libvirt-12"
+}
+
 {
   "return": [
     {
   "id": "libvirt-12"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-ccw"
+  },
+  "id": "libvirt-13"
+}
+
 {
   "id": "libvirt-13",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-ccw"
+  },
+  "id": "libvirt-14"
+}
+
 {
   "id": "libvirt-14",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-s390"
+  },
+  "id": "libvirt-15"
+}
+
 {
   "id": "libvirt-15",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "pci-assign"
+  },
+  "id": "libvirt-16"
+}
+
 {
   "id": "libvirt-16",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pci-assign"
+  },
+  "id": "libvirt-17"
+}
+
 {
   "return": [
     {
   "id": "libvirt-17"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "vfio-pci"
+  },
+  "id": "libvirt-18"
+}
+
 {
   "return": [
     {
   "id": "libvirt-18"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-disk"
+  },
+  "id": "libvirt-19"
+}
+
 {
   "return": [
     {
   "id": "libvirt-19"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ide-drive"
+  },
+  "id": "libvirt-20"
+}
+
 {
   "return": [
     {
   "id": "libvirt-20"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "PIIX4_PM"
+  },
+  "id": "libvirt-21"
+}
+
 {
   "return": [
     {
   "id": "libvirt-21"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-redir"
+  },
+  "id": "libvirt-22"
+}
+
 {
   "return": [
     {
   "id": "libvirt-22"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-host"
+  },
+  "id": "libvirt-23"
+}
+
 {
   "return": [
     {
   "id": "libvirt-23"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-generic"
+  },
+  "id": "libvirt-24"
+}
+
 {
   "return": [
     {
   "id": "libvirt-24"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "i440FX-pcihost"
+  },
+  "id": "libvirt-25"
+}
+
 {
   "return": [
     {
   "id": "libvirt-25"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "q35-pcihost"
+  },
+  "id": "libvirt-26"
+}
+
 {
   "return": [
     {
   "id": "libvirt-26"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-storage"
+  },
+  "id": "libvirt-27"
+}
+
 {
   "return": [
     {
   "id": "libvirt-27"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pit"
+  },
+  "id": "libvirt-28"
+}
+
 {
   "return": [
     {
   "id": "libvirt-28"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "VGA"
+  },
+  "id": "libvirt-29"
+}
+
 {
   "return": [
     {
   "id": "libvirt-29"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "vmware-svga"
+  },
+  "id": "libvirt-30"
+}
+
 {
   "return": [
     {
   "id": "libvirt-30"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "qxl"
+  },
+  "id": "libvirt-31"
+}
+
 {
   "return": [
     {
   "id": "libvirt-31"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-gpu-pci"
+  },
+  "id": "libvirt-32"
+}
+
 {
   "return": [
     {
   "id": "libvirt-32"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-gpu-device"
+  },
+  "id": "libvirt-33"
+}
+
 {
   "return": [
     {
   "id": "libvirt-33"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ICH9-LPC"
+  },
+  "id": "libvirt-34"
+}
+
 {
   "return": [
     {
   "id": "libvirt-34"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-pci"
+  },
+  "id": "libvirt-35"
+}
+
 {
   "return": [
     {
   "id": "libvirt-35"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-ccw"
+  },
+  "id": "libvirt-36"
+}
+
 {
   "id": "libvirt-36",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-device"
+  },
+  "id": "libvirt-37"
+}
+
 {
   "return": [
     {
   "id": "libvirt-37"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "nec-usb-xhci"
+  },
+  "id": "libvirt-38"
+}
+
 {
   "return": [
     {
   "id": "libvirt-38"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "intel-iommu"
+  },
+  "id": "libvirt-39"
+}
+
 {
   "return": [
     {
   "id": "libvirt-39"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "mch"
+  },
+  "id": "libvirt-40"
+}
+
 {
   "return": [
     {
   "id": "libvirt-40"
 }
 
+{
+  "execute": "query-machines",
+  "id": "libvirt-41"
+}
+
 {
   "return": [
     {
   "id": "libvirt-41"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-42"
+}
+
 {
   "return": [
     {
   "id": "libvirt-42"
 }
 
+{
+  "execute": "query-tpm-models",
+  "id": "libvirt-43"
+}
+
 {
   "return": [
     "tpm-tis"
   "id": "libvirt-43"
 }
 
+{
+  "execute": "query-tpm-types",
+  "id": "libvirt-44"
+}
+
 {
   "return": [
     "passthrough"
   "id": "libvirt-44"
 }
 
+{
+  "execute": "query-command-line-options",
+  "id": "libvirt-45"
+}
+
 {
   "return": [
     {
   "id": "libvirt-45"
 }
 
+{
+  "execute": "query-migrate-capabilities",
+  "id": "libvirt-46"
+}
+
 {
   "return": [
     {
   "id": "libvirt-46"
 }
 
+{
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
+}
+
 {
   "return": {
   },
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-2"
+}
+
 {
   "return": [
     {
index 1aafec2b7099f9a4b43a15800e8918e60c6b2297..3744073d8b23e1a2c8668d0f318bc17efa3c6805 100644 (file)
   <flag name='mch'/>
   <version>2004000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>75772</microcodeVersion>
+  <microcodeVersion>80332</microcodeVersion>
   <package></package>
   <arch>x86_64</arch>
   <cpu type='kvm' name='Opteron_G5'/>
index 57bf70f0e29b9a865cf5a8c21871306d4fbfcc28..20d0000c843d3b1508b17c4fb36cc0ccd69c8aa0 100644 (file)
@@ -1,16 +1,6 @@
 {
-  "QMP": {
-    "version": {
-      "qemu": {
-        "micro": 0,
-        "minor": 5,
-        "major": 2
-      },
-      "package": ""
-    },
-    "capabilities": [
-    ]
-  }
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
 }
 
 {
@@ -19,6 +9,11 @@
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-version",
+  "id": "libvirt-2"
+}
+
 {
   "return": {
     "qemu": {
   "id": "libvirt-2"
 }
 
+{
+  "execute": "query-target",
+  "id": "libvirt-3"
+}
+
 {
   "return": {
     "arch": "x86_64"
   "id": "libvirt-3"
 }
 
+{
+  "execute": "query-commands",
+  "id": "libvirt-4"
+}
+
 {
   "return": [
     {
   "id": "libvirt-4"
 }
 
+{
+  "execute": "add-fd",
+  "arguments": {
+    "fdset-id": 0,
+    "opaque": "/dev/null"
+  },
+  "id": "libvirt-5"
+}
+
 {
   "return": {
     "fd": 16,
   "id": "libvirt-5"
 }
 
+{
+  "execute": "block-commit",
+  "arguments": {
+    "device": "bogus"
+  },
+  "id": "libvirt-6"
+}
+
 {
   "id": "libvirt-6",
   "error": {
   }
 }
 
+{
+  "execute": "query-kvm",
+  "id": "libvirt-7"
+}
+
 {
   "return": {
     "enabled": true,
   "id": "libvirt-7"
 }
 
+{
+  "execute": "query-events",
+  "id": "libvirt-8"
+}
+
 {
   "return": [
     {
   "id": "libvirt-8"
 }
 
+{
+  "execute": "qom-list-types",
+  "id": "libvirt-9"
+}
+
 {
   "return": [
     {
   "id": "libvirt-9"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-blk-pci"
+  },
+  "id": "libvirt-10"
+}
+
 {
   "return": [
     {
   "id": "libvirt-10"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-pci"
+  },
+  "id": "libvirt-11"
+}
+
 {
   "return": [
     {
   "id": "libvirt-11"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-pci"
+  },
+  "id": "libvirt-12"
+}
+
 {
   "return": [
     {
   "id": "libvirt-12"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-ccw"
+  },
+  "id": "libvirt-13"
+}
+
 {
   "id": "libvirt-13",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-ccw"
+  },
+  "id": "libvirt-14"
+}
+
 {
   "id": "libvirt-14",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-s390"
+  },
+  "id": "libvirt-15"
+}
+
 {
   "id": "libvirt-15",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "pci-assign"
+  },
+  "id": "libvirt-16"
+}
+
 {
   "id": "libvirt-16",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pci-assign"
+  },
+  "id": "libvirt-17"
+}
+
 {
   "return": [
     {
   "id": "libvirt-17"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "vfio-pci"
+  },
+  "id": "libvirt-18"
+}
+
 {
   "return": [
     {
   "id": "libvirt-18"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-disk"
+  },
+  "id": "libvirt-19"
+}
+
 {
   "return": [
     {
   "id": "libvirt-19"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ide-drive"
+  },
+  "id": "libvirt-20"
+}
+
 {
   "return": [
     {
   "id": "libvirt-20"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "PIIX4_PM"
+  },
+  "id": "libvirt-21"
+}
+
 {
   "return": [
     {
   "id": "libvirt-21"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-redir"
+  },
+  "id": "libvirt-22"
+}
+
 {
   "return": [
     {
   "id": "libvirt-22"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-host"
+  },
+  "id": "libvirt-23"
+}
+
 {
   "return": [
     {
   "id": "libvirt-23"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-generic"
+  },
+  "id": "libvirt-24"
+}
+
 {
   "return": [
     {
   "id": "libvirt-24"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "i440FX-pcihost"
+  },
+  "id": "libvirt-25"
+}
+
 {
   "return": [
     {
   "id": "libvirt-25"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "q35-pcihost"
+  },
+  "id": "libvirt-26"
+}
+
 {
   "return": [
     {
   "id": "libvirt-26"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-storage"
+  },
+  "id": "libvirt-27"
+}
+
 {
   "return": [
     {
   "id": "libvirt-27"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pit"
+  },
+  "id": "libvirt-28"
+}
+
 {
   "return": [
     {
   "id": "libvirt-28"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "VGA"
+  },
+  "id": "libvirt-29"
+}
+
 {
   "return": [
     {
   "id": "libvirt-29"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "vmware-svga"
+  },
+  "id": "libvirt-30"
+}
+
 {
   "return": [
     {
   "id": "libvirt-30"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "qxl"
+  },
+  "id": "libvirt-31"
+}
+
 {
   "return": [
     {
   "id": "libvirt-31"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-gpu-pci"
+  },
+  "id": "libvirt-32"
+}
+
 {
   "return": [
     {
   "id": "libvirt-32"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-gpu-device"
+  },
+  "id": "libvirt-33"
+}
+
 {
   "return": [
     {
   "id": "libvirt-33"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ICH9-LPC"
+  },
+  "id": "libvirt-34"
+}
+
 {
   "return": [
     {
   "id": "libvirt-34"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-pci"
+  },
+  "id": "libvirt-35"
+}
+
 {
   "return": [
     {
   "id": "libvirt-35"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-ccw"
+  },
+  "id": "libvirt-36"
+}
+
 {
   "id": "libvirt-36",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-device"
+  },
+  "id": "libvirt-37"
+}
+
 {
   "return": [
     {
   "id": "libvirt-37"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "nec-usb-xhci"
+  },
+  "id": "libvirt-38"
+}
+
 {
   "return": [
     {
   "id": "libvirt-38"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "intel-iommu"
+  },
+  "id": "libvirt-39"
+}
+
 {
   "return": [
     {
   "id": "libvirt-39"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "mch"
+  },
+  "id": "libvirt-40"
+}
+
 {
   "return": [
     {
   "id": "libvirt-40"
 }
 
+{
+  "execute": "query-machines",
+  "id": "libvirt-41"
+}
+
 {
   "return": [
     {
   "id": "libvirt-41"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-42"
+}
+
 {
   "return": [
     {
   "id": "libvirt-42"
 }
 
+{
+  "execute": "query-tpm-models",
+  "id": "libvirt-43"
+}
+
 {
   "return": [
     "tpm-tis"
   "id": "libvirt-43"
 }
 
+{
+  "execute": "query-tpm-types",
+  "id": "libvirt-44"
+}
+
 {
   "return": [
     "passthrough"
   "id": "libvirt-44"
 }
 
+{
+  "execute": "query-command-line-options",
+  "id": "libvirt-45"
+}
+
 {
   "return": [
     {
   "id": "libvirt-45"
 }
 
+{
+  "execute": "query-migrate-capabilities",
+  "id": "libvirt-46"
+}
+
 {
   "return": [
     {
   "id": "libvirt-46"
 }
 
+{
+  "execute": "query-qmp-schema",
+  "id": "libvirt-47"
+}
+
 {
   "return": [
     {
   "id": "libvirt-47"
 }
 
+{
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
+}
+
 {
   "return": {
   },
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-2"
+}
+
 {
   "return": [
     {
index da921e88c2197f5f1086d1130d57516e0307bf33..d5bfb5c1674ba83ecaeba2cb59453f052ab53f50 100644 (file)
   <flag name='mch'/>
   <version>2005000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>216894</microcodeVersion>
+  <microcodeVersion>221513</microcodeVersion>
   <package></package>
   <arch>x86_64</arch>
   <cpu type='kvm' name='Opteron_G5'/>
index 0ec7193b096924668c7968a05ba13e17d26ab91e..fd08db576a3811f08a90141f23e8020a8e8ddc62 100644 (file)
@@ -1,16 +1,6 @@
 {
-  "QMP": {
-    "version": {
-      "qemu": {
-        "micro": 0,
-        "minor": 6,
-        "major": 2
-      },
-      "package": ""
-    },
-    "capabilities": [
-    ]
-  }
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
 }
 
 {
@@ -19,6 +9,11 @@
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-version",
+  "id": "libvirt-2"
+}
+
 {
   "return": {
     "qemu": {
   "id": "libvirt-2"
 }
 
+{
+  "execute": "query-target",
+  "id": "libvirt-3"
+}
+
 {
   "return": {
     "arch": "aarch64"
   "id": "libvirt-3"
 }
 
+{
+  "execute": "query-commands",
+  "id": "libvirt-4"
+}
+
 {
   "return": [
     {
   "id": "libvirt-4"
 }
 
+{
+  "execute": "add-fd",
+  "arguments": {
+    "fdset-id": 0,
+    "opaque": "/dev/null"
+  },
+  "id": "libvirt-5"
+}
+
 {
   "return": {
     "fd": 17,
   "id": "libvirt-5"
 }
 
+{
+  "execute": "block-commit",
+  "arguments": {
+    "device": "bogus"
+  },
+  "id": "libvirt-6"
+}
+
 {
   "id": "libvirt-6",
   "error": {
   }
 }
 
+{
+  "execute": "query-kvm",
+  "id": "libvirt-7"
+}
+
 {
   "return": {
     "enabled": true,
   "id": "libvirt-7"
 }
 
+{
+  "execute": "query-events",
+  "id": "libvirt-8"
+}
+
 {
   "return": [
     {
   "id": "libvirt-8"
 }
 
+{
+  "execute": "qom-list-types",
+  "id": "libvirt-9"
+}
+
 {
   "return": [
     {
   "id": "libvirt-9"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-blk-pci"
+  },
+  "id": "libvirt-10"
+}
+
 {
   "return": [
     {
   "id": "libvirt-10"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-pci"
+  },
+  "id": "libvirt-11"
+}
+
 {
   "return": [
     {
   "id": "libvirt-11"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-pci"
+  },
+  "id": "libvirt-12"
+}
+
 {
   "return": [
     {
   "id": "libvirt-12"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-ccw"
+  },
+  "id": "libvirt-13"
+}
+
 {
   "id": "libvirt-13",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-ccw"
+  },
+  "id": "libvirt-14"
+}
+
 {
   "id": "libvirt-14",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-s390"
+  },
+  "id": "libvirt-15"
+}
+
 {
   "id": "libvirt-15",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "pci-assign"
+  },
+  "id": "libvirt-16"
+}
+
 {
   "id": "libvirt-16",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pci-assign"
+  },
+  "id": "libvirt-17"
+}
+
 {
   "id": "libvirt-17",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "vfio-pci"
+  },
+  "id": "libvirt-18"
+}
+
 {
   "return": [
     {
   "id": "libvirt-18"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-disk"
+  },
+  "id": "libvirt-19"
+}
+
 {
   "return": [
     {
   "id": "libvirt-19"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ide-drive"
+  },
+  "id": "libvirt-20"
+}
+
 {
   "return": [
     {
   "id": "libvirt-20"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "PIIX4_PM"
+  },
+  "id": "libvirt-21"
+}
+
 {
   "id": "libvirt-21",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-host"
+  },
+  "id": "libvirt-22"
+}
+
 {
   "return": [
     {
   "id": "libvirt-22"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-generic"
+  },
+  "id": "libvirt-23"
+}
+
 {
   "return": [
     {
   "id": "libvirt-23"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "i440FX-pcihost"
+  },
+  "id": "libvirt-24"
+}
+
 {
   "id": "libvirt-24",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "q35-pcihost"
+  },
+  "id": "libvirt-25"
+}
+
 {
   "id": "libvirt-25",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-storage"
+  },
+  "id": "libvirt-26"
+}
+
 {
   "return": [
     {
   "id": "libvirt-26"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pit"
+  },
+  "id": "libvirt-27"
+}
+
 {
   "id": "libvirt-27",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "VGA"
+  },
+  "id": "libvirt-28"
+}
+
 {
   "return": [
     {
   "id": "libvirt-28"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-gpu-pci"
+  },
+  "id": "libvirt-29"
+}
+
 {
   "return": [
     {
   "id": "libvirt-29"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-gpu-device"
+  },
+  "id": "libvirt-30"
+}
+
 {
   "return": [
     {
   "id": "libvirt-30"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ICH9-LPC"
+  },
+  "id": "libvirt-31"
+}
+
 {
   "id": "libvirt-31",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-pci"
+  },
+  "id": "libvirt-32"
+}
+
 {
   "return": [
     {
   "id": "libvirt-32"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-ccw"
+  },
+  "id": "libvirt-33"
+}
+
 {
   "id": "libvirt-33",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-device"
+  },
+  "id": "libvirt-34"
+}
+
 {
   "return": [
     {
   "id": "libvirt-34"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "nec-usb-xhci"
+  },
+  "id": "libvirt-35"
+}
+
 {
   "return": [
     {
   "id": "libvirt-35"
 }
 
+{
+  "execute": "query-machines",
+  "id": "libvirt-36"
+}
+
 {
   "return": [
     {
   "id": "libvirt-36"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-37"
+}
+
 {
   "return": [
     {
   "id": "libvirt-37"
 }
 
+{
+  "execute": "query-tpm-models",
+  "id": "libvirt-38"
+}
+
 {
   "return": [
   ],
   "id": "libvirt-38"
 }
 
+{
+  "execute": "query-tpm-types",
+  "id": "libvirt-39"
+}
+
 {
   "return": [
   ],
   "id": "libvirt-39"
 }
 
+{
+  "execute": "query-command-line-options",
+  "id": "libvirt-40"
+}
+
 {
   "return": [
     {
   "id": "libvirt-40"
 }
 
+{
+  "execute": "query-migrate-capabilities",
+  "id": "libvirt-41"
+}
+
 {
   "return": [
     {
   "id": "libvirt-41"
 }
 
+{
+  "execute": "query-qmp-schema",
+  "id": "libvirt-42"
+}
+
 {
   "return": [
     {
   "id": "libvirt-42"
 }
 
+{
+  "execute": "query-gic-capabilities",
+  "id": "libvirt-43"
+}
+
 {
   "return": [
     {
   "id": "libvirt-43"
 }
 
+{
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
+}
+
 {
   "return": {
   },
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-2"
+}
+
 {
   "return": [
     {
index 554a48a1673ee8d175b03cf76337943d7a9f769f..176285ef66da7486bd2fd9a31cbff7a16d188a64 100644 (file)
   <flag name='hda-output'/>
   <version>2006000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>228241</microcodeVersion>
+  <microcodeVersion>232358</microcodeVersion>
   <package></package>
   <arch>aarch64</arch>
   <cpu type='kvm' name='pxa262'/>
index d4a893bb4d6a9c11172afdcbfc84d803aa12f65d..4406214e620b1178b02551b5a8424263cc84c5eb 100644 (file)
@@ -1,16 +1,6 @@
 {
-  "QMP": {
-    "version": {
-      "qemu": {
-        "micro": 0,
-        "minor": 6,
-        "major": 2
-      },
-      "package": ""
-    },
-    "capabilities": [
-    ]
-  }
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
 }
 
 {
@@ -19,6 +9,11 @@
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-version",
+  "id": "libvirt-2"
+}
+
 {
   "return": {
     "qemu": {
   "id": "libvirt-2"
 }
 
+{
+  "execute": "query-target",
+  "id": "libvirt-3"
+}
+
 {
   "return": {
     "arch": "ppc64"
   "id": "libvirt-3"
 }
 
+{
+  "execute": "query-commands",
+  "id": "libvirt-4"
+}
+
 {
   "return": [
     {
   "id": "libvirt-4"
 }
 
+{
+  "execute": "add-fd",
+  "arguments": {
+    "fdset-id": 0,
+    "opaque": "/dev/null"
+  },
+  "id": "libvirt-5"
+}
+
 {
   "return": {
     "fd": 15,
   "id": "libvirt-5"
 }
 
+{
+  "execute": "block-commit",
+  "arguments": {
+    "device": "bogus"
+  },
+  "id": "libvirt-6"
+}
+
 {
   "id": "libvirt-6",
   "error": {
   }
 }
 
+{
+  "execute": "query-kvm",
+  "id": "libvirt-7"
+}
+
 {
   "return": {
     "enabled": true,
   "id": "libvirt-7"
 }
 
+{
+  "execute": "query-events",
+  "id": "libvirt-8"
+}
+
 {
   "return": [
     {
   "id": "libvirt-8"
 }
 
+{
+  "execute": "qom-list-types",
+  "id": "libvirt-9"
+}
+
 {
   "return": [
     {
   "id": "libvirt-9"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-blk-pci"
+  },
+  "id": "libvirt-10"
+}
+
 {
   "return": [
     {
   "id": "libvirt-10"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-pci"
+  },
+  "id": "libvirt-11"
+}
+
 {
   "return": [
     {
   "id": "libvirt-11"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-pci"
+  },
+  "id": "libvirt-12"
+}
+
 {
   "return": [
     {
   "id": "libvirt-12"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-ccw"
+  },
+  "id": "libvirt-13"
+}
+
 {
   "id": "libvirt-13",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-ccw"
+  },
+  "id": "libvirt-14"
+}
+
 {
   "id": "libvirt-14",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-s390"
+  },
+  "id": "libvirt-15"
+}
+
 {
   "id": "libvirt-15",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "pci-assign"
+  },
+  "id": "libvirt-16"
+}
+
 {
   "id": "libvirt-16",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pci-assign"
+  },
+  "id": "libvirt-17"
+}
+
 {
   "id": "libvirt-17",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "vfio-pci"
+  },
+  "id": "libvirt-18"
+}
+
 {
   "return": [
     {
   "id": "libvirt-18"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-disk"
+  },
+  "id": "libvirt-19"
+}
+
 {
   "return": [
     {
   "id": "libvirt-19"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ide-drive"
+  },
+  "id": "libvirt-20"
+}
+
 {
   "return": [
     {
   "id": "libvirt-20"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "PIIX4_PM"
+  },
+  "id": "libvirt-21"
+}
+
 {
   "id": "libvirt-21",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-host"
+  },
+  "id": "libvirt-22"
+}
+
 {
   "return": [
     {
   "id": "libvirt-22"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-generic"
+  },
+  "id": "libvirt-23"
+}
+
 {
   "return": [
     {
   "id": "libvirt-23"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "i440FX-pcihost"
+  },
+  "id": "libvirt-24"
+}
+
 {
   "id": "libvirt-24",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "q35-pcihost"
+  },
+  "id": "libvirt-25"
+}
+
 {
   "id": "libvirt-25",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-storage"
+  },
+  "id": "libvirt-26"
+}
+
 {
   "return": [
     {
   "id": "libvirt-26"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pit"
+  },
+  "id": "libvirt-27"
+}
+
 {
   "id": "libvirt-27",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "VGA"
+  },
+  "id": "libvirt-28"
+}
+
 {
   "return": [
     {
   "id": "libvirt-28"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-gpu-pci"
+  },
+  "id": "libvirt-29"
+}
+
 {
   "return": [
     {
   "id": "libvirt-29"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-gpu-device"
+  },
+  "id": "libvirt-30"
+}
+
 {
   "return": [
     {
   "id": "libvirt-30"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ICH9-LPC"
+  },
+  "id": "libvirt-31"
+}
+
 {
   "id": "libvirt-31",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-pci"
+  },
+  "id": "libvirt-32"
+}
+
 {
   "return": [
     {
   "id": "libvirt-32"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-ccw"
+  },
+  "id": "libvirt-33"
+}
+
 {
   "id": "libvirt-33",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-device"
+  },
+  "id": "libvirt-34"
+}
+
 {
   "return": [
     {
   "id": "libvirt-34"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "nec-usb-xhci"
+  },
+  "id": "libvirt-35"
+}
+
 {
   "return": [
     {
   "id": "libvirt-35"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "spapr-pci-host-bridge"
+  },
+  "id": "libvirt-36"
+}
+
 {
   "return": [
     {
   "id": "libvirt-36"
 }
 
+{
+  "execute": "query-machines",
+  "id": "libvirt-37"
+}
+
 {
   "return": [
     {
   "id": "libvirt-37"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-38"
+}
+
 {
   "return": [
     {
   "id": "libvirt-38"
 }
 
+{
+  "execute": "query-tpm-models",
+  "id": "libvirt-39"
+}
+
 {
   "return": [
   ],
   "id": "libvirt-39"
 }
 
+{
+  "execute": "query-tpm-types",
+  "id": "libvirt-40"
+}
+
 {
   "return": [
   ],
   "id": "libvirt-40"
 }
 
+{
+  "execute": "query-command-line-options",
+  "id": "libvirt-41"
+}
+
 {
   "return": [
     {
   "id": "libvirt-41"
 }
 
+{
+  "execute": "query-migrate-capabilities",
+  "id": "libvirt-42"
+}
+
 {
   "return": [
     {
   "id": "libvirt-42"
 }
 
+{
+  "execute": "query-qmp-schema",
+  "id": "libvirt-43"
+}
+
 {
   "return": [
     {
   "id": "libvirt-43"
 }
 
+{
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
+}
+
 {
   "return": {
   },
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-2"
+}
+
 {
   "return": [
     {
index d05fc0a6659386e4149c50fccb2fafa538e9650c..fca47367e489dd9b29a11d42abf7f148a5a31abe 100644 (file)
   <flag name='hda-output'/>
   <version>2006000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>263005</microcodeVersion>
+  <microcodeVersion>267184</microcodeVersion>
   <package></package>
   <arch>ppc64</arch>
   <cpu type='kvm' name='default'/>
index 436c824c14e86ecbd9a6f3d2ee04d85c95bacc9b..c8b8f44e95679236be37536dc86ef25fa16d6eab 100644 (file)
@@ -1,16 +1,6 @@
 {
-  "QMP": {
-    "version": {
-      "qemu": {
-        "micro": 0,
-        "minor": 6,
-        "major": 2
-      },
-      "package": ""
-    },
-    "capabilities": [
-    ]
-  }
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
 }
 
 {
@@ -19,6 +9,11 @@
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-version",
+  "id": "libvirt-2"
+}
+
 {
   "return": {
     "qemu": {
   "id": "libvirt-2"
 }
 
+{
+  "execute": "query-target",
+  "id": "libvirt-3"
+}
+
 {
   "return": {
     "arch": "x86_64"
   "id": "libvirt-3"
 }
 
+{
+  "execute": "query-commands",
+  "id": "libvirt-4"
+}
+
 {
   "return": [
     {
   "id": "libvirt-4"
 }
 
+{
+  "execute": "add-fd",
+  "arguments": {
+    "fdset-id": 0,
+    "opaque": "/dev/null"
+  },
+  "id": "libvirt-5"
+}
+
 {
   "return": {
     "fd": 15,
   "id": "libvirt-5"
 }
 
+{
+  "execute": "block-commit",
+  "arguments": {
+    "device": "bogus"
+  },
+  "id": "libvirt-6"
+}
+
 {
   "id": "libvirt-6",
   "error": {
   }
 }
 
+{
+  "execute": "query-kvm",
+  "id": "libvirt-7"
+}
+
 {
   "return": {
     "enabled": true,
   "id": "libvirt-7"
 }
 
+{
+  "execute": "query-events",
+  "id": "libvirt-8"
+}
+
 {
   "return": [
     {
   "id": "libvirt-8"
 }
 
+{
+  "execute": "qom-list-types",
+  "id": "libvirt-9"
+}
+
 {
   "return": [
     {
   "id": "libvirt-9"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-blk-pci"
+  },
+  "id": "libvirt-10"
+}
+
 {
   "return": [
     {
   "id": "libvirt-10"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-pci"
+  },
+  "id": "libvirt-11"
+}
+
 {
   "return": [
     {
   "id": "libvirt-11"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-pci"
+  },
+  "id": "libvirt-12"
+}
+
 {
   "return": [
     {
   "id": "libvirt-12"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-ccw"
+  },
+  "id": "libvirt-13"
+}
+
 {
   "id": "libvirt-13",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-ccw"
+  },
+  "id": "libvirt-14"
+}
+
 {
   "id": "libvirt-14",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-s390"
+  },
+  "id": "libvirt-15"
+}
+
 {
   "id": "libvirt-15",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "pci-assign"
+  },
+  "id": "libvirt-16"
+}
+
 {
   "id": "libvirt-16",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pci-assign"
+  },
+  "id": "libvirt-17"
+}
+
 {
   "return": [
     {
   "id": "libvirt-17"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "vfio-pci"
+  },
+  "id": "libvirt-18"
+}
+
 {
   "return": [
     {
   "id": "libvirt-18"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-disk"
+  },
+  "id": "libvirt-19"
+}
+
 {
   "return": [
     {
   "id": "libvirt-19"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ide-drive"
+  },
+  "id": "libvirt-20"
+}
+
 {
   "return": [
     {
   "id": "libvirt-20"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "PIIX4_PM"
+  },
+  "id": "libvirt-21"
+}
+
 {
   "return": [
     {
   "id": "libvirt-21"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-redir"
+  },
+  "id": "libvirt-22"
+}
+
 {
   "return": [
     {
   "id": "libvirt-22"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-host"
+  },
+  "id": "libvirt-23"
+}
+
 {
   "return": [
     {
   "id": "libvirt-23"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-generic"
+  },
+  "id": "libvirt-24"
+}
+
 {
   "return": [
     {
   "id": "libvirt-24"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "i440FX-pcihost"
+  },
+  "id": "libvirt-25"
+}
+
 {
   "return": [
     {
   "id": "libvirt-25"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "q35-pcihost"
+  },
+  "id": "libvirt-26"
+}
+
 {
   "return": [
     {
   "id": "libvirt-26"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-storage"
+  },
+  "id": "libvirt-27"
+}
+
 {
   "return": [
     {
   "id": "libvirt-27"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pit"
+  },
+  "id": "libvirt-28"
+}
+
 {
   "return": [
     {
   "id": "libvirt-28"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "VGA"
+  },
+  "id": "libvirt-29"
+}
+
 {
   "return": [
     {
   "id": "libvirt-29"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "vmware-svga"
+  },
+  "id": "libvirt-30"
+}
+
 {
   "return": [
     {
   "id": "libvirt-30"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "qxl"
+  },
+  "id": "libvirt-31"
+}
+
 {
   "return": [
     {
   "id": "libvirt-31"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-gpu-pci"
+  },
+  "id": "libvirt-32"
+}
+
 {
   "return": [
     {
   "id": "libvirt-32"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-gpu-device"
+  },
+  "id": "libvirt-33"
+}
+
 {
   "return": [
     {
   "id": "libvirt-33"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ICH9-LPC"
+  },
+  "id": "libvirt-34"
+}
+
 {
   "return": [
     {
   "id": "libvirt-34"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-pci"
+  },
+  "id": "libvirt-35"
+}
+
 {
   "return": [
     {
   "id": "libvirt-35"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-ccw"
+  },
+  "id": "libvirt-36"
+}
+
 {
   "id": "libvirt-36",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-device"
+  },
+  "id": "libvirt-37"
+}
+
 {
   "return": [
     {
   "id": "libvirt-37"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "nec-usb-xhci"
+  },
+  "id": "libvirt-38"
+}
+
 {
   "return": [
     {
   "id": "libvirt-38"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "intel-iommu"
+  },
+  "id": "libvirt-39"
+}
+
 {
   "return": [
     {
   "id": "libvirt-39"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "mch"
+  },
+  "id": "libvirt-40"
+}
+
 {
   "return": [
     {
   "id": "libvirt-40"
 }
 
+{
+  "execute": "query-machines",
+  "id": "libvirt-41"
+}
+
 {
   "return": [
     {
   "id": "libvirt-41"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-42"
+}
+
 {
   "return": [
     {
   "id": "libvirt-42"
 }
 
+{
+  "execute": "query-tpm-models",
+  "id": "libvirt-43"
+}
+
 {
   "return": [
     "tpm-tis"
   "id": "libvirt-43"
 }
 
+{
+  "execute": "query-tpm-types",
+  "id": "libvirt-44"
+}
+
 {
   "return": [
     "passthrough"
   "id": "libvirt-44"
 }
 
+{
+  "execute": "query-command-line-options",
+  "id": "libvirt-45"
+}
+
 {
   "return": [
     {
   "id": "libvirt-45"
 }
 
+{
+  "execute": "query-migrate-capabilities",
+  "id": "libvirt-46"
+}
+
 {
   "return": [
     {
   "id": "libvirt-46"
 }
 
+{
+  "execute": "query-qmp-schema",
+  "id": "libvirt-47"
+}
+
 {
   "return": [
     {
   "id": "libvirt-47"
 }
 
+{
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
+}
+
 {
   "return": {
   },
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-2"
+}
+
 {
   "return": [
     {
index 468017fc8056542215cac6cc88edc1b4f4cac15d..04957c5e155d1bb4a39670e792feb67cfa2dc2e9 100644 (file)
   <flag name='mch'/>
   <version>2006000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>227698</microcodeVersion>
+  <microcodeVersion>232317</microcodeVersion>
   <package></package>
   <arch>x86_64</arch>
   <cpu type='kvm' name='Opteron_G5'/>
index fe2aecd2b605821bc4e4964266f299d0c73f1149..f92b8f9803cd3cf59b02f62b24a233f0e203800d 100644 (file)
@@ -1,16 +1,6 @@
 {
-  "QMP": {
-    "version": {
-      "qemu": {
-        "micro": 0,
-        "minor": 7,
-        "major": 2
-      },
-      "package": ""
-    },
-    "capabilities": [
-    ]
-  }
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
 }
 
 {
@@ -19,6 +9,11 @@
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-version",
+  "id": "libvirt-2"
+}
+
 {
   "return": {
     "qemu": {
   "id": "libvirt-2"
 }
 
+{
+  "execute": "query-target",
+  "id": "libvirt-3"
+}
+
 {
   "return": {
     "arch": "s390x"
   "id": "libvirt-3"
 }
 
+{
+  "execute": "query-commands",
+  "id": "libvirt-4"
+}
+
 {
   "return": [
     {
   "id": "libvirt-4"
 }
 
+{
+  "execute": "add-fd",
+  "arguments": {
+    "fdset-id": 0,
+    "opaque": "/dev/null"
+  },
+  "id": "libvirt-5"
+}
+
 {
   "return": {
     "fd": 16,
   "id": "libvirt-5"
 }
 
+{
+  "execute": "block-commit",
+  "arguments": {
+    "device": "bogus"
+  },
+  "id": "libvirt-6"
+}
+
 {
   "id": "libvirt-6",
   "error": {
   }
 }
 
+{
+  "execute": "query-kvm",
+  "id": "libvirt-7"
+}
+
 {
   "return": {
     "enabled": true,
   "id": "libvirt-7"
 }
 
+{
+  "execute": "query-events",
+  "id": "libvirt-8"
+}
+
 {
   "return": [
     {
   "id": "libvirt-8"
 }
 
+{
+  "execute": "qom-list-types",
+  "id": "libvirt-9"
+}
+
 {
   "return": [
     {
   "id": "libvirt-9"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-blk-pci"
+  },
+  "id": "libvirt-10"
+}
+
 {
   "return": [
     {
   "id": "libvirt-10"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-pci"
+  },
+  "id": "libvirt-11"
+}
+
 {
   "return": [
     {
   "id": "libvirt-11"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-pci"
+  },
+  "id": "libvirt-12"
+}
+
 {
   "return": [
     {
   "id": "libvirt-12"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-blk-ccw"
+  },
+  "id": "libvirt-13"
+}
+
 {
   "return": [
     {
   "id": "libvirt-13"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-ccw"
+  },
+  "id": "libvirt-14"
+}
+
 {
   "return": [
     {
   "id": "libvirt-14"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-ccw"
+  },
+  "id": "libvirt-15"
+}
+
 {
   "return": [
     {
   "id": "libvirt-15"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-s390"
+  },
+  "id": "libvirt-16"
+}
+
 {
   "id": "libvirt-16",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "pci-assign"
+  },
+  "id": "libvirt-17"
+}
+
 {
   "id": "libvirt-17",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pci-assign"
+  },
+  "id": "libvirt-18"
+}
+
 {
   "id": "libvirt-18",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "vfio-pci"
+  },
+  "id": "libvirt-19"
+}
+
 {
   "return": [
     {
   "id": "libvirt-19"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-disk"
+  },
+  "id": "libvirt-20"
+}
+
 {
   "return": [
     {
   "id": "libvirt-20"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ide-drive"
+  },
+  "id": "libvirt-21"
+}
+
 {
   "id": "libvirt-21",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "PIIX4_PM"
+  },
+  "id": "libvirt-22"
+}
+
 {
   "id": "libvirt-22",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-host"
+  },
+  "id": "libvirt-23"
+}
+
 {
   "id": "libvirt-23",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-generic"
+  },
+  "id": "libvirt-24"
+}
+
 {
   "return": [
     {
   "id": "libvirt-24"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "i440FX-pcihost"
+  },
+  "id": "libvirt-25"
+}
+
 {
   "id": "libvirt-25",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "q35-pcihost"
+  },
+  "id": "libvirt-26"
+}
+
 {
   "id": "libvirt-26",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pit"
+  },
+  "id": "libvirt-27"
+}
+
 {
   "id": "libvirt-27",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-gpu-pci"
+  },
+  "id": "libvirt-28"
+}
+
 {
   "return": [
     {
   "id": "libvirt-28"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-gpu-device"
+  },
+  "id": "libvirt-29"
+}
+
 {
   "return": [
     {
   "id": "libvirt-29"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ICH9-LPC"
+  },
+  "id": "libvirt-30"
+}
+
 {
   "id": "libvirt-30",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-pci"
+  },
+  "id": "libvirt-31"
+}
+
 {
   "return": [
     {
   "id": "libvirt-31"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-ccw"
+  },
+  "id": "libvirt-32"
+}
+
 {
   "return": [
     {
   "id": "libvirt-32"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-device"
+  },
+  "id": "libvirt-33"
+}
+
 {
   "return": [
     {
   "id": "libvirt-33"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtual-css-bridge"
+  },
+  "id": "libvirt-34"
+}
+
 {
   "return": [
     {
   "id": "libvirt-34"
 }
 
+{
+  "execute": "query-machines",
+  "id": "libvirt-35"
+}
+
 {
   "return": [
     {
   "id": "libvirt-35"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-36"
+}
+
 {
   "return": [
     {
   "id": "libvirt-36"
 }
 
+{
+  "execute": "query-tpm-models",
+  "id": "libvirt-37"
+}
+
 {
   "return": [
   ],
   "id": "libvirt-37"
 }
 
+{
+  "execute": "query-tpm-types",
+  "id": "libvirt-38"
+}
+
 {
   "return": [
   ],
   "id": "libvirt-38"
 }
 
+{
+  "execute": "query-command-line-options",
+  "id": "libvirt-39"
+}
+
 {
   "return": [
     {
   "id": "libvirt-39"
 }
 
+{
+  "execute": "query-migrate-capabilities",
+  "id": "libvirt-40"
+}
+
 {
   "return": [
     {
   "id": "libvirt-40"
 }
 
+{
+  "execute": "query-qmp-schema",
+  "id": "libvirt-41"
+}
+
 {
   "return": [
     {
   "id": "libvirt-41"
 }
 
+{
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
+}
+
 {
   "return": {
   },
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-2"
+}
+
 {
   "return": [
     {
index 49b3cb2dfab8bb16c1809e61c9c6db0c6cf6b7c2..9ed25178f8d1dfce9fc47531162e779e27ca3282 100644 (file)
   <flag name='sdl-gl'/>
   <version>2007000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>216840</microcodeVersion>
+  <microcodeVersion>220792</microcodeVersion>
   <package></package>
   <arch>s390x</arch>
   <cpu type='kvm' name='host'/>
index 9d71070b083196ac4ad4d8c95c302e8483bbd3a6..89ad92f3ead309fd770e089b9eddf390e8d022ae 100644 (file)
@@ -1,16 +1,6 @@
 {
-  "QMP": {
-    "version": {
-      "qemu": {
-        "micro": 0,
-        "minor": 7,
-        "major": 2
-      },
-      "package": " (v2.7.0)"
-    },
-    "capabilities": [
-    ]
-  }
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
 }
 
 {
@@ -19,6 +9,11 @@
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-version",
+  "id": "libvirt-2"
+}
+
 {
   "return": {
     "qemu": {
   "id": "libvirt-2"
 }
 
+{
+  "execute": "query-target",
+  "id": "libvirt-3"
+}
+
 {
   "return": {
     "arch": "x86_64"
   "id": "libvirt-3"
 }
 
+{
+  "execute": "query-commands",
+  "id": "libvirt-4"
+}
+
 {
   "return": [
     {
   "id": "libvirt-4"
 }
 
+{
+  "execute": "add-fd",
+  "arguments": {
+    "fdset-id": 0,
+    "opaque": "/dev/null"
+  },
+  "id": "libvirt-5"
+}
+
 {
   "return": {
     "fd": 15,
   "id": "libvirt-5"
 }
 
+{
+  "execute": "block-commit",
+  "arguments": {
+    "device": "bogus"
+  },
+  "id": "libvirt-6"
+}
+
 {
   "id": "libvirt-6",
   "error": {
   }
 }
 
+{
+  "execute": "query-kvm",
+  "id": "libvirt-7"
+}
+
 {
   "return": {
     "enabled": true,
   "id": "libvirt-7"
 }
 
+{
+  "execute": "query-events",
+  "id": "libvirt-8"
+}
+
 {
   "return": [
     {
   "id": "libvirt-8"
 }
 
+{
+  "execute": "qom-list-types",
+  "id": "libvirt-9"
+}
+
 {
   "return": [
     {
   "id": "libvirt-9"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-blk-pci"
+  },
+  "id": "libvirt-10"
+}
+
 {
   "return": [
     {
   "id": "libvirt-10"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-pci"
+  },
+  "id": "libvirt-11"
+}
+
 {
   "return": [
     {
   "id": "libvirt-11"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-pci"
+  },
+  "id": "libvirt-12"
+}
+
 {
   "return": [
     {
   "id": "libvirt-12"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-ccw"
+  },
+  "id": "libvirt-13"
+}
+
 {
   "id": "libvirt-13",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-ccw"
+  },
+  "id": "libvirt-14"
+}
+
 {
   "id": "libvirt-14",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-s390"
+  },
+  "id": "libvirt-15"
+}
+
 {
   "id": "libvirt-15",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "pci-assign"
+  },
+  "id": "libvirt-16"
+}
+
 {
   "id": "libvirt-16",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pci-assign"
+  },
+  "id": "libvirt-17"
+}
+
 {
   "return": [
     {
   "id": "libvirt-17"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "vfio-pci"
+  },
+  "id": "libvirt-18"
+}
+
 {
   "return": [
     {
   "id": "libvirt-18"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-disk"
+  },
+  "id": "libvirt-19"
+}
+
 {
   "return": [
     {
   "id": "libvirt-19"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ide-drive"
+  },
+  "id": "libvirt-20"
+}
+
 {
   "return": [
     {
   "id": "libvirt-20"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "PIIX4_PM"
+  },
+  "id": "libvirt-21"
+}
+
 {
   "return": [
     {
   "id": "libvirt-21"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-redir"
+  },
+  "id": "libvirt-22"
+}
+
 {
   "return": [
     {
   "id": "libvirt-22"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-host"
+  },
+  "id": "libvirt-23"
+}
+
 {
   "return": [
     {
   "id": "libvirt-23"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-generic"
+  },
+  "id": "libvirt-24"
+}
+
 {
   "return": [
     {
   "id": "libvirt-24"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "i440FX-pcihost"
+  },
+  "id": "libvirt-25"
+}
+
 {
   "return": [
     {
   "id": "libvirt-25"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "q35-pcihost"
+  },
+  "id": "libvirt-26"
+}
+
 {
   "return": [
     {
   "id": "libvirt-26"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-storage"
+  },
+  "id": "libvirt-27"
+}
+
 {
   "return": [
     {
   "id": "libvirt-27"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pit"
+  },
+  "id": "libvirt-28"
+}
+
 {
   "return": [
     {
   "id": "libvirt-28"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "VGA"
+  },
+  "id": "libvirt-29"
+}
+
 {
   "return": [
     {
   "id": "libvirt-29"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "vmware-svga"
+  },
+  "id": "libvirt-30"
+}
+
 {
   "return": [
     {
   "id": "libvirt-30"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "qxl"
+  },
+  "id": "libvirt-31"
+}
+
 {
   "return": [
     {
   "id": "libvirt-31"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-gpu-pci"
+  },
+  "id": "libvirt-32"
+}
+
 {
   "return": [
     {
   "id": "libvirt-32"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-gpu-device"
+  },
+  "id": "libvirt-33"
+}
+
 {
   "return": [
     {
   "id": "libvirt-33"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ICH9-LPC"
+  },
+  "id": "libvirt-34"
+}
+
 {
   "return": [
     {
   "id": "libvirt-34"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-pci"
+  },
+  "id": "libvirt-35"
+}
+
 {
   "return": [
     {
   "id": "libvirt-35"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-ccw"
+  },
+  "id": "libvirt-36"
+}
+
 {
   "id": "libvirt-36",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-device"
+  },
+  "id": "libvirt-37"
+}
+
 {
   "return": [
     {
   "id": "libvirt-37"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "nec-usb-xhci"
+  },
+  "id": "libvirt-38"
+}
+
 {
   "return": [
     {
   "id": "libvirt-38"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "intel-iommu"
+  },
+  "id": "libvirt-39"
+}
+
 {
   "return": [
     {
   "id": "libvirt-39"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "mch"
+  },
+  "id": "libvirt-40"
+}
+
 {
   "return": [
     {
   "id": "libvirt-40"
 }
 
+{
+  "execute": "query-machines",
+  "id": "libvirt-41"
+}
+
 {
   "return": [
     {
   "id": "libvirt-41"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-42"
+}
+
 {
   "return": [
     {
   "id": "libvirt-42"
 }
 
+{
+  "execute": "query-tpm-models",
+  "id": "libvirt-43"
+}
+
 {
   "return": [
     "tpm-tis"
   "id": "libvirt-43"
 }
 
+{
+  "execute": "query-tpm-types",
+  "id": "libvirt-44"
+}
+
 {
   "return": [
     "passthrough"
   "id": "libvirt-44"
 }
 
+{
+  "execute": "query-command-line-options",
+  "id": "libvirt-45"
+}
+
 {
   "return": [
     {
   "id": "libvirt-45"
 }
 
+{
+  "execute": "query-migrate-capabilities",
+  "id": "libvirt-46"
+}
+
 {
   "return": [
     {
   "id": "libvirt-46"
 }
 
+{
+  "execute": "query-qmp-schema",
+  "id": "libvirt-47"
+}
+
 {
   "return": [
     {
   "id": "libvirt-47"
 }
 
+{
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
+}
+
 {
   "return": {
   },
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-2"
+}
+
 {
   "return": [
     {
index c892526d9ee0f343a4674db436e9fb8af5b812ce..959a8583494e1198ca1ac5b74ce4962efe5460c5 100644 (file)
   <flag name='mch'/>
   <version>2007000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>239395</microcodeVersion>
+  <microcodeVersion>244005</microcodeVersion>
   <package> (v2.7.0)</package>
   <arch>x86_64</arch>
   <cpu type='kvm' name='Opteron_G5'/>
index 34734ec19bf98c6dfcac22db6ce39c677593a8f9..135f22ab89fdafebabba0c52c677620e8543e915 100644 (file)
@@ -1,16 +1,6 @@
 {
-  "QMP": {
-    "version": {
-      "qemu": {
-        "micro": 93,
-        "minor": 7,
-        "major": 2
-      },
-      "package": ""
-    },
-    "capabilities": [
-    ]
-  }
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
 }
 
 {
@@ -19,6 +9,11 @@
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-version",
+  "id": "libvirt-2"
+}
+
 {
   "return": {
     "qemu": {
   "id": "libvirt-2"
 }
 
+{
+  "execute": "query-target",
+  "id": "libvirt-3"
+}
+
 {
   "return": {
     "arch": "s390x"
   "id": "libvirt-3"
 }
 
+{
+  "execute": "query-commands",
+  "id": "libvirt-4"
+}
+
 {
   "return": [
     {
   "id": "libvirt-4"
 }
 
+{
+  "execute": "add-fd",
+  "arguments": {
+    "fdset-id": 0,
+    "opaque": "/dev/null"
+  },
+  "id": "libvirt-5"
+}
+
 {
   "return": {
     "fd": 16,
   "id": "libvirt-5"
 }
 
+{
+  "execute": "block-commit",
+  "arguments": {
+    "device": "bogus"
+  },
+  "id": "libvirt-6"
+}
+
 {
   "id": "libvirt-6",
   "error": {
   }
 }
 
+{
+  "execute": "query-kvm",
+  "id": "libvirt-7"
+}
+
 {
   "return": {
     "enabled": true,
   "id": "libvirt-7"
 }
 
+{
+  "execute": "query-events",
+  "id": "libvirt-8"
+}
+
 {
   "return": [
     {
   "id": "libvirt-8"
 }
 
+{
+  "execute": "qom-list-types",
+  "id": "libvirt-9"
+}
+
 {
   "return": [
     {
   "id": "libvirt-9"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-blk-pci"
+  },
+  "id": "libvirt-10"
+}
+
 {
   "return": [
     {
   "id": "libvirt-10"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-pci"
+  },
+  "id": "libvirt-11"
+}
+
 {
   "return": [
     {
   "id": "libvirt-11"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-pci"
+  },
+  "id": "libvirt-12"
+}
+
 {
   "return": [
     {
   "id": "libvirt-12"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-blk-ccw"
+  },
+  "id": "libvirt-13"
+}
+
 {
   "return": [
     {
   "id": "libvirt-13"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-ccw"
+  },
+  "id": "libvirt-14"
+}
+
 {
   "return": [
     {
   "id": "libvirt-14"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-ccw"
+  },
+  "id": "libvirt-15"
+}
+
 {
   "return": [
     {
   "id": "libvirt-15"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-s390"
+  },
+  "id": "libvirt-16"
+}
+
 {
   "id": "libvirt-16",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "pci-assign"
+  },
+  "id": "libvirt-17"
+}
+
 {
   "id": "libvirt-17",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pci-assign"
+  },
+  "id": "libvirt-18"
+}
+
 {
   "id": "libvirt-18",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "vfio-pci"
+  },
+  "id": "libvirt-19"
+}
+
 {
   "return": [
     {
   "id": "libvirt-19"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-disk"
+  },
+  "id": "libvirt-20"
+}
+
 {
   "return": [
     {
   "id": "libvirt-20"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ide-drive"
+  },
+  "id": "libvirt-21"
+}
+
 {
   "id": "libvirt-21",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "PIIX4_PM"
+  },
+  "id": "libvirt-22"
+}
+
 {
   "id": "libvirt-22",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-host"
+  },
+  "id": "libvirt-23"
+}
+
 {
   "id": "libvirt-23",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-generic"
+  },
+  "id": "libvirt-24"
+}
+
 {
   "return": [
     {
   "id": "libvirt-24"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "i440FX-pcihost"
+  },
+  "id": "libvirt-25"
+}
+
 {
   "id": "libvirt-25",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "q35-pcihost"
+  },
+  "id": "libvirt-26"
+}
+
 {
   "id": "libvirt-26",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pit"
+  },
+  "id": "libvirt-27"
+}
+
 {
   "id": "libvirt-27",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-gpu-pci"
+  },
+  "id": "libvirt-28"
+}
+
 {
   "return": [
     {
   "id": "libvirt-28"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-gpu-device"
+  },
+  "id": "libvirt-29"
+}
+
 {
   "return": [
     {
   "id": "libvirt-29"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ICH9-LPC"
+  },
+  "id": "libvirt-30"
+}
+
 {
   "id": "libvirt-30",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-pci"
+  },
+  "id": "libvirt-31"
+}
+
 {
   "return": [
     {
   "id": "libvirt-31"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-ccw"
+  },
+  "id": "libvirt-32"
+}
+
 {
   "return": [
     {
   "id": "libvirt-32"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-device"
+  },
+  "id": "libvirt-33"
+}
+
 {
   "return": [
     {
   "id": "libvirt-33"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtual-css-bridge"
+  },
+  "id": "libvirt-34"
+}
+
 {
   "return": [
     {
   "id": "libvirt-34"
 }
 
+{
+  "execute": "query-machines",
+  "id": "libvirt-35"
+}
+
 {
   "return": [
     {
   "id": "libvirt-35"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-36"
+}
+
 {
   "return": [
     {
   "id": "libvirt-36"
 }
 
+{
+  "execute": "query-tpm-models",
+  "id": "libvirt-37"
+}
+
 {
   "return": [
   ],
   "id": "libvirt-37"
 }
 
+{
+  "execute": "query-tpm-types",
+  "id": "libvirt-38"
+}
+
 {
   "return": [
   ],
   "id": "libvirt-38"
 }
 
+{
+  "execute": "query-command-line-options",
+  "id": "libvirt-39"
+}
+
 {
   "return": [
     {
   "id": "libvirt-39"
 }
 
+{
+  "execute": "query-migrate-capabilities",
+  "id": "libvirt-40"
+}
+
 {
   "return": [
     {
   "id": "libvirt-40"
 }
 
+{
+  "execute": "query-qmp-schema",
+  "id": "libvirt-41"
+}
+
 {
   "return": [
     {
   "id": "libvirt-41"
 }
 
+{
+  "execute": "query-cpu-model-expansion",
+  "arguments": {
+    "type": "static",
+    "model": {
+      "name": "host"
+    }
+  },
+  "id": "libvirt-42"
+}
+
 {
   "return": {
     "model": {
   "id": "libvirt-42"
 }
 
+{
+  "execute": "query-cpu-model-expansion",
+  "arguments": {
+    "type": "static",
+    "model": {
+      "name": "host",
+      "props": {
+        "migratable": false
+      }
+    }
+  },
+  "id": "libvirt-43"
+}
+
 {
   "id": "libvirt-43",
   "error": {
   }
 }
 
+{
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
+}
+
 {
   "return": {
   },
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-2"
+}
+
 {
   "return": [
     {
   "id": "libvirt-2"
 }
 
+{
+  "execute": "query-cpu-model-expansion",
+  "arguments": {
+    "type": "static",
+    "model": {
+      "name": "max"
+    }
+  },
+  "id": "libvirt-3"
+}
+
 {
   "id": "libvirt-3",
   "error": {
index f3f9c9e54feea95b03eebdda66508be80b1bb926..646239ff25373842af22dbefa752caa56aa9a861 100644 (file)
   <flag name='vhost-vsock'/>
   <version>2007093</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>241741</microcodeVersion>
+  <microcodeVersion>246206</microcodeVersion>
   <package></package>
   <arch>s390x</arch>
   <hostCPU type='kvm' model='zEC12.2-base' migratability='no'>
index 336f9fbca2f60329e9852d90f381effacefaee5e..8f80e733dbdcb2a120c7e504cc5dc4cde5a3f82d 100644 (file)
@@ -1,16 +1,6 @@
 {
-  "QMP": {
-    "version": {
-      "qemu": {
-        "micro": 0,
-        "minor": 8,
-        "major": 2
-      },
-      "package": " (v2.8.0)"
-    },
-    "capabilities": [
-    ]
-  }
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
 }
 
 {
@@ -19,6 +9,11 @@
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-version",
+  "id": "libvirt-2"
+}
+
 {
   "return": {
     "qemu": {
   "id": "libvirt-2"
 }
 
+{
+  "execute": "query-target",
+  "id": "libvirt-3"
+}
+
 {
   "return": {
     "arch": "x86_64"
   "id": "libvirt-3"
 }
 
+{
+  "execute": "query-commands",
+  "id": "libvirt-4"
+}
+
 {
   "return": [
     {
   "id": "libvirt-4"
 }
 
+{
+  "execute": "add-fd",
+  "arguments": {
+    "fdset-id": 0,
+    "opaque": "/dev/null"
+  },
+  "id": "libvirt-5"
+}
+
 {
   "return": {
     "fd": 15,
   "id": "libvirt-5"
 }
 
+{
+  "execute": "block-commit",
+  "arguments": {
+    "device": "bogus"
+  },
+  "id": "libvirt-6"
+}
+
 {
   "id": "libvirt-6",
   "error": {
   }
 }
 
+{
+  "execute": "query-kvm",
+  "id": "libvirt-7"
+}
+
 {
   "return": {
     "enabled": true,
   "id": "libvirt-7"
 }
 
+{
+  "execute": "query-events",
+  "id": "libvirt-8"
+}
+
 {
   "return": [
     {
   "id": "libvirt-8"
 }
 
+{
+  "execute": "qom-list-types",
+  "id": "libvirt-9"
+}
+
 {
   "return": [
     {
   "id": "libvirt-9"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-blk-pci"
+  },
+  "id": "libvirt-10"
+}
+
 {
   "return": [
     {
   "id": "libvirt-10"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-pci"
+  },
+  "id": "libvirt-11"
+}
+
 {
   "return": [
     {
   "id": "libvirt-11"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-pci"
+  },
+  "id": "libvirt-12"
+}
+
 {
   "return": [
     {
   "id": "libvirt-12"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-ccw"
+  },
+  "id": "libvirt-13"
+}
+
 {
   "id": "libvirt-13",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-ccw"
+  },
+  "id": "libvirt-14"
+}
+
 {
   "id": "libvirt-14",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-s390"
+  },
+  "id": "libvirt-15"
+}
+
 {
   "id": "libvirt-15",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "pci-assign"
+  },
+  "id": "libvirt-16"
+}
+
 {
   "id": "libvirt-16",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pci-assign"
+  },
+  "id": "libvirt-17"
+}
+
 {
   "return": [
     {
   "id": "libvirt-17"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "vfio-pci"
+  },
+  "id": "libvirt-18"
+}
+
 {
   "return": [
     {
   "id": "libvirt-18"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-disk"
+  },
+  "id": "libvirt-19"
+}
+
 {
   "return": [
     {
   "id": "libvirt-19"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ide-drive"
+  },
+  "id": "libvirt-20"
+}
+
 {
   "return": [
     {
   "id": "libvirt-20"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "PIIX4_PM"
+  },
+  "id": "libvirt-21"
+}
+
 {
   "return": [
     {
   "id": "libvirt-21"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-redir"
+  },
+  "id": "libvirt-22"
+}
+
 {
   "return": [
     {
   "id": "libvirt-22"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-host"
+  },
+  "id": "libvirt-23"
+}
+
 {
   "return": [
     {
   "id": "libvirt-23"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-generic"
+  },
+  "id": "libvirt-24"
+}
+
 {
   "return": [
     {
   "id": "libvirt-24"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "i440FX-pcihost"
+  },
+  "id": "libvirt-25"
+}
+
 {
   "return": [
     {
   "id": "libvirt-25"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "q35-pcihost"
+  },
+  "id": "libvirt-26"
+}
+
 {
   "return": [
     {
   "id": "libvirt-26"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-storage"
+  },
+  "id": "libvirt-27"
+}
+
 {
   "return": [
     {
   "id": "libvirt-27"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pit"
+  },
+  "id": "libvirt-28"
+}
+
 {
   "return": [
     {
   "id": "libvirt-28"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "VGA"
+  },
+  "id": "libvirt-29"
+}
+
 {
   "return": [
     {
   "id": "libvirt-29"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "vmware-svga"
+  },
+  "id": "libvirt-30"
+}
+
 {
   "return": [
     {
   "id": "libvirt-30"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "qxl"
+  },
+  "id": "libvirt-31"
+}
+
 {
   "return": [
     {
   "id": "libvirt-31"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-gpu-pci"
+  },
+  "id": "libvirt-32"
+}
+
 {
   "return": [
     {
   "id": "libvirt-32"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-gpu-device"
+  },
+  "id": "libvirt-33"
+}
+
 {
   "return": [
     {
   "id": "libvirt-33"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ICH9-LPC"
+  },
+  "id": "libvirt-34"
+}
+
 {
   "return": [
     {
   "id": "libvirt-34"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-pci"
+  },
+  "id": "libvirt-35"
+}
+
 {
   "return": [
     {
   "id": "libvirt-35"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-ccw"
+  },
+  "id": "libvirt-36"
+}
+
 {
   "id": "libvirt-36",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-device"
+  },
+  "id": "libvirt-37"
+}
+
 {
   "return": [
     {
   "id": "libvirt-37"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "nec-usb-xhci"
+  },
+  "id": "libvirt-38"
+}
+
 {
   "return": [
     {
   "id": "libvirt-38"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "intel-iommu"
+  },
+  "id": "libvirt-39"
+}
+
 {
   "return": [
     {
   "id": "libvirt-39"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "mch"
+  },
+  "id": "libvirt-40"
+}
+
 {
   "return": [
     {
   "id": "libvirt-40"
 }
 
+{
+  "execute": "query-machines",
+  "id": "libvirt-41"
+}
+
 {
   "return": [
     {
   "id": "libvirt-41"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-42"
+}
+
 {
   "return": [
     {
   "id": "libvirt-42"
 }
 
+{
+  "execute": "query-tpm-models",
+  "id": "libvirt-43"
+}
+
 {
   "return": [
     "tpm-tis"
   "id": "libvirt-43"
 }
 
+{
+  "execute": "query-tpm-types",
+  "id": "libvirt-44"
+}
+
 {
   "return": [
     "passthrough"
   "id": "libvirt-44"
 }
 
+{
+  "execute": "query-command-line-options",
+  "id": "libvirt-45"
+}
+
 {
   "return": [
     {
   "id": "libvirt-45"
 }
 
+{
+  "execute": "query-migrate-capabilities",
+  "id": "libvirt-46"
+}
+
 {
   "return": [
     {
   "id": "libvirt-46"
 }
 
+{
+  "execute": "query-qmp-schema",
+  "id": "libvirt-47"
+}
+
 {
   "return": [
     {
   "id": "libvirt-47"
 }
 
+{
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
+}
+
 {
   "return": {
   },
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-2"
+}
+
 {
   "return": [
     {
index 3e8d9ee3a89bb0c0e9f3ddd616fdd406aaf043b4..3af44f0904c93f0adb4f1e8de43dd8faf88fec3f 100644 (file)
   <flag name='mch'/>
   <version>2008000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>256050</microcodeVersion>
+  <microcodeVersion>260660</microcodeVersion>
   <package> (v2.8.0)</package>
   <arch>x86_64</arch>
   <cpu type='kvm' name='host' usable='yes'/>
index f367da8d2baf1057ea6a3956b93a760b7e2d3d97..0c97fc3ad868bef8db399e2d7127a3f8f30e87af 100644 (file)
@@ -1,16 +1,6 @@
 {
-  "QMP": {
-    "version": {
-      "qemu": {
-        "micro": 0,
-        "minor": 9,
-        "major": 2
-      },
-      "package": " (v2.9.0)"
-    },
-    "capabilities": [
-    ]
-  }
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
 }
 
 {
@@ -19,6 +9,11 @@
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-version",
+  "id": "libvirt-2"
+}
+
 {
   "return": {
     "qemu": {
   "id": "libvirt-2"
 }
 
+{
+  "execute": "query-target",
+  "id": "libvirt-3"
+}
+
 {
   "return": {
     "arch": "ppc64"
   "id": "libvirt-3"
 }
 
+{
+  "execute": "query-commands",
+  "id": "libvirt-4"
+}
+
 {
   "return": [
     {
   "id": "libvirt-4"
 }
 
+{
+  "execute": "add-fd",
+  "arguments": {
+    "fdset-id": 0,
+    "opaque": "/dev/null"
+  },
+  "id": "libvirt-5"
+}
+
 {
   "return": {
     "fd": 17,
   "id": "libvirt-5"
 }
 
+{
+  "execute": "block-commit",
+  "arguments": {
+    "device": "bogus"
+  },
+  "id": "libvirt-6"
+}
+
 {
   "id": "libvirt-6",
   "error": {
   }
 }
 
+{
+  "execute": "query-kvm",
+  "id": "libvirt-7"
+}
+
 {
   "return": {
     "enabled": true,
   "id": "libvirt-7"
 }
 
+{
+  "execute": "query-events",
+  "id": "libvirt-8"
+}
+
 {
   "return": [
     {
   "id": "libvirt-8"
 }
 
+{
+  "execute": "qom-list-types",
+  "id": "libvirt-9"
+}
+
 {
   "return": [
     {
   "id": "libvirt-9"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-blk-pci"
+  },
+  "id": "libvirt-10"
+}
+
 {
   "return": [
     {
   "id": "libvirt-10"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-pci"
+  },
+  "id": "libvirt-11"
+}
+
 {
   "return": [
     {
   "id": "libvirt-11"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-pci"
+  },
+  "id": "libvirt-12"
+}
+
 {
   "return": [
     {
   "id": "libvirt-12"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-ccw"
+  },
+  "id": "libvirt-13"
+}
+
 {
   "id": "libvirt-13",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-ccw"
+  },
+  "id": "libvirt-14"
+}
+
 {
   "id": "libvirt-14",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-s390"
+  },
+  "id": "libvirt-15"
+}
+
 {
   "id": "libvirt-15",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "pci-assign"
+  },
+  "id": "libvirt-16"
+}
+
 {
   "id": "libvirt-16",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pci-assign"
+  },
+  "id": "libvirt-17"
+}
+
 {
   "id": "libvirt-17",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "vfio-pci"
+  },
+  "id": "libvirt-18"
+}
+
 {
   "return": [
     {
   "id": "libvirt-18"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-disk"
+  },
+  "id": "libvirt-19"
+}
+
 {
   "return": [
     {
   "id": "libvirt-19"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ide-drive"
+  },
+  "id": "libvirt-20"
+}
+
 {
   "return": [
     {
   "id": "libvirt-20"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "PIIX4_PM"
+  },
+  "id": "libvirt-21"
+}
+
 {
   "id": "libvirt-21",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-host"
+  },
+  "id": "libvirt-22"
+}
+
 {
   "id": "libvirt-22",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-generic"
+  },
+  "id": "libvirt-23"
+}
+
 {
   "return": [
     {
   "id": "libvirt-23"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "i440FX-pcihost"
+  },
+  "id": "libvirt-24"
+}
+
 {
   "id": "libvirt-24",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "q35-pcihost"
+  },
+  "id": "libvirt-25"
+}
+
 {
   "id": "libvirt-25",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-storage"
+  },
+  "id": "libvirt-26"
+}
+
 {
   "return": [
     {
   "id": "libvirt-26"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pit"
+  },
+  "id": "libvirt-27"
+}
+
 {
   "id": "libvirt-27",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "VGA"
+  },
+  "id": "libvirt-28"
+}
+
 {
   "return": [
     {
   "id": "libvirt-28"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-gpu-pci"
+  },
+  "id": "libvirt-29"
+}
+
 {
   "return": [
     {
   "id": "libvirt-29"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-gpu-device"
+  },
+  "id": "libvirt-30"
+}
+
 {
   "return": [
     {
   "id": "libvirt-30"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ICH9-LPC"
+  },
+  "id": "libvirt-31"
+}
+
 {
   "id": "libvirt-31",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-pci"
+  },
+  "id": "libvirt-32"
+}
+
 {
   "return": [
     {
   "id": "libvirt-32"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-ccw"
+  },
+  "id": "libvirt-33"
+}
+
 {
   "id": "libvirt-33",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-device"
+  },
+  "id": "libvirt-34"
+}
+
 {
   "return": [
     {
   "id": "libvirt-34"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "nec-usb-xhci"
+  },
+  "id": "libvirt-35"
+}
+
 {
   "return": [
     {
   "id": "libvirt-35"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "spapr-pci-host-bridge"
+  },
+  "id": "libvirt-36"
+}
+
 {
   "return": [
     {
   "id": "libvirt-36"
 }
 
+{
+  "execute": "query-machines",
+  "id": "libvirt-37"
+}
+
 {
   "return": [
     {
   "id": "libvirt-37"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-38"
+}
+
 {
   "return": [
     {
   "id": "libvirt-38"
 }
 
+{
+  "execute": "query-tpm-models",
+  "id": "libvirt-39"
+}
+
 {
   "return": [
   ],
   "id": "libvirt-39"
 }
 
+{
+  "execute": "query-tpm-types",
+  "id": "libvirt-40"
+}
+
 {
   "return": [
   ],
   "id": "libvirt-40"
 }
 
+{
+  "execute": "query-command-line-options",
+  "id": "libvirt-41"
+}
+
 {
   "return": [
     {
   "id": "libvirt-41"
 }
 
+{
+  "execute": "query-migrate-capabilities",
+  "id": "libvirt-42"
+}
+
 {
   "return": [
     {
   "id": "libvirt-42"
 }
 
+{
+  "execute": "query-qmp-schema",
+  "id": "libvirt-43"
+}
+
 {
   "return": [
     {
   "id": "libvirt-43"
 }
 
+{
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
+}
+
 {
   "return": {
   },
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-2"
+}
+
 {
   "return": [
     {
index 06499bf6667bc1c609136e03d4416824186cdab4..70a59364394e18bcdc323f952868877a9c79fb36 100644 (file)
   <flag name='vhost-vsock'/>
   <version>2009000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>346538</microcodeVersion>
+  <microcodeVersion>350708</microcodeVersion>
   <package> (v2.9.0)</package>
   <arch>ppc64</arch>
   <cpu type='kvm' name='default'/>
index 967148a022f0466c09c6214af5f7dde2e66b1d71..94ab7feb6279c0fb429375e2399f6737fc8dd2c6 100644 (file)
@@ -1,16 +1,6 @@
 {
-  "QMP": {
-    "version": {
-      "qemu": {
-        "micro": 0,
-        "minor": 9,
-        "major": 2
-      },
-      "package": ""
-    },
-    "capabilities": [
-    ]
-  }
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
 }
 
 {
@@ -19,6 +9,11 @@
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-version",
+  "id": "libvirt-2"
+}
+
 {
   "return": {
     "qemu": {
   "id": "libvirt-2"
 }
 
+{
+  "execute": "query-target",
+  "id": "libvirt-3"
+}
+
 {
   "return": {
     "arch": "s390x"
   "id": "libvirt-3"
 }
 
+{
+  "execute": "query-commands",
+  "id": "libvirt-4"
+}
+
 {
   "return": [
     {
   "id": "libvirt-4"
 }
 
+{
+  "execute": "add-fd",
+  "arguments": {
+    "fdset-id": 0,
+    "opaque": "/dev/null"
+  },
+  "id": "libvirt-5"
+}
+
 {
   "return": {
     "fd": 16,
   "id": "libvirt-5"
 }
 
+{
+  "execute": "block-commit",
+  "arguments": {
+    "device": "bogus"
+  },
+  "id": "libvirt-6"
+}
+
 {
   "id": "libvirt-6",
   "error": {
   }
 }
 
+{
+  "execute": "query-kvm",
+  "id": "libvirt-7"
+}
+
 {
   "return": {
     "enabled": true,
   "id": "libvirt-7"
 }
 
+{
+  "execute": "query-events",
+  "id": "libvirt-8"
+}
+
 {
   "return": [
     {
   "id": "libvirt-8"
 }
 
+{
+  "execute": "qom-list-types",
+  "id": "libvirt-9"
+}
+
 {
   "return": [
     {
   "id": "libvirt-9"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-blk-pci"
+  },
+  "id": "libvirt-10"
+}
+
 {
   "return": [
     {
   "id": "libvirt-10"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-pci"
+  },
+  "id": "libvirt-11"
+}
+
 {
   "return": [
     {
   "id": "libvirt-11"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-pci"
+  },
+  "id": "libvirt-12"
+}
+
 {
   "return": [
     {
   "id": "libvirt-12"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-blk-ccw"
+  },
+  "id": "libvirt-13"
+}
+
 {
   "return": [
     {
   "id": "libvirt-13"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-ccw"
+  },
+  "id": "libvirt-14"
+}
+
 {
   "return": [
     {
   "id": "libvirt-14"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-ccw"
+  },
+  "id": "libvirt-15"
+}
+
 {
   "return": [
     {
   "id": "libvirt-15"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-s390"
+  },
+  "id": "libvirt-16"
+}
+
 {
   "id": "libvirt-16",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "pci-assign"
+  },
+  "id": "libvirt-17"
+}
+
 {
   "id": "libvirt-17",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pci-assign"
+  },
+  "id": "libvirt-18"
+}
+
 {
   "id": "libvirt-18",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "vfio-pci"
+  },
+  "id": "libvirt-19"
+}
+
 {
   "return": [
     {
   "id": "libvirt-19"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-disk"
+  },
+  "id": "libvirt-20"
+}
+
 {
   "return": [
     {
   "id": "libvirt-20"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ide-drive"
+  },
+  "id": "libvirt-21"
+}
+
 {
   "id": "libvirt-21",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "PIIX4_PM"
+  },
+  "id": "libvirt-22"
+}
+
 {
   "id": "libvirt-22",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-host"
+  },
+  "id": "libvirt-23"
+}
+
 {
   "id": "libvirt-23",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-generic"
+  },
+  "id": "libvirt-24"
+}
+
 {
   "return": [
     {
   "id": "libvirt-24"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "i440FX-pcihost"
+  },
+  "id": "libvirt-25"
+}
+
 {
   "id": "libvirt-25",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "q35-pcihost"
+  },
+  "id": "libvirt-26"
+}
+
 {
   "id": "libvirt-26",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pit"
+  },
+  "id": "libvirt-27"
+}
+
 {
   "id": "libvirt-27",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-gpu-pci"
+  },
+  "id": "libvirt-28"
+}
+
 {
   "return": [
     {
   "id": "libvirt-28"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-gpu-device"
+  },
+  "id": "libvirt-29"
+}
+
 {
   "return": [
     {
   "id": "libvirt-29"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ICH9-LPC"
+  },
+  "id": "libvirt-30"
+}
+
 {
   "id": "libvirt-30",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-pci"
+  },
+  "id": "libvirt-31"
+}
+
 {
   "return": [
     {
   "id": "libvirt-31"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-ccw"
+  },
+  "id": "libvirt-32"
+}
+
 {
   "return": [
     {
   "id": "libvirt-32"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-device"
+  },
+  "id": "libvirt-33"
+}
+
 {
   "return": [
     {
   "id": "libvirt-33"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtual-css-bridge"
+  },
+  "id": "libvirt-34"
+}
+
 {
   "return": [
     {
   "id": "libvirt-34"
 }
 
+{
+  "execute": "query-machines",
+  "id": "libvirt-35"
+}
+
 {
   "return": [
     {
   "id": "libvirt-35"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-36"
+}
+
 {
   "return": [
     {
   "id": "libvirt-36"
 }
 
+{
+  "execute": "query-tpm-models",
+  "id": "libvirt-37"
+}
+
 {
   "return": [
   ],
   "id": "libvirt-37"
 }
 
+{
+  "execute": "query-tpm-types",
+  "id": "libvirt-38"
+}
+
 {
   "return": [
   ],
   "id": "libvirt-38"
 }
 
+{
+  "execute": "query-command-line-options",
+  "id": "libvirt-39"
+}
+
 {
   "return": [
     {
   "id": "libvirt-39"
 }
 
+{
+  "execute": "query-migrate-capabilities",
+  "id": "libvirt-40"
+}
+
 {
   "return": [
     {
   "id": "libvirt-40"
 }
 
+{
+  "execute": "query-qmp-schema",
+  "id": "libvirt-41"
+}
+
 {
   "return": [
     {
   "id": "libvirt-41"
 }
 
+{
+  "execute": "query-cpu-model-expansion",
+  "arguments": {
+    "type": "static",
+    "model": {
+      "name": "host"
+    }
+  },
+  "id": "libvirt-42"
+}
+
 {
   "return": {
     "model": {
   "id": "libvirt-42"
 }
 
+{
+  "execute": "query-cpu-model-expansion",
+  "arguments": {
+    "type": "static",
+    "model": {
+      "name": "host",
+      "props": {
+        "migratable": false
+      }
+    }
+  },
+  "id": "libvirt-43"
+}
+
 {
   "id": "libvirt-43",
   "error": {
   }
 }
 
+{
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
+}
+
 {
   "return": {
   },
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-2"
+}
+
 {
   "return": [
     {
   "id": "libvirt-2"
 }
 
+{
+  "execute": "query-cpu-model-expansion",
+  "arguments": {
+    "type": "static",
+    "model": {
+      "name": "max"
+    }
+  },
+  "id": "libvirt-3"
+}
+
 {
   "id": "libvirt-3",
   "error": {
index 9d67f087d5759762db64010f9c51bfa593870619..09d68e1f1814a20cb5fc864c0b6d3da3ddfc10c4 100644 (file)
   <flag name='vhost-vsock'/>
   <version>2009000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>265159</microcodeVersion>
+  <microcodeVersion>269625</microcodeVersion>
   <package></package>
   <arch>s390x</arch>
   <hostCPU type='kvm' model='z13.2-base' migratability='no'>
index b03e3d495045fb5a0ed48c0f9b9ebaf9f3433f86..7d10d68abd3f7859c03556831527ae6e83294d6d 100644 (file)
@@ -1,16 +1,6 @@
 {
-  "QMP": {
-    "version": {
-      "qemu": {
-        "micro": 0,
-        "minor": 9,
-        "major": 2
-      },
-      "package": " (v2.9.0)"
-    },
-    "capabilities": [
-    ]
-  }
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
 }
 
 {
@@ -19,6 +9,11 @@
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-version",
+  "id": "libvirt-2"
+}
+
 {
   "return": {
     "qemu": {
   "id": "libvirt-2"
 }
 
+{
+  "execute": "query-target",
+  "id": "libvirt-3"
+}
+
 {
   "return": {
     "arch": "x86_64"
   "id": "libvirt-3"
 }
 
+{
+  "execute": "query-commands",
+  "id": "libvirt-4"
+}
+
 {
   "return": [
     {
   "id": "libvirt-4"
 }
 
+{
+  "execute": "add-fd",
+  "arguments": {
+    "fdset-id": 0,
+    "opaque": "/dev/null"
+  },
+  "id": "libvirt-5"
+}
+
 {
   "return": {
     "fd": 15,
   "id": "libvirt-5"
 }
 
+{
+  "execute": "block-commit",
+  "arguments": {
+    "device": "bogus"
+  },
+  "id": "libvirt-6"
+}
+
 {
   "id": "libvirt-6",
   "error": {
   }
 }
 
+{
+  "execute": "query-kvm",
+  "id": "libvirt-7"
+}
+
 {
   "return": {
     "enabled": true,
   "id": "libvirt-7"
 }
 
+{
+  "execute": "query-events",
+  "id": "libvirt-8"
+}
+
 {
   "return": [
     {
   "id": "libvirt-8"
 }
 
+{
+  "execute": "qom-list-types",
+  "id": "libvirt-9"
+}
+
 {
   "return": [
     {
   "id": "libvirt-9"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-blk-pci"
+  },
+  "id": "libvirt-10"
+}
+
 {
   "return": [
     {
   "id": "libvirt-10"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-pci"
+  },
+  "id": "libvirt-11"
+}
+
 {
   "return": [
     {
   "id": "libvirt-11"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-pci"
+  },
+  "id": "libvirt-12"
+}
+
 {
   "return": [
     {
   "id": "libvirt-12"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-ccw"
+  },
+  "id": "libvirt-13"
+}
+
 {
   "id": "libvirt-13",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-scsi-ccw"
+  },
+  "id": "libvirt-14"
+}
+
 {
   "id": "libvirt-14",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-net-s390"
+  },
+  "id": "libvirt-15"
+}
+
 {
   "id": "libvirt-15",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "pci-assign"
+  },
+  "id": "libvirt-16"
+}
+
 {
   "id": "libvirt-16",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pci-assign"
+  },
+  "id": "libvirt-17"
+}
+
 {
   "return": [
     {
   "id": "libvirt-17"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "vfio-pci"
+  },
+  "id": "libvirt-18"
+}
+
 {
   "return": [
     {
   "id": "libvirt-18"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-disk"
+  },
+  "id": "libvirt-19"
+}
+
 {
   "return": [
     {
   "id": "libvirt-19"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ide-drive"
+  },
+  "id": "libvirt-20"
+}
+
 {
   "return": [
     {
   "id": "libvirt-20"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "PIIX4_PM"
+  },
+  "id": "libvirt-21"
+}
+
 {
   "return": [
     {
   "id": "libvirt-21"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-redir"
+  },
+  "id": "libvirt-22"
+}
+
 {
   "return": [
     {
   "id": "libvirt-22"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-host"
+  },
+  "id": "libvirt-23"
+}
+
 {
   "return": [
     {
   "id": "libvirt-23"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "scsi-generic"
+  },
+  "id": "libvirt-24"
+}
+
 {
   "return": [
     {
   "id": "libvirt-24"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "i440FX-pcihost"
+  },
+  "id": "libvirt-25"
+}
+
 {
   "return": [
     {
   "id": "libvirt-25"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "q35-pcihost"
+  },
+  "id": "libvirt-26"
+}
+
 {
   "return": [
     {
   "id": "libvirt-26"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "usb-storage"
+  },
+  "id": "libvirt-27"
+}
+
 {
   "return": [
     {
   "id": "libvirt-27"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "kvm-pit"
+  },
+  "id": "libvirt-28"
+}
+
 {
   "return": [
     {
   "id": "libvirt-28"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "VGA"
+  },
+  "id": "libvirt-29"
+}
+
 {
   "return": [
     {
   "id": "libvirt-29"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "vmware-svga"
+  },
+  "id": "libvirt-30"
+}
+
 {
   "return": [
     {
   "id": "libvirt-30"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "qxl"
+  },
+  "id": "libvirt-31"
+}
+
 {
   "return": [
     {
   "id": "libvirt-31"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-gpu-pci"
+  },
+  "id": "libvirt-32"
+}
+
 {
   "return": [
     {
   "id": "libvirt-32"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-gpu-device"
+  },
+  "id": "libvirt-33"
+}
+
 {
   "return": [
     {
   "id": "libvirt-33"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "ICH9-LPC"
+  },
+  "id": "libvirt-34"
+}
+
 {
   "return": [
     {
   "id": "libvirt-34"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-pci"
+  },
+  "id": "libvirt-35"
+}
+
 {
   "return": [
     {
   "id": "libvirt-35"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-ccw"
+  },
+  "id": "libvirt-36"
+}
+
 {
   "id": "libvirt-36",
   "error": {
   }
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "virtio-balloon-device"
+  },
+  "id": "libvirt-37"
+}
+
 {
   "return": [
     {
   "id": "libvirt-37"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "nec-usb-xhci"
+  },
+  "id": "libvirt-38"
+}
+
 {
   "return": [
     {
   "id": "libvirt-38"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "intel-iommu"
+  },
+  "id": "libvirt-39"
+}
+
 {
   "return": [
     {
   "id": "libvirt-39"
 }
 
+{
+  "execute": "device-list-properties",
+  "arguments": {
+    "typename": "mch"
+  },
+  "id": "libvirt-40"
+}
+
 {
   "return": [
     {
   "id": "libvirt-40"
 }
 
+{
+  "execute": "query-machines",
+  "id": "libvirt-41"
+}
+
 {
   "return": [
     {
   "id": "libvirt-41"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-42"
+}
+
 {
   "return": [
     {
   "id": "libvirt-42"
 }
 
+{
+  "execute": "query-tpm-models",
+  "id": "libvirt-43"
+}
+
 {
   "return": [
     "tpm-tis"
   "id": "libvirt-43"
 }
 
+{
+  "execute": "query-tpm-types",
+  "id": "libvirt-44"
+}
+
 {
   "return": [
     "passthrough"
   "id": "libvirt-44"
 }
 
+{
+  "execute": "query-command-line-options",
+  "id": "libvirt-45"
+}
+
 {
   "return": [
     {
   "id": "libvirt-45"
 }
 
+{
+  "execute": "query-migrate-capabilities",
+  "id": "libvirt-46"
+}
+
 {
   "return": [
     {
   "id": "libvirt-46"
 }
 
+{
+  "execute": "query-qmp-schema",
+  "id": "libvirt-47"
+}
+
 {
   "return": [
     {
   "id": "libvirt-47"
 }
 
+{
+  "execute": "query-cpu-model-expansion",
+  "arguments": {
+    "type": "static",
+    "model": {
+      "name": "host"
+    }
+  },
+  "id": "libvirt-48"
+}
+
 {
   "return": {
     "model": {
 }
 
 {
-  "return": {
+  "execute": "query-cpu-model-expansion",
+  "arguments": {
+    "type": "full",
     "model": {
       "name": "base",
       "props": {
-        "phys-bits": 0,
-        "core-id": -1,
-        "xlevel": 2147483656,
         "cmov": true,
         "ia64": false,
         "aes": true,
         "mmx": true,
-        "arat": true,
         "rdpid": false,
+        "arat": true,
         "pause-filter": false,
         "xsavec": true,
         "osxsave": false,
-        "tsc-frequency": 0,
-        "xd": true,
-        "hv-vendor-id": "",
         "kvm-asyncpf": true,
-        "kvm_asyncpf": true,
-        "perfctr_core": false,
         "perfctr-core": false,
         "mpx": true,
+        "pbe": false,
         "avx512cd": false,
         "decodeassists": false,
-        "pbe": false,
-        "sse4_1": true,
         "sse4.1": true,
-        "sse4-1": true,
         "family": 6,
-        "vmware-cpuid-freq": true,
         "avx512f": false,
-        "xcrypt": false,
-        "hv-runtime": false,
         "msr": true,
         "mce": true,
         "mca": true,
-        "thread-id": -1,
+        "xcrypt": false,
         "min-level": 13,
         "xgetbv1": true,
         "cid": false,
-        "hv-relaxed": false,
-        "fxsr": true,
         "ds": false,
-        "hv-crash": false,
+        "fxsr": true,
         "xsaveopt": true,
         "xtpr": false,
+        "avx512vl": false,
         "avx512-vpopcntdq": false,
         "phe": false,
-        "avx512vl": false,
         "extapic": false,
         "3dnowprefetch": true,
         "cr8legacy": false,
-        "cpuid-0xb": true,
         "xcrypt-en": false,
-        "kvm_pv_eoi": true,
-        "apic-id": 4294967295,
         "pn": false,
         "dca": false,
         "vendor": "GenuineIntel",
         "pku": false,
         "smx": false,
         "cmp-legacy": false,
-        "cmp_legacy": false,
         "avx512-4fmaps": false,
         "vmcb-clean": false,
-        "vmcb_clean": false,
-        "3dnowext": false,
         "hle": true,
+        "3dnowext": false,
         "npt": false,
-        "memory": "/machine/unattached/system[0]",
         "clwb": false,
         "lbrv": false,
         "adx": true,
         "ss": true,
         "pni": true,
-        "svm_lock": false,
+        "svm-lock": false,
+        "smep": true,
+        "smap": true,
+        "pfthreshold": false,
+        "x2apic": true,
+        "avx512vbmi": false,
+        "flushbyasid": false,
+        "f16c": true,
+        "ace2-en": false,
+        "pae": true,
+        "pat": true,
+        "sse": true,
+        "phe-en": false,
+        "kvm-nopiodelay": true,
+        "tm": false,
+        "kvmclock-stable-bit": true,
+        "hypervisor": true,
+        "pcommit": false,
+        "syscall": true,
+        "avx512dq": false,
+        "svm": false,
+        "invtsc": false,
+        "sse2": true,
+        "est": false,
+        "avx512ifma": false,
+        "tm2": false,
+        "kvm-pv-eoi": true,
+        "cx8": true,
+        "kvm-mmu": false,
+        "sse4.2": true,
+        "pge": true,
+        "pdcm": false,
+        "model": 94,
+        "movbe": true,
+        "nrip-save": false,
+        "ssse3": true,
+        "sse4a": false,
+        "invpcid": true,
+        "pdpe1gb": true,
+        "tsc-deadline": true,
+        "fma": true,
+        "cx16": true,
+        "de": true,
+        "stepping": 3,
+        "xsave": true,
+        "clflush": true,
+        "skinit": false,
+        "tsc": true,
+        "tce": false,
+        "fpu": true,
+        "ds-cpl": false,
+        "ibs": false,
+        "fma4": false,
+        "la57": false,
+        "osvw": false,
+        "apic": true,
+        "pmm": false,
+        "tsc-adjust": true,
+        "kvm-steal-time": true,
+        "kvmclock": true,
+        "lwp": false,
+        "xop": false,
+        "avx": true,
+        "ospke": false,
+        "acpi": false,
+        "avx512bw": false,
+        "ace2": false,
+        "fsgsbase": true,
+        "ht": false,
+        "nx": true,
+        "pclmulqdq": true,
+        "mmxext": false,
+        "popcnt": true,
+        "xsaves": true,
+        "lm": true,
+        "umip": false,
+        "pse": true,
+        "avx2": true,
+        "sep": true,
+        "nodeid-msr": false,
+        "misalignsse": false,
+        "min-xlevel": 2147483656,
+        "bmi1": true,
+        "bmi2": true,
+        "kvm-pv-unhalt": true,
+        "tsc-scale": false,
+        "topoext": false,
+        "clflushopt": true,
+        "monitor": false,
+        "avx512er": false,
+        "pmm-en": false,
+        "pcid": true,
+        "3dnow": false,
+        "erms": true,
+        "lahf-lm": true,
+        "fxsr-opt": false,
+        "xstore": false,
+        "rtm": true,
+        "lmce": true,
+        "perfctr-nb": false,
+        "rdrand": true,
+        "rdseed": true,
+        "avx512-4vnniw": false,
+        "vme": true,
+        "vmx": true,
+        "dtes64": false,
+        "mtrr": true,
+        "rdtscp": true,
+        "pse36": true,
+        "tbm": false,
+        "wdt": false,
+        "model-id": "Intel(R) Xeon(R) CPU E3-1245 v5 @ 3.50GHz",
+        "sha-ni": false,
+        "abm": true,
+        "avx512pf": false,
+        "xstore-en": false
+      }
+    }
+  },
+  "id": "libvirt-49"
+}
+
+{
+  "return": {
+    "model": {
+      "name": "base",
+      "props": {
+        "phys-bits": 0,
+        "core-id": -1,
+        "xlevel": 2147483656,
+        "cmov": true,
+        "ia64": false,
+        "aes": true,
+        "mmx": true,
+        "arat": true,
+        "rdpid": false,
+        "pause-filter": false,
+        "xsavec": true,
+        "osxsave": false,
+        "tsc-frequency": 0,
+        "xd": true,
+        "hv-vendor-id": "",
+        "kvm-asyncpf": true,
+        "kvm_asyncpf": true,
+        "perfctr_core": false,
+        "perfctr-core": false,
+        "mpx": true,
+        "avx512cd": false,
+        "decodeassists": false,
+        "pbe": false,
+        "sse4_1": true,
+        "sse4.1": true,
+        "sse4-1": true,
+        "family": 6,
+        "vmware-cpuid-freq": true,
+        "avx512f": false,
+        "xcrypt": false,
+        "hv-runtime": false,
+        "msr": true,
+        "mce": true,
+        "mca": true,
+        "thread-id": -1,
+        "min-level": 13,
+        "xgetbv1": true,
+        "cid": false,
+        "hv-relaxed": false,
+        "fxsr": true,
+        "ds": false,
+        "hv-crash": false,
+        "xsaveopt": true,
+        "xtpr": false,
+        "avx512-vpopcntdq": false,
+        "phe": false,
+        "avx512vl": false,
+        "extapic": false,
+        "3dnowprefetch": true,
+        "cr8legacy": false,
+        "cpuid-0xb": true,
+        "xcrypt-en": false,
+        "kvm_pv_eoi": true,
+        "apic-id": 4294967295,
+        "pn": false,
+        "dca": false,
+        "vendor": "GenuineIntel",
+        "pku": false,
+        "smx": false,
+        "cmp-legacy": false,
+        "cmp_legacy": false,
+        "avx512-4fmaps": false,
+        "vmcb-clean": false,
+        "vmcb_clean": false,
+        "3dnowext": false,
+        "hle": true,
+        "npt": false,
+        "memory": "/machine/unattached/system[0]",
+        "clwb": false,
+        "lbrv": false,
+        "adx": true,
+        "ss": true,
+        "pni": true,
+        "svm_lock": false,
         "svm-lock": false,
         "smep": true,
         "pfthreshold": false,
         "smap": true,
         "x2apic": true,
         "avx512vbmi": false,
-        "hv-stimer": false,
-        "i64": true,
+        "hv-stimer": false,
+        "i64": true,
+        "flushbyasid": false,
+        "f16c": true,
+        "ace2-en": false,
+        "pat": true,
+        "pae": true,
+        "sse": true,
+        "phe-en": false,
+        "kvm-nopiodelay": true,
+        "kvm_nopiodelay": true,
+        "tm": false,
+        "kvmclock-stable-bit": true,
+        "hypervisor": true,
+        "socket-id": -1,
+        "pcommit": false,
+        "syscall": true,
+        "level": 13,
+        "avx512dq": false,
+        "svm": false,
+        "full-cpuid-auto-level": true,
+        "hv-reset": false,
+        "invtsc": false,
+        "sse3": true,
+        "sse2": true,
+        "est": false,
+        "avx512ifma": false,
+        "tm2": false,
+        "kvm-pv-eoi": true,
+        "cx8": true,
+        "kvm-mmu": false,
+        "kvm_mmu": false,
+        "sse4_2": true,
+        "sse4.2": true,
+        "sse4-2": true,
+        "pge": true,
+        "fill-mtrr-mask": true,
+        "pdcm": false,
+        "nodeid_msr": false,
+        "model": 94,
+        "movbe": true,
+        "nrip-save": false,
+        "nrip_save": false,
+        "sse4a": false,
+        "ssse3": true,
+        "kvm_pv_unhalt": true,
+        "invpcid": true,
+        "pdpe1gb": true,
+        "tsc-deadline": true,
+        "fma": true,
+        "cx16": true,
+        "de": true,
+        "enforce": false,
+        "stepping": 3,
+        "xsave": true,
+        "clflush": true,
+        "skinit": false,
+        "tce": false,
+        "tsc": true,
+        "fpu": true,
+        "ds-cpl": false,
+        "ds_cpl": false,
+        "ibs": false,
+        "host-phys-bits": false,
+        "fma4": false,
+        "la57": false,
+        "osvw": false,
+        "check": true,
+        "hv-spinlocks": -1,
+        "pmm": false,
+        "apic": true,
+        "pmu": false,
+        "min-xlevel2": 0,
+        "tsc-adjust": true,
+        "tsc_adjust": true,
+        "kvm-steal-time": true,
+        "kvm_steal_time": true,
+        "kvmclock": true,
+        "l3-cache": true,
+        "lwp": false,
+        "xop": false,
+        "avx": true,
+        "ospke": false,
+        "ace2": false,
+        "acpi": false,
+        "avx512bw": false,
+        "hv-vapic": false,
+        "fsgsbase": true,
+        "ht": false,
+        "nx": true,
+        "pclmulqdq": true,
+        "mmxext": false,
+        "popcnt": true,
+        "xsaves": true,
+        "lm": true,
+        "umip": false,
+        "avx2": true,
+        "pse": true,
+        "sep": true,
+        "pclmuldq": true,
+        "nodeid-msr": false,
+        "kvm": true,
+        "misalignsse": false,
+        "min-xlevel": 2147483656,
+        "bmi2": true,
+        "bmi1": true,
+        "kvm-pv-unhalt": true,
+        "realized": false,
+        "tsc_scale": false,
+        "tsc-scale": false,
+        "topoext": false,
+        "hv-vpindex": false,
+        "xlevel2": 0,
+        "clflushopt": true,
+        "kvm-no-smi-migration": false,
+        "monitor": false,
+        "avx512er": false,
+        "pmm-en": false,
+        "pcid": true,
+        "3dnow": false,
+        "erms": true,
+        "lahf-lm": true,
+        "lahf_lm": true,
+        "xstore": false,
+        "hv-synic": false,
+        "fxsr-opt": false,
+        "fxsr_opt": false,
+        "rtm": true,
+        "lmce": true,
+        "hv-time": false,
+        "perfctr-nb": false,
+        "perfctr_nb": false,
+        "ffxsr": false,
+        "rdrand": true,
+        "rdseed": true,
+        "avx512-4vnniw": false,
+        "vme": true,
+        "vmx": true,
+        "dtes64": false,
+        "mtrr": true,
+        "rdtscp": true,
+        "pse36": true,
+        "tbm": false,
+        "wdt": false,
+        "pause_filter": false,
+        "model-id": "Intel(R) Xeon(R) CPU E3-1245 v5 @ 3.50GHz",
+        "sha-ni": false,
+        "abm": true,
+        "avx512pf": false,
+        "xstore-en": false
+      }
+    }
+  },
+  "id": "libvirt-49"
+}
+
+{
+  "execute": "query-cpu-model-expansion",
+  "arguments": {
+    "type": "static",
+    "model": {
+      "name": "host",
+      "props": {
+        "migratable": false
+      }
+    }
+  },
+  "id": "libvirt-50"
+}
+
+{
+  "return": {
+    "model": {
+      "name": "base",
+      "props": {
+        "cmov": true,
+        "ia64": false,
+        "aes": true,
+        "mmx": true,
+        "rdpid": false,
+        "arat": true,
+        "pause-filter": false,
+        "xsavec": true,
+        "osxsave": false,
+        "kvm-asyncpf": true,
+        "perfctr-core": false,
+        "mpx": true,
+        "pbe": false,
+        "avx512cd": false,
+        "decodeassists": false,
+        "sse4.1": true,
+        "family": 6,
+        "avx512f": false,
+        "msr": true,
+        "mce": true,
+        "mca": true,
+        "xcrypt": false,
+        "min-level": 13,
+        "xgetbv1": true,
+        "cid": false,
+        "ds": false,
+        "fxsr": true,
+        "xsaveopt": true,
+        "xtpr": false,
+        "avx512vl": false,
+        "avx512-vpopcntdq": false,
+        "phe": false,
+        "extapic": false,
+        "3dnowprefetch": true,
+        "cr8legacy": false,
+        "xcrypt-en": false,
+        "pn": false,
+        "dca": false,
+        "vendor": "GenuineIntel",
+        "pku": false,
+        "smx": false,
+        "cmp-legacy": false,
+        "avx512-4fmaps": false,
+        "vmcb-clean": false,
+        "hle": true,
+        "3dnowext": false,
+        "npt": false,
+        "clwb": false,
+        "lbrv": false,
+        "adx": true,
+        "ss": true,
+        "pni": true,
+        "svm-lock": false,
+        "smep": true,
+        "smap": true,
+        "pfthreshold": false,
+        "x2apic": true,
+        "avx512vbmi": false,
         "flushbyasid": false,
         "f16c": true,
         "ace2-en": false,
-        "pat": true,
         "pae": true,
+        "pat": true,
         "sse": true,
         "phe-en": false,
         "kvm-nopiodelay": true,
-        "kvm_nopiodelay": true,
         "tm": false,
         "kvmclock-stable-bit": true,
         "hypervisor": true,
-        "socket-id": -1,
         "pcommit": false,
         "syscall": true,
-        "level": 13,
         "avx512dq": false,
         "svm": false,
-        "full-cpuid-auto-level": true,
-        "hv-reset": false,
-        "invtsc": false,
-        "sse3": true,
+        "invtsc": true,
         "sse2": true,
         "est": false,
         "avx512ifma": false,
         "kvm-pv-eoi": true,
         "cx8": true,
         "kvm-mmu": false,
-        "kvm_mmu": false,
-        "sse4_2": true,
         "sse4.2": true,
-        "sse4-2": true,
         "pge": true,
-        "fill-mtrr-mask": true,
         "pdcm": false,
-        "nodeid_msr": false,
         "model": 94,
         "movbe": true,
         "nrip-save": false,
-        "nrip_save": false,
-        "sse4a": false,
         "ssse3": true,
-        "kvm_pv_unhalt": true,
+        "sse4a": false,
         "invpcid": true,
         "pdpe1gb": true,
         "tsc-deadline": true,
         "fma": true,
         "cx16": true,
         "de": true,
-        "enforce": false,
         "stepping": 3,
         "xsave": true,
         "clflush": true,
         "skinit": false,
-        "tce": false,
         "tsc": true,
+        "tce": false,
         "fpu": true,
         "ds-cpl": false,
-        "ds_cpl": false,
         "ibs": false,
-        "host-phys-bits": false,
         "fma4": false,
         "la57": false,
         "osvw": false,
-        "check": true,
-        "hv-spinlocks": -1,
-        "pmm": false,
         "apic": true,
-        "pmu": false,
-        "min-xlevel2": 0,
+        "pmm": false,
         "tsc-adjust": true,
-        "tsc_adjust": true,
         "kvm-steal-time": true,
-        "kvm_steal_time": true,
         "kvmclock": true,
-        "l3-cache": true,
         "lwp": false,
         "xop": false,
         "avx": true,
         "ospke": false,
-        "ace2": false,
         "acpi": false,
         "avx512bw": false,
-        "hv-vapic": false,
+        "ace2": false,
         "fsgsbase": true,
         "ht": false,
         "nx": true,
         "xsaves": true,
         "lm": true,
         "umip": false,
-        "avx2": true,
         "pse": true,
+        "avx2": true,
         "sep": true,
-        "pclmuldq": true,
         "nodeid-msr": false,
-        "kvm": true,
         "misalignsse": false,
         "min-xlevel": 2147483656,
-        "bmi2": true,
         "bmi1": true,
+        "bmi2": true,
         "kvm-pv-unhalt": true,
-        "realized": false,
-        "tsc_scale": false,
         "tsc-scale": false,
         "topoext": false,
-        "hv-vpindex": false,
-        "xlevel2": 0,
         "clflushopt": true,
-        "kvm-no-smi-migration": false,
         "monitor": false,
         "avx512er": false,
         "pmm-en": false,
         "3dnow": false,
         "erms": true,
         "lahf-lm": true,
-        "lahf_lm": true,
-        "xstore": false,
-        "hv-synic": false,
         "fxsr-opt": false,
-        "fxsr_opt": false,
+        "xstore": false,
         "rtm": true,
         "lmce": true,
-        "hv-time": false,
         "perfctr-nb": false,
-        "perfctr_nb": false,
-        "ffxsr": false,
         "rdrand": true,
         "rdseed": true,
         "avx512-4vnniw": false,
         "pse36": true,
         "tbm": false,
         "wdt": false,
-        "pause_filter": false,
         "model-id": "Intel(R) Xeon(R) CPU E3-1245 v5 @ 3.50GHz",
         "sha-ni": false,
         "abm": true,
       }
     }
   },
-  "id": "libvirt-49"
+  "id": "libvirt-50"
 }
 
 {
-  "return": {
+  "execute": "query-cpu-model-expansion",
+  "arguments": {
+    "type": "full",
     "model": {
       "name": "base",
       "props": {
       }
     }
   },
-  "id": "libvirt-50"
+  "id": "libvirt-51"
 }
 
 {
   "id": "libvirt-51"
 }
 
+{
+  "execute": "qmp_capabilities",
+  "id": "libvirt-1"
+}
+
 {
   "return": {
   },
   "id": "libvirt-1"
 }
 
+{
+  "execute": "query-cpu-definitions",
+  "id": "libvirt-2"
+}
+
 {
   "return": [
     {
       "static": false,
       "migration-safe": true
     }
-  ],
-  "id": "libvirt-2"
+  ],
+  "id": "libvirt-2"
+}
+
+{
+  "execute": "query-cpu-model-expansion",
+  "arguments": {
+    "type": "static",
+    "model": {
+      "name": "max"
+    }
+  },
+  "id": "libvirt-3"
+}
+
+{
+  "return": {
+    "model": {
+      "name": "base",
+      "props": {
+        "cmov": true,
+        "ia64": false,
+        "aes": true,
+        "mmx": true,
+        "rdpid": false,
+        "arat": true,
+        "pause-filter": false,
+        "xsavec": false,
+        "osxsave": false,
+        "kvm-asyncpf": false,
+        "perfctr-core": false,
+        "mpx": true,
+        "pbe": false,
+        "avx512cd": false,
+        "decodeassists": false,
+        "sse4.1": true,
+        "family": 6,
+        "avx512f": false,
+        "msr": true,
+        "mce": true,
+        "mca": true,
+        "xcrypt": false,
+        "min-level": 13,
+        "xgetbv1": true,
+        "cid": false,
+        "ds": false,
+        "fxsr": true,
+        "xsaveopt": true,
+        "xtpr": false,
+        "avx512vl": false,
+        "avx512-vpopcntdq": false,
+        "phe": false,
+        "extapic": false,
+        "3dnowprefetch": false,
+        "cr8legacy": true,
+        "xcrypt-en": false,
+        "pn": false,
+        "dca": false,
+        "vendor": "AuthenticAMD",
+        "pku": true,
+        "smx": false,
+        "cmp-legacy": false,
+        "avx512-4fmaps": false,
+        "vmcb-clean": false,
+        "hle": false,
+        "3dnowext": true,
+        "npt": false,
+        "clwb": true,
+        "lbrv": false,
+        "adx": true,
+        "ss": true,
+        "pni": true,
+        "svm-lock": false,
+        "smep": true,
+        "smap": true,
+        "pfthreshold": false,
+        "x2apic": false,
+        "avx512vbmi": false,
+        "flushbyasid": false,
+        "f16c": false,
+        "ace2-en": false,
+        "pae": true,
+        "pat": true,
+        "sse": true,
+        "phe-en": false,
+        "kvm-nopiodelay": false,
+        "tm": false,
+        "kvmclock-stable-bit": false,
+        "hypervisor": true,
+        "pcommit": true,
+        "syscall": true,
+        "avx512dq": false,
+        "svm": true,
+        "invtsc": false,
+        "sse2": true,
+        "est": false,
+        "avx512ifma": false,
+        "tm2": false,
+        "kvm-pv-eoi": false,
+        "cx8": true,
+        "kvm-mmu": false,
+        "sse4.2": true,
+        "pge": true,
+        "pdcm": false,
+        "model": 6,
+        "movbe": true,
+        "nrip-save": false,
+        "ssse3": true,
+        "sse4a": true,
+        "invpcid": false,
+        "pdpe1gb": true,
+        "tsc-deadline": false,
+        "fma": false,
+        "cx16": true,
+        "de": true,
+        "stepping": 3,
+        "xsave": true,
+        "clflush": true,
+        "skinit": false,
+        "tsc": true,
+        "tce": false,
+        "fpu": true,
+        "ds-cpl": false,
+        "ibs": false,
+        "fma4": false,
+        "la57": true,
+        "osvw": false,
+        "apic": true,
+        "pmm": false,
+        "tsc-adjust": false,
+        "kvm-steal-time": false,
+        "kvmclock": false,
+        "lwp": false,
+        "xop": false,
+        "avx": false,
+        "ospke": true,
+        "acpi": true,
+        "avx512bw": false,
+        "ace2": false,
+        "fsgsbase": true,
+        "ht": false,
+        "nx": true,
+        "pclmulqdq": true,
+        "mmxext": true,
+        "popcnt": true,
+        "xsaves": false,
+        "lm": true,
+        "umip": false,
+        "pse": true,
+        "avx2": false,
+        "sep": true,
+        "nodeid-msr": false,
+        "misalignsse": false,
+        "min-xlevel": 2147483658,
+        "bmi1": true,
+        "bmi2": true,
+        "kvm-pv-unhalt": false,
+        "tsc-scale": false,
+        "topoext": false,
+        "clflushopt": true,
+        "monitor": true,
+        "avx512er": false,
+        "pmm-en": false,
+        "pcid": false,
+        "3dnow": true,
+        "erms": true,
+        "lahf-lm": true,
+        "fxsr-opt": false,
+        "xstore": false,
+        "rtm": false,
+        "lmce": false,
+        "perfctr-nb": false,
+        "rdrand": false,
+        "rdseed": false,
+        "avx512-4vnniw": false,
+        "vme": false,
+        "vmx": false,
+        "dtes64": false,
+        "mtrr": true,
+        "rdtscp": true,
+        "pse36": true,
+        "tbm": false,
+        "wdt": false,
+        "model-id": "QEMU TCG CPU version 2.5+",
+        "sha-ni": false,
+        "abm": true,
+        "avx512pf": false,
+        "xstore-en": false
+      }
+    }
+  },
+  "id": "libvirt-3"
 }
 
 {
-  "return": {
+  "execute": "query-cpu-model-expansion",
+  "arguments": {
+    "type": "full",
     "model": {
       "name": "base",
       "props": {
       }
     }
   },
-  "id": "libvirt-3"
+  "id": "libvirt-4"
 }
 
 {
   "id": "libvirt-4"
 }
 
+{
+  "execute": "query-cpu-model-expansion",
+  "arguments": {
+    "type": "static",
+    "model": {
+      "name": "max",
+      "props": {
+        "migratable": false
+      }
+    }
+  },
+  "id": "libvirt-5"
+}
+
 {
   "return": {
     "model": {
   "id": "libvirt-5"
 }
 
+{
+  "execute": "query-cpu-model-expansion",
+  "arguments": {
+    "type": "full",
+    "model": {
+      "name": "base",
+      "props": {
+        "cmov": true,
+        "ia64": false,
+        "aes": true,
+        "mmx": true,
+        "rdpid": false,
+        "arat": true,
+        "pause-filter": false,
+        "xsavec": false,
+        "osxsave": false,
+        "kvm-asyncpf": false,
+        "perfctr-core": false,
+        "mpx": true,
+        "pbe": false,
+        "avx512cd": false,
+        "decodeassists": false,
+        "sse4.1": true,
+        "family": 6,
+        "avx512f": false,
+        "msr": true,
+        "mce": true,
+        "mca": true,
+        "xcrypt": false,
+        "min-level": 13,
+        "xgetbv1": true,
+        "cid": false,
+        "ds": false,
+        "fxsr": true,
+        "xsaveopt": true,
+        "xtpr": false,
+        "avx512vl": false,
+        "avx512-vpopcntdq": false,
+        "phe": false,
+        "extapic": false,
+        "3dnowprefetch": false,
+        "cr8legacy": true,
+        "xcrypt-en": false,
+        "pn": false,
+        "dca": false,
+        "vendor": "AuthenticAMD",
+        "pku": true,
+        "smx": false,
+        "cmp-legacy": false,
+        "avx512-4fmaps": false,
+        "vmcb-clean": false,
+        "hle": false,
+        "3dnowext": true,
+        "npt": false,
+        "clwb": true,
+        "lbrv": false,
+        "adx": true,
+        "ss": true,
+        "pni": true,
+        "svm-lock": false,
+        "smep": true,
+        "smap": true,
+        "pfthreshold": false,
+        "x2apic": false,
+        "avx512vbmi": false,
+        "flushbyasid": false,
+        "f16c": false,
+        "ace2-en": false,
+        "pae": true,
+        "pat": true,
+        "sse": true,
+        "phe-en": false,
+        "kvm-nopiodelay": false,
+        "tm": false,
+        "kvmclock-stable-bit": false,
+        "hypervisor": true,
+        "pcommit": true,
+        "syscall": true,
+        "avx512dq": false,
+        "svm": true,
+        "invtsc": false,
+        "sse2": true,
+        "est": false,
+        "avx512ifma": false,
+        "tm2": false,
+        "kvm-pv-eoi": false,
+        "cx8": true,
+        "kvm-mmu": false,
+        "sse4.2": true,
+        "pge": true,
+        "pdcm": false,
+        "model": 6,
+        "movbe": true,
+        "nrip-save": false,
+        "ssse3": true,
+        "sse4a": true,
+        "invpcid": false,
+        "pdpe1gb": true,
+        "tsc-deadline": false,
+        "fma": false,
+        "cx16": true,
+        "de": true,
+        "stepping": 3,
+        "xsave": true,
+        "clflush": true,
+        "skinit": false,
+        "tsc": true,
+        "tce": false,
+        "fpu": true,
+        "ds-cpl": false,
+        "ibs": false,
+        "fma4": false,
+        "la57": true,
+        "osvw": false,
+        "apic": true,
+        "pmm": false,
+        "tsc-adjust": false,
+        "kvm-steal-time": false,
+        "kvmclock": false,
+        "lwp": false,
+        "xop": false,
+        "avx": false,
+        "ospke": true,
+        "acpi": true,
+        "avx512bw": false,
+        "ace2": false,
+        "fsgsbase": true,
+        "ht": false,
+        "nx": true,
+        "pclmulqdq": true,
+        "mmxext": true,
+        "popcnt": true,
+        "xsaves": false,
+        "lm": true,
+        "umip": false,
+        "pse": true,
+        "avx2": false,
+        "sep": true,
+        "nodeid-msr": false,
+        "misalignsse": false,
+        "min-xlevel": 2147483658,
+        "bmi1": true,
+        "bmi2": true,
+        "kvm-pv-unhalt": false,
+        "tsc-scale": false,
+        "topoext": false,
+        "clflushopt": true,
+        "monitor": true,
+        "avx512er": false,
+        "pmm-en": false,
+        "pcid": false,
+        "3dnow": true,
+        "erms": true,
+        "lahf-lm": true,
+        "fxsr-opt": false,
+        "xstore": false,
+        "rtm": false,
+        "lmce": false,
+        "perfctr-nb": false,
+        "rdrand": false,
+        "rdseed": false,
+        "avx512-4vnniw": false,
+        "vme": false,
+        "vmx": false,
+        "dtes64": false,
+        "mtrr": true,
+        "rdtscp": true,
+        "pse36": true,
+        "tbm": false,
+        "wdt": false,
+        "model-id": "QEMU TCG CPU version 2.5+",
+        "sha-ni": false,
+        "abm": true,
+        "avx512pf": false,
+        "xstore-en": false
+      }
+    }
+  },
+  "id": "libvirt-6"
+}
+
 {
   "return": {
     "model": {
index 66d5c60e160cbdd3dc151b0b3ff943f116a6bc46..31ce52c7870550ed3edd31dcb076b23fb5f3cd50 100644 (file)
   <flag name='mch'/>
   <version>2009000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>321313</microcodeVersion>
+  <microcodeVersion>343984</microcodeVersion>
   <package> (v2.9.0)</package>
   <arch>x86_64</arch>
   <hostCPU type='kvm' model='base' migratability='yes'>
index 6981e973a66454b438b90b3e00bbcb44eee498f3..633389f263d5e18bbb6b6e8f2ce03057daa28e43 100644 (file)
@@ -32,7 +32,7 @@
 typedef struct _testQemuData testQemuData;
 typedef testQemuData *testQemuDataPtr;
 struct _testQemuData {
-    virDomainXMLOptionPtr xmlopt;
+    virQEMUDriver driver;
     const char *archName;
     const char *base;
 };
@@ -42,7 +42,7 @@ static int
 testQemuCaps(const void *opaque)
 {
     int ret = -1;
-    const testQemuData *data = opaque;
+    testQemuData *data = (void *) opaque;
     char *repliesFile = NULL;
     char *capsFile = NULL;
     qemuMonitorTestPtr mon = NULL;
@@ -55,7 +55,7 @@ testQemuCaps(const void *opaque)
                     abs_srcdir, data->base, data->archName) < 0)
         goto cleanup;
 
-    if (!(mon = qemuMonitorTestNewFromFile(repliesFile, data->xmlopt, false)))
+    if (!(mon = qemuMonitorTestNewFromFileFull(repliesFile, &data->driver, NULL)))
         goto cleanup;
 
     if (!(capsActual = virQEMUCapsNew()) ||
@@ -139,7 +139,6 @@ static int
 mymain(void)
 {
     int ret = 0;
-    virQEMUDriver driver;
     testQemuData data;
 
 #if !WITH_YAJL
@@ -148,13 +147,11 @@ mymain(void)
 #endif
 
     if (virThreadInitialize() < 0 ||
-        qemuTestDriverInit(&driver) < 0)
+        qemuTestDriverInit(&data.driver) < 0)
         return EXIT_FAILURE;
 
     virEventRegisterDefaultImpl();
 
-    data.xmlopt = driver.xmlopt;
-
 #define DO_TEST(arch, name) \
     do { \
         data.archName = arch; \
@@ -200,7 +197,7 @@ mymain(void)
      * "tests/qemucapsfixreplies foo.replies" to fix the replies ids.
      */
 
-    qemuTestDriverFree(&driver);
+    qemuTestDriverFree(&data.driver);
 
     return (ret == 0) ? EXIT_SUCCESS : EXIT_FAILURE;
 }