]> xenbits.xensource.com Git - libvirt.git/commitdiff
qemu: Take full advantage of conditional device property probing
authorAndrea Bolognani <abologna@redhat.com>
Tue, 6 Mar 2018 12:49:39 +0000 (13:49 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Thu, 8 Mar 2018 15:05:46 +0000 (16:05 +0100)
Commit 4ae59411fa3f introduced the ability to make probing for
device properties conditional on a capability being set, but
didn't extend the use of this feature to existing devices.

This commit does the last bit of work, which results in a lot
of pointless QMP chatter no longer happening and our test suite
shrinking a fair bit.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
53 files changed:
src/qemu/qemu_capabilities.c
tests/qemucapabilitiesdata/caps_1.2.2.x86_64.replies
tests/qemucapabilitiesdata/caps_1.2.2.x86_64.xml
tests/qemucapabilitiesdata/caps_1.3.1.x86_64.replies
tests/qemucapabilitiesdata/caps_1.3.1.x86_64.xml
tests/qemucapabilitiesdata/caps_1.4.2.x86_64.replies
tests/qemucapabilitiesdata/caps_1.4.2.x86_64.xml
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-gicv2.aarch64.replies
tests/qemucapabilitiesdata/caps_2.10.0-gicv2.aarch64.xml
tests/qemucapabilitiesdata/caps_2.10.0-gicv3.aarch64.replies
tests/qemucapabilitiesdata/caps_2.10.0-gicv3.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.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-gicv2.aarch64.replies
tests/qemucapabilitiesdata/caps_2.6.0-gicv2.aarch64.xml
tests/qemucapabilitiesdata/caps_2.6.0-gicv3.aarch64.replies
tests/qemucapabilitiesdata/caps_2.6.0-gicv3.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

index b5eb8cf46a5297c647b6148d563cc8a44845d047..4dec0046df4f0728a6e71ef0e6f5e2cda055c904 100644 (file)
@@ -1838,25 +1838,25 @@ static struct virQEMUCapsObjectTypeProps virQEMUCapsObjectProps[] = {
       -1 },
     { "virtio-net-pci", virQEMUCapsObjectPropsVirtioNet,
       ARRAY_CARDINALITY(virQEMUCapsObjectPropsVirtioNet),
-      -1 },
+      QEMU_CAPS_DEVICE_VIRTIO_NET },
     { "virtio-scsi-pci", virQEMUCapsObjectPropsVirtioSCSI,
       ARRAY_CARDINALITY(virQEMUCapsObjectPropsVirtioSCSI),
-      -1 },
+      QEMU_CAPS_VIRTIO_SCSI },
     { "virtio-blk-ccw", virQEMUCapsObjectPropsVirtioBlk,
       ARRAY_CARDINALITY(virQEMUCapsObjectPropsVirtioBlk),
-      -1 },
+      QEMU_CAPS_VIRTIO_CCW },
     { "virtio-net-ccw", virQEMUCapsObjectPropsVirtioNet,
       ARRAY_CARDINALITY(virQEMUCapsObjectPropsVirtioNet),
-      -1 },
+      QEMU_CAPS_DEVICE_VIRTIO_NET },
     { "virtio-scsi-ccw", virQEMUCapsObjectPropsVirtioSCSI,
       ARRAY_CARDINALITY(virQEMUCapsObjectPropsVirtioSCSI),
-      -1 },
+      QEMU_CAPS_VIRTIO_SCSI },
     { "virtio-blk-s390", virQEMUCapsObjectPropsVirtioBlk,
       ARRAY_CARDINALITY(virQEMUCapsObjectPropsVirtioBlk),
-      -1 },
+      QEMU_CAPS_VIRTIO_S390 },
     { "virtio-net-s390", virQEMUCapsObjectPropsVirtioNet,
       ARRAY_CARDINALITY(virQEMUCapsObjectPropsVirtioNet),
-      -1 },
+      QEMU_CAPS_DEVICE_VIRTIO_NET },
     { "pci-assign", virQEMUCapsObjectPropsPCIAssign,
       ARRAY_CARDINALITY(virQEMUCapsObjectPropsPCIAssign),
       -1 },
@@ -1865,7 +1865,7 @@ static struct virQEMUCapsObjectTypeProps virQEMUCapsObjectProps[] = {
       -1 },
     { "vfio-pci", virQEMUCapsObjectPropsVfioPCI,
       ARRAY_CARDINALITY(virQEMUCapsObjectPropsVfioPCI),
-      -1 },
+      QEMU_CAPS_DEVICE_VFIO_PCI },
     { "scsi-disk", virQEMUCapsObjectPropsSCSIDisk,
       ARRAY_CARDINALITY(virQEMUCapsObjectPropsSCSIDisk),
       -1 },
@@ -1877,13 +1877,13 @@ static struct virQEMUCapsObjectTypeProps virQEMUCapsObjectProps[] = {
       -1 },
     { "usb-redir", virQEMUCapsObjectPropsUSBRedir,
       ARRAY_CARDINALITY(virQEMUCapsObjectPropsUSBRedir),
-      -1 },
+      QEMU_CAPS_USB_REDIR },
     { "usb-host", virQEMUCapsObjectPropsUSBHost,
       ARRAY_CARDINALITY(virQEMUCapsObjectPropsUSBHost),
       -1 },
     { "scsi-generic", virQEMUCapsObjectPropsSCSIGeneric,
       ARRAY_CARDINALITY(virQEMUCapsObjectPropsSCSIGeneric),
-      -1 },
+      QEMU_CAPS_DEVICE_SCSI_GENERIC },
     { "i440FX-pcihost", virQEMUCapsObjectPropsI440FXPCIHost,
       ARRAY_CARDINALITY(virQEMUCapsObjectPropsI440FXPCIHost),
       -1 },
@@ -1892,25 +1892,25 @@ static struct virQEMUCapsObjectTypeProps virQEMUCapsObjectProps[] = {
       -1 },
     { "usb-storage", virQEMUCapsObjectPropsUSBStorage,
       ARRAY_CARDINALITY(virQEMUCapsObjectPropsUSBStorage),
-      -1 },
+      QEMU_CAPS_DEVICE_USB_STORAGE },
     { "kvm-pit", virQEMUCapsObjectPropsKVMPit,
       ARRAY_CARDINALITY(virQEMUCapsObjectPropsKVMPit),
       -1 },
     { "VGA", virQEMUCapsObjectPropsVGA,
       ARRAY_CARDINALITY(virQEMUCapsObjectPropsVGA),
-      -1 },
+      QEMU_CAPS_DEVICE_VGA },
     { "vmware-svga", virQEMUCapsObjectPropsVmwareSvga,
       ARRAY_CARDINALITY(virQEMUCapsObjectPropsVmwareSvga),
-      -1 },
+      QEMU_CAPS_DEVICE_VMWARE_SVGA },
     { "qxl", virQEMUCapsObjectPropsQxl,
       ARRAY_CARDINALITY(virQEMUCapsObjectPropsQxl),
-      -1 },
+      QEMU_CAPS_DEVICE_QXL },
     { "virtio-gpu-pci", virQEMUCapsObjectPropsVirtioGpu,
       ARRAY_CARDINALITY(virQEMUCapsObjectPropsVirtioGpu),
-      -1 },
+      QEMU_CAPS_DEVICE_VIRTIO_GPU },
     { "virtio-gpu-device", virQEMUCapsObjectPropsVirtioGpu,
       ARRAY_CARDINALITY(virQEMUCapsObjectPropsVirtioGpu),
-      -1 },
+      QEMU_CAPS_DEVICE_VIRTIO_GPU },
     { "ICH9-LPC", virQEMUCapsObjectPropsICH9,
       ARRAY_CARDINALITY(virQEMUCapsObjectPropsICH9),
       -1 },
@@ -1925,7 +1925,7 @@ static struct virQEMUCapsObjectTypeProps virQEMUCapsObjectProps[] = {
       -1 },
     { "nec-usb-xhci", virQEMUCapsObjectPropsUSBNECXHCI,
       ARRAY_CARDINALITY(virQEMUCapsObjectPropsUSBNECXHCI),
-      -1 },
+      QEMU_CAPS_NEC_USB_XHCI },
     { "intel-iommu", virQEMUCapsObjectPropsIntelIOMMU,
       ARRAY_CARDINALITY(virQEMUCapsObjectPropsIntelIOMMU),
       QEMU_CAPS_DEVICE_INTEL_IOMMU },
index 62c31774c051763c2f1ca29860192ad0be47c57e..a3a951051149a452212a2d3ab9cb0f13deab7d6e 100644 (file)
 
 {
   "id": "libvirt-12",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-ccw' not found"
-  }
-}
-
-{
-  "id": "libvirt-13",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-ccw' not found"
 }
 
 {
-  "id": "libvirt-14",
+  "id": "libvirt-13",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-scsi-ccw' not found"
 }
 
 {
-  "id": "libvirt-15",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-s390' not found"
-  }
-}
-
-{
-  "id": "libvirt-16",
+  "id": "libvirt-14",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-s390' not found"
 }
 
 {
-  "id": "libvirt-17",
+  "id": "libvirt-15",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'pci-assign' not found"
 }
 
 {
-  "id": "libvirt-18",
+  "id": "libvirt-16",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'kvm-pci-assign' not found"
   }
 }
 
-{
-  "id": "libvirt-19",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'vfio-pci' not found"
-  }
-}
-
 {
   "return": [
     {
       "type": "drive"
     }
   ],
-  "id": "libvirt-20"
+  "id": "libvirt-17"
 }
 
 {
       "type": "drive"
     }
   ],
-  "id": "libvirt-21"
+  "id": "libvirt-18"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-22"
-}
-
-{
-  "id": "libvirt-23",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'usb-redir' not found"
-  }
+  "id": "libvirt-19"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
       "type": "drive"
     }
   ],
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
-  "id": "libvirt-27",
+  "id": "libvirt-23",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'q35-pcihost' not found"
       "type": "drive"
     }
   ],
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
       "type": "hex32"
     }
   ],
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-32"
-}
-
-{
-  "id": "libvirt-33",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-gpu-pci' not found"
-  }
-}
-
-{
-  "id": "libvirt-34",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-gpu-device' not found"
-  }
+  "id": "libvirt-28"
 }
 
 {
-  "id": "libvirt-35",
+  "id": "libvirt-29",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ICH9-LPC' not found"
       "type": "on/off"
     }
   ],
-  "id": "libvirt-36"
+  "id": "libvirt-30"
 }
 
 {
-  "id": "libvirt-37",
+  "id": "libvirt-31",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
 }
 
 {
-  "id": "libvirt-38",
+  "id": "libvirt-32",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-device' not found"
       "type": "uint32"
     }
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-33"
 }
 
 {
       "name": "none"
     }
   ],
-  "id": "libvirt-40"
+  "id": "libvirt-34"
 }
 
 {
       "name": "Opteron_G4"
     }
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-35"
 }
 
 {
-  "id": "libvirt-42",
+  "id": "libvirt-36",
   "error": {
     "class": "CommandNotFound",
     "desc": "The command query-tpm-models has not been found"
 }
 
 {
-  "id": "libvirt-43",
+  "id": "libvirt-37",
   "error": {
     "class": "CommandNotFound",
     "desc": "The command query-tpm-types has not been found"
 }
 
 {
-  "id": "libvirt-44",
+  "id": "libvirt-38",
   "error": {
     "class": "CommandNotFound",
     "desc": "The command query-command-line-options has not been found"
       "capability": "xbzrle"
     }
   ],
-  "id": "libvirt-45"
+  "id": "libvirt-39"
 }
 
 {
index 3001d487c6bd9cac5245ae16fe51989287e90c07..f361944a1c5df1de3c38192b1f86d5fba8cfc20e 100644 (file)
   <flag name='isa-serial'/>
   <version>1002002</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>26900</microcodeVersion>
+  <microcodeVersion>26169</microcodeVersion>
   <package></package>
   <arch>x86_64</arch>
   <cpu type='kvm' name='qemu64'/>
index a5729740e29db46a1fedd2a9bfb351b2056e6b91..fc97bfcf9f86ae2626ae5b3bab1fd260b5e5459f 100644 (file)
 
 {
   "id": "libvirt-13",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-ccw' not found"
-  }
-}
-
-{
-  "id": "libvirt-14",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-ccw' not found"
 }
 
 {
-  "id": "libvirt-15",
+  "id": "libvirt-14",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-scsi-ccw' not found"
 }
 
 {
-  "id": "libvirt-16",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-s390' not found"
-  }
-}
-
-{
-  "id": "libvirt-17",
+  "id": "libvirt-15",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-s390' not found"
 }
 
 {
-  "id": "libvirt-18",
+  "id": "libvirt-16",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'pci-assign' not found"
       "type": "pci-host-devaddr"
     }
   ],
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
       "type": "pci-host-devaddr"
     }
   ],
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
       "type": "drive"
     }
   ],
-  "id": "libvirt-21"
+  "id": "libvirt-19"
 }
 
 {
       "type": "drive"
     }
   ],
-  "id": "libvirt-22"
+  "id": "libvirt-20"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-23"
+  "id": "libvirt-21"
 }
 
 {
       "type": "chr"
     }
   ],
-  "id": "libvirt-24"
+  "id": "libvirt-22"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-25"
+  "id": "libvirt-23"
 }
 
 {
       "type": "drive"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-24"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-27"
+  "id": "libvirt-25"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-28"
+  "id": "libvirt-26"
 }
 
 {
       "type": "drive"
     }
   ],
-  "id": "libvirt-29"
+  "id": "libvirt-27"
 }
 
 {
       "type": "hex32"
     }
   ],
-  "id": "libvirt-30"
+  "id": "libvirt-28"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-31"
+  "id": "libvirt-29"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-32"
+  "id": "libvirt-30"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-33"
-}
-
-{
-  "id": "libvirt-34",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-gpu-pci' not found"
-  }
-}
-
-{
-  "id": "libvirt-35",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-gpu-device' not found"
-  }
+  "id": "libvirt-31"
 }
 
 {
-  "id": "libvirt-36",
+  "id": "libvirt-32",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ICH9-LPC' not found"
       "type": "on/off"
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
-  "id": "libvirt-38",
+  "id": "libvirt-34",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
 }
 
 {
-  "id": "libvirt-39",
+  "id": "libvirt-35",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-device' not found"
       "type": "on/off"
     }
   ],
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
       "name": "none"
     }
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
       "name": "Opteron_G5"
     }
   ],
-  "id": "libvirt-42"
+  "id": "libvirt-38"
 }
 
 {
-  "id": "libvirt-43",
+  "id": "libvirt-39",
   "error": {
     "class": "CommandNotFound",
     "desc": "The command query-tpm-models has not been found"
 }
 
 {
-  "id": "libvirt-44",
+  "id": "libvirt-40",
   "error": {
     "class": "CommandNotFound",
     "desc": "The command query-tpm-types has not been found"
 }
 
 {
-  "id": "libvirt-45",
+  "id": "libvirt-41",
   "error": {
     "class": "CommandNotFound",
     "desc": "The command query-command-line-options has not been found"
       "capability": "xbzrle"
     }
   ],
-  "id": "libvirt-46"
+  "id": "libvirt-42"
 }
 
 {
index 283f30ef07eb5dfb3b61a64148e9b64629669574..d6db1ae22625832ec6c25e2983522af3e2f20f79 100644 (file)
   <flag name='isa-serial'/>
   <version>1003001</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>30198</microcodeVersion>
+  <microcodeVersion>29702</microcodeVersion>
   <package></package>
   <arch>x86_64</arch>
   <cpu type='kvm' name='qemu64'/>
index 01c75f0d1e4a4525b5ba7d3bb215f3854e46745d..3c96aa71edb643b7b94c64eabed194e673f8021d 100644 (file)
 
 {
   "id": "libvirt-13",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-ccw' not found"
-  }
-}
-
-{
-  "id": "libvirt-14",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-ccw' not found"
 }
 
 {
-  "id": "libvirt-15",
+  "id": "libvirt-14",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-scsi-ccw' not found"
 }
 
 {
-  "id": "libvirt-16",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-s390' not found"
-  }
-}
-
-{
-  "id": "libvirt-17",
+  "id": "libvirt-15",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-s390' not found"
 }
 
 {
-  "id": "libvirt-18",
+  "id": "libvirt-16",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'pci-assign' not found"
       "type": "pci-host-devaddr"
     }
   ],
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
       "type": "pci-host-devaddr"
     }
   ],
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
       "type": "drive"
     }
   ],
-  "id": "libvirt-21"
+  "id": "libvirt-19"
 }
 
 {
       "type": "drive"
     }
   ],
-  "id": "libvirt-22"
+  "id": "libvirt-20"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-23"
+  "id": "libvirt-21"
 }
 
 {
       "type": "chr"
     }
   ],
-  "id": "libvirt-24"
+  "id": "libvirt-22"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-25"
+  "id": "libvirt-23"
 }
 
 {
       "type": "drive"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-24"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-27"
+  "id": "libvirt-25"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-28"
+  "id": "libvirt-26"
 }
 
 {
       "type": "drive"
     }
   ],
-  "id": "libvirt-29"
+  "id": "libvirt-27"
 }
 
 {
       "type": "hex32"
     }
   ],
-  "id": "libvirt-30"
+  "id": "libvirt-28"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-31"
+  "id": "libvirt-29"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-32"
+  "id": "libvirt-30"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-33"
-}
-
-{
-  "id": "libvirt-34",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-gpu-pci' not found"
-  }
-}
-
-{
-  "id": "libvirt-35",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-gpu-device' not found"
-  }
+  "id": "libvirt-31"
 }
 
 {
-  "id": "libvirt-36",
+  "id": "libvirt-32",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ICH9-LPC' not found"
       "type": "on/off"
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
-  "id": "libvirt-38",
+  "id": "libvirt-34",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
 }
 
 {
-  "id": "libvirt-39",
+  "id": "libvirt-35",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-device' not found"
       "type": "on/off"
     }
   ],
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
       "name": "none"
     }
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
       "name": "qemu64"
     }
   ],
-  "id": "libvirt-42"
+  "id": "libvirt-38"
 }
 
 {
-  "id": "libvirt-43",
+  "id": "libvirt-39",
   "error": {
     "class": "CommandNotFound",
     "desc": "The command query-tpm-models has not been found"
 }
 
 {
-  "id": "libvirt-44",
+  "id": "libvirt-40",
   "error": {
     "class": "CommandNotFound",
     "desc": "The command query-tpm-types has not been found"
 }
 
 {
-  "id": "libvirt-45",
+  "id": "libvirt-41",
   "error": {
     "class": "CommandNotFound",
     "desc": "The command query-command-line-options has not been found"
       "capability": "xbzrle"
     }
   ],
-  "id": "libvirt-46"
+  "id": "libvirt-42"
 }
 
 {
index 200069ae868b5fcddc8ec94366301a821cf7a923..671ee935204e24fbee12d16c024bfef6a88df960 100644 (file)
   <flag name='isa-serial'/>
   <version>1004002</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>30915</microcodeVersion>
+  <microcodeVersion>30419</microcodeVersion>
   <package></package>
   <arch>x86_64</arch>
   <cpu type='kvm' name='Opteron_G5'/>
index e8d76cfdef0c3fa90d3a41bad8141ba85ce1ac0c..8da1b149d09f7ff14cbe1a9c6cb39fd5284764f5 100644 (file)
 
 {
   "id": "libvirt-13",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-ccw' not found"
-  }
-}
-
-{
-  "id": "libvirt-14",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-ccw' not found"
 }
 
 {
-  "id": "libvirt-15",
+  "id": "libvirt-14",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-scsi-ccw' not found"
 }
 
 {
-  "id": "libvirt-16",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-s390' not found"
-  }
-}
-
-{
-  "id": "libvirt-17",
+  "id": "libvirt-15",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-s390' not found"
 }
 
 {
-  "id": "libvirt-18",
+  "id": "libvirt-16",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'pci-assign' not found"
       "type": "pci-host-devaddr"
     }
   ],
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
       "type": "pci-host-devaddr"
     }
   ],
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
       "type": "drive"
     }
   ],
-  "id": "libvirt-21"
+  "id": "libvirt-19"
 }
 
 {
       "type": "drive"
     }
   ],
-  "id": "libvirt-22"
+  "id": "libvirt-20"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-23"
+  "id": "libvirt-21"
 }
 
 {
       "type": "chr"
     }
   ],
-  "id": "libvirt-24"
+  "id": "libvirt-22"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-25"
+  "id": "libvirt-23"
 }
 
 {
       "type": "drive"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-24"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-27"
+  "id": "libvirt-25"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-28"
+  "id": "libvirt-26"
 }
 
 {
       "type": "drive"
     }
   ],
-  "id": "libvirt-29"
+  "id": "libvirt-27"
 }
 
 {
       "type": "hex32"
     }
   ],
-  "id": "libvirt-30"
+  "id": "libvirt-28"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-31"
+  "id": "libvirt-29"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-32"
+  "id": "libvirt-30"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-33"
-}
-
-{
-  "id": "libvirt-34",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-gpu-pci' not found"
-  }
-}
-
-{
-  "id": "libvirt-35",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-gpu-device' not found"
-  }
+  "id": "libvirt-31"
 }
 
 {
-  "id": "libvirt-36",
+  "id": "libvirt-32",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ICH9-LPC' not found"
       "type": "on/off"
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
-  "id": "libvirt-38",
+  "id": "libvirt-34",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
 {
   "return": [
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
       "type": "on/off"
     }
   ],
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
       "cpu-max": 1
     }
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
       "name": "qemu64"
     }
   ],
-  "id": "libvirt-42"
+  "id": "libvirt-38"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-43"
+  "id": "libvirt-39"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-44"
+  "id": "libvirt-40"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-45"
+  "id": "libvirt-41"
 }
 
 {
       "capability": "xbzrle"
     }
   ],
-  "id": "libvirt-46"
+  "id": "libvirt-42"
 }
 
 {
index e02c0961cd249a0e59354016c97b082286a06ca3..04c801649020d5b663fe7ac6222cc038cb14957a 100644 (file)
   <flag name='isa-serial'/>
   <version>1005003</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>47019</microcodeVersion>
+  <microcodeVersion>46523</microcodeVersion>
   <package></package>
   <arch>x86_64</arch>
   <cpu type='kvm' name='Opteron_G5'/>
index eef8d30238dc9cfc781393bd3888bddd428c5233..d53fb576d266f7408bbef6fbd9ab530a2aa4d526 100644 (file)
 
 {
   "id": "libvirt-13",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-ccw' not found"
-  }
-}
-
-{
-  "id": "libvirt-14",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-ccw' not found"
 }
 
 {
-  "id": "libvirt-15",
+  "id": "libvirt-14",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-scsi-ccw' not found"
 }
 
 {
-  "id": "libvirt-16",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-s390' not found"
-  }
-}
-
-{
-  "id": "libvirt-17",
+  "id": "libvirt-15",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-s390' not found"
 }
 
 {
-  "id": "libvirt-18",
+  "id": "libvirt-16",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'pci-assign' not found"
       "type": "pci-host-devaddr"
     }
   ],
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
       "type": "pci-host-devaddr"
     }
   ],
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
       "type": "drive"
     }
   ],
-  "id": "libvirt-21"
+  "id": "libvirt-19"
 }
 
 {
       "type": "drive"
     }
   ],
-  "id": "libvirt-22"
+  "id": "libvirt-20"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-23"
+  "id": "libvirt-21"
 }
 
 {
       "type": "chr"
     }
   ],
-  "id": "libvirt-24"
+  "id": "libvirt-22"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-25"
+  "id": "libvirt-23"
 }
 
 {
       "type": "drive"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-24"
 }
 
 {
       "type": "size"
     }
   ],
-  "id": "libvirt-27"
+  "id": "libvirt-25"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-28"
+  "id": "libvirt-26"
 }
 
 {
       "type": "drive"
     }
   ],
-  "id": "libvirt-29"
+  "id": "libvirt-27"
 }
 
 {
       "type": "hex32"
     }
   ],
-  "id": "libvirt-30"
+  "id": "libvirt-28"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-31"
+  "id": "libvirt-29"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-32"
+  "id": "libvirt-30"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-33"
-}
-
-{
-  "id": "libvirt-34",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-gpu-pci' not found"
-  }
-}
-
-{
-  "id": "libvirt-35",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-gpu-device' not found"
-  }
+  "id": "libvirt-31"
 }
 
 {
-  "id": "libvirt-36",
+  "id": "libvirt-32",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ICH9-LPC' not found"
       "type": "on/off"
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
-  "id": "libvirt-38",
+  "id": "libvirt-34",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
 {
   "return": [
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
       "type": "on/off"
     }
   ],
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
       "cpu-max": 1
     }
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
       "name": "qemu64"
     }
   ],
-  "id": "libvirt-42"
+  "id": "libvirt-38"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-43"
+  "id": "libvirt-39"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-44"
+  "id": "libvirt-40"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-45"
+  "id": "libvirt-41"
 }
 
 {
       "capability": "zero-blocks"
     }
   ],
-  "id": "libvirt-46"
+  "id": "libvirt-42"
 }
 
 {
index e3896685e939bea76c4441f9a0fc83039aa1e70e..d977bdb64b6dbf20c656c6ddc7b56c0cfd4aba25 100644 (file)
   <flag name='isa-serial'/>
   <version>1006000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>45248</microcodeVersion>
+  <microcodeVersion>44752</microcodeVersion>
   <package></package>
   <arch>x86_64</arch>
   <cpu type='kvm' name='Opteron_G5'/>
index 416ece1afb69d0d2406cb88ef74c8e36d7e17738..4fcc7aa25a2e2fd0a18971595432b2a863997778 100644 (file)
 
 {
   "id": "libvirt-13",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-ccw' not found"
-  }
-}
-
-{
-  "id": "libvirt-14",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-ccw' not found"
 }
 
 {
-  "id": "libvirt-15",
+  "id": "libvirt-14",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-scsi-ccw' not found"
 }
 
 {
-  "id": "libvirt-16",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-s390' not found"
-  }
-}
-
-{
-  "id": "libvirt-17",
+  "id": "libvirt-15",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-s390' not found"
 }
 
 {
-  "id": "libvirt-18",
+  "id": "libvirt-16",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'pci-assign' not found"
       "type": "pci-host-devaddr"
     }
   ],
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
       "type": "pci-host-devaddr"
     }
   ],
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
       "type": "drive"
     }
   ],
-  "id": "libvirt-21"
+  "id": "libvirt-19"
 }
 
 {
       "type": "drive"
     }
   ],
-  "id": "libvirt-22"
+  "id": "libvirt-20"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-23"
+  "id": "libvirt-21"
 }
 
 {
       "type": "chr"
     }
   ],
-  "id": "libvirt-24"
+  "id": "libvirt-22"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-25"
+  "id": "libvirt-23"
 }
 
 {
       "type": "drive"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-24"
 }
 
 {
       "type": "size"
     }
   ],
-  "id": "libvirt-27"
+  "id": "libvirt-25"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-28"
+  "id": "libvirt-26"
 }
 
 {
       "type": "drive"
     }
   ],
-  "id": "libvirt-29"
+  "id": "libvirt-27"
 }
 
 {
       "type": "hex32"
     }
   ],
-  "id": "libvirt-30"
+  "id": "libvirt-28"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-31"
+  "id": "libvirt-29"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-32"
+  "id": "libvirt-30"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-33"
-}
-
-{
-  "id": "libvirt-34",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-gpu-pci' not found"
-  }
-}
-
-{
-  "id": "libvirt-35",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-gpu-device' not found"
-  }
+  "id": "libvirt-31"
 }
 
 {
-  "id": "libvirt-36",
+  "id": "libvirt-32",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ICH9-LPC' not found"
       "type": "on/off"
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
-  "id": "libvirt-38",
+  "id": "libvirt-34",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
 {
   "return": [
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
       "type": "on/off"
     }
   ],
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
       "cpu-max": 1
     }
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
       "name": "qemu64"
     }
   ],
-  "id": "libvirt-42"
+  "id": "libvirt-38"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-43"
+  "id": "libvirt-39"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-44"
+  "id": "libvirt-40"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-45"
+  "id": "libvirt-41"
 }
 
 {
       "capability": "zero-blocks"
     }
   ],
-  "id": "libvirt-46"
+  "id": "libvirt-42"
 }
 
 {
index 5b4d1ea66189c1adc90fa0a2de6009103b577a04..687d29251bc8ee6e40b545fbebe2f6a8a83431b5 100644 (file)
   <flag name='isa-serial'/>
   <version>1007000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>50692</microcodeVersion>
+  <microcodeVersion>50196</microcodeVersion>
   <package></package>
   <arch>x86_64</arch>
   <cpu type='kvm' name='Opteron_G5'/>
index 52546ad3c95c7dcf4eed03c73f4dc6e54089206e..543bce9defc1e1d296c75f6771d6e0cc2a6e1ce5 100644 (file)
 
 {
   "id": "libvirt-13",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-ccw' not found"
-  }
-}
-
-{
-  "id": "libvirt-14",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-ccw' not found"
 }
 
 {
-  "id": "libvirt-15",
+  "id": "libvirt-14",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-scsi-ccw' not found"
 }
 
 {
-  "id": "libvirt-16",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-s390' not found"
-  }
-}
-
-{
-  "id": "libvirt-17",
+  "id": "libvirt-15",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-s390' not found"
 }
 
 {
-  "id": "libvirt-18",
+  "id": "libvirt-16",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'pci-assign' not found"
       "type": "pci-host-devaddr"
     }
   ],
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
       "type": "pci-host-devaddr"
     }
   ],
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
       "type": "drive"
     }
   ],
-  "id": "libvirt-21"
+  "id": "libvirt-19"
 }
 
 {
       "type": "drive"
     }
   ],
-  "id": "libvirt-22"
+  "id": "libvirt-20"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-23"
+  "id": "libvirt-21"
 }
 
 {
       "type": "chr"
     }
   ],
-  "id": "libvirt-24"
+  "id": "libvirt-22"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-25"
+  "id": "libvirt-23"
 }
 
 {
       "type": "drive"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-24"
 }
 
 {
       "type": "size"
     }
   ],
-  "id": "libvirt-27"
+  "id": "libvirt-25"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-28"
+  "id": "libvirt-26"
 }
 
 {
       "type": "drive"
     }
   ],
-  "id": "libvirt-29"
+  "id": "libvirt-27"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-30"
+  "id": "libvirt-28"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-31"
+  "id": "libvirt-29"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-32"
+  "id": "libvirt-30"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-33"
-}
-
-{
-  "id": "libvirt-34",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-gpu-pci' not found"
-  }
-}
-
-{
-  "id": "libvirt-35",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-gpu-device' not found"
-  }
+  "id": "libvirt-31"
 }
 
 {
       "type": "pci-devfn"
     }
   ],
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
-  "id": "libvirt-38",
+  "id": "libvirt-34",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
 {
   "return": [
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
       "type": "on/off"
     }
   ],
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
       "cpu-max": 255
     }
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
       "name": "qemu64"
     }
   ],
-  "id": "libvirt-42"
+  "id": "libvirt-38"
 }
 
 {
   "return": [
     "tpm-tis"
   ],
-  "id": "libvirt-43"
+  "id": "libvirt-39"
 }
 
 {
   "return": [
     "passthrough"
   ],
-  "id": "libvirt-44"
+  "id": "libvirt-40"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-45"
+  "id": "libvirt-41"
 }
 
 {
       "capability": "zero-blocks"
     }
   ],
-  "id": "libvirt-46"
+  "id": "libvirt-42"
 }
 
 {
index 200e57adac7ba6ae3eb39145f21ee8e92bd46b33..dd89b83005df99a20a5961bb15a1d975a9e23514 100644 (file)
   <flag name='isa-serial'/>
   <version>2001001</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>59488</microcodeVersion>
+  <microcodeVersion>58992</microcodeVersion>
   <package></package>
   <arch>x86_64</arch>
   <cpu type='kvm' name='Opteron_G5'/>
index 410270284ff61f3d0afa6a746db418e6e195e139..11171d5b3f42d64af96bfda8aa2f6a283f33c93e 100644 (file)
 
 {
   "id": "libvirt-13",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-ccw' not found"
-  }
-}
-
-{
-  "id": "libvirt-14",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-ccw' not found"
 }
 
 {
-  "id": "libvirt-15",
+  "id": "libvirt-14",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-scsi-ccw' not found"
 }
 
 {
-  "id": "libvirt-16",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-s390' not found"
-  }
-}
-
-{
-  "id": "libvirt-17",
+  "id": "libvirt-15",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-s390' not found"
 }
 
 {
-  "id": "libvirt-18",
+  "id": "libvirt-16",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'pci-assign' not found"
 }
 
 {
-  "id": "libvirt-19",
+  "id": "libvirt-17",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'kvm-pci-assign' not found"
       "type": "bool"
     }
   ],
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-21"
+  "id": "libvirt-19"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-22"
+  "id": "libvirt-20"
 }
 
 {
-  "id": "libvirt-23",
+  "id": "libvirt-21",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'PIIX4_PM' not found"
   }
 }
 
-{
-  "id": "libvirt-24",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'usb-redir' not found"
-  }
-}
-
 {
   "return": [
     {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-25"
+  "id": "libvirt-22"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-23"
 }
 
 {
-  "id": "libvirt-27",
+  "id": "libvirt-24",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'i440FX-pcihost' not found"
 }
 
 {
-  "id": "libvirt-28",
+  "id": "libvirt-25",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'q35-pcihost' not found"
       "type": "uint16"
     }
   ],
-  "id": "libvirt-29"
+  "id": "libvirt-26"
 }
 
 {
-  "id": "libvirt-30",
+  "id": "libvirt-27",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'kvm-pit' not found"
       "type": "int32"
     }
   ],
-  "id": "libvirt-31"
-}
-
-{
-  "id": "libvirt-32",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'vmware-svga' not found"
-  }
-}
-
-{
-  "id": "libvirt-33",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'qxl' not found"
-  }
+  "id": "libvirt-28"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-34"
+  "id": "libvirt-29"
 }
 
 {
       "type": "size"
     }
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-30"
 }
 
 {
-  "id": "libvirt-36",
+  "id": "libvirt-31",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ICH9-LPC' not found"
       "type": "str"
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-32"
 }
 
 {
-  "id": "libvirt-38",
+  "id": "libvirt-33",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
       "type": "bool"
     }
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-34"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-40"
+  "id": "libvirt-35"
 }
 
 {
       "cpu-max": 1
     }
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-36"
 }
 
 {
       "static": false
     }
   ],
-  "id": "libvirt-42"
+  "id": "libvirt-37"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-43"
+  "id": "libvirt-38"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-44"
+  "id": "libvirt-39"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-45"
+  "id": "libvirt-40"
 }
 
 {
       "capability": "return-path"
     }
   ],
-  "id": "libvirt-46"
+  "id": "libvirt-41"
 }
 
 {
       "meta-type": "object"
     }
   ],
-  "id": "libvirt-47"
+  "id": "libvirt-42"
 }
 
 {
       "kernel": true
     }
   ],
-  "id": "libvirt-48"
+  "id": "libvirt-43"
 }
 
 {
index 588bb0d4d97874f24cdc29f6ec224e1ca71324aa..17d388e815a06598cd9de6d4a810a5fbf081ca01 100644 (file)
   <flag name='dump-completed'/>
   <version>2010000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>304138</microcodeVersion>
+  <microcodeVersion>303541</microcodeVersion>
   <package> (v2.10.0)</package>
   <arch>aarch64</arch>
   <cpu type='kvm' name='pxa262'/>
index 50d327c98f31f85f895f8cc610e333b917ea5667..8843ae72bf900e82d24c03bb2dbb0fdff573c835 100644 (file)
 
 {
   "id": "libvirt-13",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-ccw' not found"
-  }
-}
-
-{
-  "id": "libvirt-14",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-ccw' not found"
 }
 
 {
-  "id": "libvirt-15",
+  "id": "libvirt-14",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-scsi-ccw' not found"
 }
 
 {
-  "id": "libvirt-16",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-s390' not found"
-  }
-}
-
-{
-  "id": "libvirt-17",
+  "id": "libvirt-15",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-s390' not found"
 }
 
 {
-  "id": "libvirt-18",
+  "id": "libvirt-16",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'pci-assign' not found"
 }
 
 {
-  "id": "libvirt-19",
+  "id": "libvirt-17",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'kvm-pci-assign' not found"
       "type": "bool"
     }
   ],
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-21"
+  "id": "libvirt-19"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-22"
+  "id": "libvirt-20"
 }
 
 {
-  "id": "libvirt-23",
+  "id": "libvirt-21",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'PIIX4_PM' not found"
   }
 }
 
-{
-  "id": "libvirt-24",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'usb-redir' not found"
-  }
-}
-
 {
   "return": [
     {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-25"
+  "id": "libvirt-22"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-23"
 }
 
 {
-  "id": "libvirt-27",
+  "id": "libvirt-24",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'i440FX-pcihost' not found"
 }
 
 {
-  "id": "libvirt-28",
+  "id": "libvirt-25",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'q35-pcihost' not found"
       "type": "uint16"
     }
   ],
-  "id": "libvirt-29"
+  "id": "libvirt-26"
 }
 
 {
-  "id": "libvirt-30",
+  "id": "libvirt-27",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'kvm-pit' not found"
       "type": "int32"
     }
   ],
-  "id": "libvirt-31"
-}
-
-{
-  "id": "libvirt-32",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'vmware-svga' not found"
-  }
-}
-
-{
-  "id": "libvirt-33",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'qxl' not found"
-  }
+  "id": "libvirt-28"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-34"
+  "id": "libvirt-29"
 }
 
 {
       "type": "size"
     }
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-30"
 }
 
 {
-  "id": "libvirt-36",
+  "id": "libvirt-31",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ICH9-LPC' not found"
       "type": "str"
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-32"
 }
 
 {
-  "id": "libvirt-38",
+  "id": "libvirt-33",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
       "type": "bool"
     }
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-34"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-40"
+  "id": "libvirt-35"
 }
 
 {
       "cpu-max": 1
     }
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-36"
 }
 
 {
       "static": false
     }
   ],
-  "id": "libvirt-42"
+  "id": "libvirt-37"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-43"
+  "id": "libvirt-38"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-44"
+  "id": "libvirt-39"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-45"
+  "id": "libvirt-40"
 }
 
 {
       "capability": "return-path"
     }
   ],
-  "id": "libvirt-46"
+  "id": "libvirt-41"
 }
 
 {
       "meta-type": "object"
     }
   ],
-  "id": "libvirt-47"
+  "id": "libvirt-42"
 }
 
 {
       "kernel": false
     }
   ],
-  "id": "libvirt-48"
+  "id": "libvirt-43"
 }
 
 {
index a88a4609df52bd8dc2e091060f55f9cdf391a118..0f5f724c3e5b8b97cc66cdfc3d0511275cac2325 100644 (file)
   <flag name='dump-completed'/>
   <version>2010000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>304138</microcodeVersion>
+  <microcodeVersion>303541</microcodeVersion>
   <package> (v2.10.0)</package>
   <arch>aarch64</arch>
   <cpu type='kvm' name='pxa262'/>
index 065e2b4dc20589d3fd8265fa7f727ed882cbd692..980f8ecc111efbce6ca798f1ddca1458f0078c6a 100644 (file)
 
 {
   "id": "libvirt-13",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-ccw' not found"
-  }
-}
-
-{
-  "id": "libvirt-14",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-ccw' not found"
 }
 
 {
-  "id": "libvirt-15",
+  "id": "libvirt-14",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-scsi-ccw' not found"
 }
 
 {
-  "id": "libvirt-16",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-s390' not found"
-  }
-}
-
-{
-  "id": "libvirt-17",
+  "id": "libvirt-15",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-s390' not found"
 }
 
 {
-  "id": "libvirt-18",
+  "id": "libvirt-16",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'pci-assign' not found"
 }
 
 {
-  "id": "libvirt-19",
+  "id": "libvirt-17",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'kvm-pci-assign' not found"
       "type": "bool"
     }
   ],
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-21"
+  "id": "libvirt-19"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-22"
+  "id": "libvirt-20"
 }
 
 {
-  "id": "libvirt-23",
+  "id": "libvirt-21",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'PIIX4_PM' not found"
   }
 }
 
-{
-  "id": "libvirt-24",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'usb-redir' not found"
-  }
-}
-
 {
   "return": [
     {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-25"
+  "id": "libvirt-22"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-23"
 }
 
 {
-  "id": "libvirt-27",
+  "id": "libvirt-24",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'i440FX-pcihost' not found"
 }
 
 {
-  "id": "libvirt-28",
+  "id": "libvirt-25",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'q35-pcihost' not found"
       "type": "uint16"
     }
   ],
-  "id": "libvirt-29"
+  "id": "libvirt-26"
 }
 
 {
-  "id": "libvirt-30",
+  "id": "libvirt-27",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'kvm-pit' not found"
       "type": "int32"
     }
   ],
-  "id": "libvirt-31"
-}
-
-{
-  "id": "libvirt-32",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'vmware-svga' not found"
-  }
-}
-
-{
-  "id": "libvirt-33",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'qxl' not found"
-  }
+  "id": "libvirt-28"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-34"
+  "id": "libvirt-29"
 }
 
 {
       "type": "size"
     }
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-30"
 }
 
 {
-  "id": "libvirt-36",
+  "id": "libvirt-31",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ICH9-LPC' not found"
       "type": "str"
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-32"
 }
 
 {
-  "id": "libvirt-38",
+  "id": "libvirt-33",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
       "type": "bool"
     }
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-34"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-40"
+  "id": "libvirt-35"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-36"
 }
 
 {
       "cpu-max": 1
     }
   ],
-  "id": "libvirt-42"
+  "id": "libvirt-37"
 }
 
 {
       "static": false
     }
   ],
-  "id": "libvirt-43"
+  "id": "libvirt-38"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-44"
+  "id": "libvirt-39"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-45"
+  "id": "libvirt-40"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-46"
+  "id": "libvirt-41"
 }
 
 {
       "capability": "return-path"
     }
   ],
-  "id": "libvirt-47"
+  "id": "libvirt-42"
 }
 
 {
       "meta-type": "object"
     }
   ],
-  "id": "libvirt-48"
+  "id": "libvirt-43"
 }
 
 {
index 04e2e770918a8a83035142c97e4b806966f178e1..403b538628f21b10166430870f76ba0a4e3ca3b0 100644 (file)
   <flag name='dump-completed'/>
   <version>2010000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>383421</microcodeVersion>
+  <microcodeVersion>382824</microcodeVersion>
   <package> (v2.10.0)</package>
   <arch>ppc64</arch>
   <cpu type='kvm' name='default'/>
index 2958c3eaa83edb9b32ef047ed5cbe7b70264b5a5..534756f0b386e28c5ce58846cff33a1200f76507 100644 (file)
 
 {
   "id": "libvirt-16",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-s390' not found"
-  }
-}
-
-{
-  "id": "libvirt-17",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-s390' not found"
 }
 
 {
-  "id": "libvirt-18",
+  "id": "libvirt-17",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'pci-assign' not found"
 }
 
 {
-  "id": "libvirt-19",
+  "id": "libvirt-18",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'kvm-pci-assign' not found"
       "type": "bool"
     }
   ],
-  "id": "libvirt-20"
+  "id": "libvirt-19"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-21"
+  "id": "libvirt-20"
 }
 
 {
-  "id": "libvirt-22",
+  "id": "libvirt-21",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ide-drive' not found"
 }
 
 {
-  "id": "libvirt-23",
+  "id": "libvirt-22",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'PIIX4_PM' not found"
 }
 
 {
-  "id": "libvirt-24",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'usb-redir' not found"
-  }
-}
-
-{
-  "id": "libvirt-25",
+  "id": "libvirt-23",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'usb-host' not found"
       "type": "uint32"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-24"
 }
 
 {
-  "id": "libvirt-27",
+  "id": "libvirt-25",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'i440FX-pcihost' not found"
 }
 
 {
-  "id": "libvirt-28",
+  "id": "libvirt-26",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'q35-pcihost' not found"
 }
 
 {
-  "id": "libvirt-29",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'usb-storage' not found"
-  }
-}
-
-{
-  "id": "libvirt-30",
+  "id": "libvirt-27",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'kvm-pit' not found"
   }
 }
 
-{
-  "id": "libvirt-31",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'VGA' not found"
-  }
-}
-
-{
-  "id": "libvirt-32",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'vmware-svga' not found"
-  }
-}
-
-{
-  "id": "libvirt-33",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'qxl' not found"
-  }
-}
-
 {
   "return": [
     {
       "type": "str"
     }
   ],
-  "id": "libvirt-34"
+  "id": "libvirt-28"
 }
 
 {
       "type": "size"
     }
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-29"
 }
 
 {
-  "id": "libvirt-36",
+  "id": "libvirt-30",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ICH9-LPC' not found"
       "type": "str"
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-31"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-38"
+  "id": "libvirt-32"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-39"
-}
-
-{
-  "id": "libvirt-40",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'nec-usb-xhci' not found"
-  }
+  "id": "libvirt-33"
 }
 
 {
       "cpu-max": 248
     }
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-34"
 }
 
 {
       "migration-safe": true
     }
   ],
-  "id": "libvirt-42"
+  "id": "libvirt-35"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-43"
+  "id": "libvirt-36"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-44"
+  "id": "libvirt-37"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-45"
+  "id": "libvirt-38"
 }
 
 {
       "capability": "return-path"
     }
   ],
-  "id": "libvirt-46"
+  "id": "libvirt-39"
 }
 
 {
       "meta-type": "object"
     }
   ],
-  "id": "libvirt-47"
+  "id": "libvirt-40"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-48"
+  "id": "libvirt-41"
 }
 
 {
-  "id": "libvirt-49",
+  "id": "libvirt-42",
   "error": {
     "class": "GenericError",
     "desc": "Property '.migratable' not found"
index bbd351c0a2cb5674cde144943ec2fc694907eabe..1096495f00d50111e55d551d03d2eea2dc2f9317 100644 (file)
   <flag name='dump-completed'/>
   <version>2010000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>304153</microcodeVersion>
+  <microcodeVersion>303326</microcodeVersion>
   <package></package>
   <arch>s390x</arch>
   <hostCPU type='kvm' model='z14-base' migratability='no'>
index 5ddaa0316bf50c8cba5572ec4c453fa52c211cc4..6c6ecc26874c825be3a90fd07ae6f3b6c130d3a8 100644 (file)
 
 {
   "id": "libvirt-13",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-ccw' not found"
-  }
-}
-
-{
-  "id": "libvirt-14",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-ccw' not found"
 }
 
 {
-  "id": "libvirt-15",
+  "id": "libvirt-14",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-scsi-ccw' not found"
 }
 
 {
-  "id": "libvirt-16",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-s390' not found"
-  }
-}
-
-{
-  "id": "libvirt-17",
+  "id": "libvirt-15",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-s390' not found"
 }
 
 {
-  "id": "libvirt-18",
+  "id": "libvirt-16",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'pci-assign' not found"
       "type": "bool"
     }
   ],
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-21"
+  "id": "libvirt-19"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-22"
+  "id": "libvirt-20"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-23"
+  "id": "libvirt-21"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-24"
+  "id": "libvirt-22"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-25"
+  "id": "libvirt-23"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-24"
 }
 
 {
       "type": "child<qemu:memory-region>"
     }
   ],
-  "id": "libvirt-27"
+  "id": "libvirt-25"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-28"
+  "id": "libvirt-26"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-29"
+  "id": "libvirt-27"
 }
 
 {
       "type": "LostTickPolicy"
     }
   ],
-  "id": "libvirt-30"
+  "id": "libvirt-28"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-31"
+  "id": "libvirt-29"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-32"
+  "id": "libvirt-30"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-33"
+  "id": "libvirt-31"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-34"
+  "id": "libvirt-32"
 }
 
 {
       "type": "size"
     }
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-33"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-36"
+  "id": "libvirt-34"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-35"
 }
 
 {
-  "id": "libvirt-38",
+  "id": "libvirt-36",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
       "type": "bool"
     }
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-37"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-40"
+  "id": "libvirt-38"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-39"
 }
 
 {
       "alias": "q35"
     }
   ],
-  "id": "libvirt-42"
+  "id": "libvirt-40"
 }
 
 {
       "migration-safe": true
     }
   ],
-  "id": "libvirt-43"
+  "id": "libvirt-41"
 }
 
 {
   "return": [
     "tpm-tis"
   ],
-  "id": "libvirt-44"
+  "id": "libvirt-42"
 }
 
 {
   "return": [
     "passthrough"
   ],
-  "id": "libvirt-45"
+  "id": "libvirt-43"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-46"
+  "id": "libvirt-44"
 }
 
 {
       "capability": "return-path"
     }
   ],
-  "id": "libvirt-47"
+  "id": "libvirt-45"
 }
 
 {
       "meta-type": "object"
     }
   ],
-  "id": "libvirt-48"
+  "id": "libvirt-46"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-49"
+  "id": "libvirt-47"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-50"
+  "id": "libvirt-48"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-51"
+  "id": "libvirt-49"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-52"
+  "id": "libvirt-50"
 }
 
 {
index 91ab3b0838f47f86e38cfd6bfa304c1581f72c91..dacb5c459942838f1bb3b4f1ca8c1ba66de2cc4a 100644 (file)
   <flag name='dump-completed'/>
   <version>2010000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>345185</microcodeVersion>
+  <microcodeVersion>344938</microcodeVersion>
   <package> (v2.10.0)</package>
   <arch>x86_64</arch>
   <hostCPU type='kvm' model='base' migratability='yes'>
index 6768937bd513d99ace8d2f93250c8d798531166b..860904b1e016feabc817e3f1b912752d1ae01ad3 100644 (file)
 
 {
   "id": "libvirt-16",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-s390' not found"
-  }
-}
-
-{
-  "id": "libvirt-17",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-s390' not found"
 }
 
 {
-  "id": "libvirt-18",
+  "id": "libvirt-17",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'pci-assign' not found"
 }
 
 {
-  "id": "libvirt-19",
+  "id": "libvirt-18",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'kvm-pci-assign' not found"
       "type": "bool"
     }
   ],
-  "id": "libvirt-20"
+  "id": "libvirt-19"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-21"
+  "id": "libvirt-20"
 }
 
 {
-  "id": "libvirt-22",
+  "id": "libvirt-21",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ide-drive' not found"
 }
 
 {
-  "id": "libvirt-23",
+  "id": "libvirt-22",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'PIIX4_PM' not found"
 }
 
 {
-  "id": "libvirt-24",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'usb-redir' not found"
-  }
-}
-
-{
-  "id": "libvirt-25",
+  "id": "libvirt-23",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'usb-host' not found"
       "type": "uint32"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-24"
 }
 
 {
-  "id": "libvirt-27",
+  "id": "libvirt-25",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'i440FX-pcihost' not found"
 }
 
 {
-  "id": "libvirt-28",
+  "id": "libvirt-26",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'q35-pcihost' not found"
 }
 
 {
-  "id": "libvirt-29",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'usb-storage' not found"
-  }
-}
-
-{
-  "id": "libvirt-30",
+  "id": "libvirt-27",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'kvm-pit' not found"
   }
 }
 
-{
-  "id": "libvirt-31",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'VGA' not found"
-  }
-}
-
-{
-  "id": "libvirt-32",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'vmware-svga' not found"
-  }
-}
-
-{
-  "id": "libvirt-33",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'qxl' not found"
-  }
-}
-
 {
   "return": [
     {
       "type": "str"
     }
   ],
-  "id": "libvirt-34"
+  "id": "libvirt-28"
 }
 
 {
       "type": "size"
     }
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-29"
 }
 
 {
-  "id": "libvirt-36",
+  "id": "libvirt-30",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ICH9-LPC' not found"
       "type": "str"
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-31"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-38"
+  "id": "libvirt-32"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-39"
-}
-
-{
-  "id": "libvirt-40",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'nec-usb-xhci' not found"
-  }
+  "id": "libvirt-33"
 }
 
 {
       "cpu-max": 248
     }
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-34"
 }
 
 {
       "migration-safe": true
     }
   ],
-  "id": "libvirt-42"
+  "id": "libvirt-35"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-43"
+  "id": "libvirt-36"
 }
 
 {
   "return": [
     "emulator"
   ],
-  "id": "libvirt-44"
+  "id": "libvirt-37"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-45"
+  "id": "libvirt-38"
 }
 
 {
       "capability": "x-multifd"
     }
   ],
-  "id": "libvirt-46"
+  "id": "libvirt-39"
 }
 
 {
       "meta-type": "object"
     }
   ],
-  "id": "libvirt-47"
+  "id": "libvirt-40"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-48"
+  "id": "libvirt-41"
 }
 
 {
-  "id": "libvirt-49",
+  "id": "libvirt-42",
   "error": {
     "class": "GenericError",
     "desc": "Property '.migratable' not found"
index f7f102fe4c9ceb2882c146b3c5cfffadde8ca911..17abac91024ae2999cedd0dd700cb7c7e38e5f47 100644 (file)
   <flag name='dump-completed'/>
   <version>2011000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>341724</microcodeVersion>
+  <microcodeVersion>340897</microcodeVersion>
   <package></package>
   <arch>s390x</arch>
   <hostCPU type='kvm' model='z14-base' migratability='no'>
index 9f256c48a4c5d6047c56d85031f8538f9b999f1b..68ecb0c17dc740fa270aceeb6c2e56381359930e 100644 (file)
 
 {
   "id": "libvirt-13",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-ccw' not found"
-  }
-}
-
-{
-  "id": "libvirt-14",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-ccw' not found"
 }
 
 {
-  "id": "libvirt-15",
+  "id": "libvirt-14",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-scsi-ccw' not found"
 }
 
 {
-  "id": "libvirt-16",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-s390' not found"
-  }
-}
-
-{
-  "id": "libvirt-17",
+  "id": "libvirt-15",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-s390' not found"
 }
 
 {
-  "id": "libvirt-18",
+  "id": "libvirt-16",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'pci-assign' not found"
       "type": "str"
     }
   ],
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-21"
+  "id": "libvirt-19"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-22"
+  "id": "libvirt-20"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-23"
+  "id": "libvirt-21"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-24"
+  "id": "libvirt-22"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-25"
+  "id": "libvirt-23"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-24"
 }
 
 {
       "type": "size"
     }
   ],
-  "id": "libvirt-27"
+  "id": "libvirt-25"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-28"
+  "id": "libvirt-26"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-29"
+  "id": "libvirt-27"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-30"
+  "id": "libvirt-28"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-31"
+  "id": "libvirt-29"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-32"
+  "id": "libvirt-30"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-33"
+  "id": "libvirt-31"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-34"
+  "id": "libvirt-32"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-33"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-36"
+  "id": "libvirt-34"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-35"
 }
 
 {
-  "id": "libvirt-38",
+  "id": "libvirt-36",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
       "type": "bool"
     }
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-37"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-40"
+  "id": "libvirt-38"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-39"
 }
 
 {
       "cpu-max": 255
     }
   ],
-  "id": "libvirt-42"
+  "id": "libvirt-40"
 }
 
 {
       "name": "qemu64"
     }
   ],
-  "id": "libvirt-43"
+  "id": "libvirt-41"
 }
 
 {
   "return": [
     "tpm-tis"
   ],
-  "id": "libvirt-44"
+  "id": "libvirt-42"
 }
 
 {
   "return": [
     "passthrough"
   ],
-  "id": "libvirt-45"
+  "id": "libvirt-43"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-46"
+  "id": "libvirt-44"
 }
 
 {
       "capability": "events"
     }
   ],
-  "id": "libvirt-47"
+  "id": "libvirt-45"
 }
 
 {
index 9b315aecf4c856865f06013fb4cc6d7ea73b051e..178f37f8a5ff9832e6f582fa5e352420a349e386 100644 (file)
   <flag name='isa-serial'/>
   <version>2004000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>75653</microcodeVersion>
+  <microcodeVersion>75406</microcodeVersion>
   <package></package>
   <arch>x86_64</arch>
   <cpu type='kvm' name='Opteron_G5'/>
index 876bc2f0a4a322ee8caebeb65b9419923cb200dd..5bc505abb32c19ad595b645f79e6703f78b95064 100644 (file)
 
 {
   "id": "libvirt-13",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-ccw' not found"
-  }
-}
-
-{
-  "id": "libvirt-14",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-ccw' not found"
 }
 
 {
-  "id": "libvirt-15",
+  "id": "libvirt-14",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-scsi-ccw' not found"
 }
 
 {
-  "id": "libvirt-16",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-s390' not found"
-  }
-}
-
-{
-  "id": "libvirt-17",
+  "id": "libvirt-15",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-s390' not found"
 }
 
 {
-  "id": "libvirt-18",
+  "id": "libvirt-16",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'pci-assign' not found"
       "type": "bool"
     }
   ],
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-21"
+  "id": "libvirt-19"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-22"
+  "id": "libvirt-20"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-23"
+  "id": "libvirt-21"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-24"
+  "id": "libvirt-22"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-25"
+  "id": "libvirt-23"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-24"
 }
 
 {
       "type": "child<qemu:memory-region>"
     }
   ],
-  "id": "libvirt-27"
+  "id": "libvirt-25"
 }
 
 {
       "type": "child<qemu:memory-region>"
     }
   ],
-  "id": "libvirt-28"
+  "id": "libvirt-26"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-29"
+  "id": "libvirt-27"
 }
 
 {
       "type": "LostTickPolicy"
     }
   ],
-  "id": "libvirt-30"
+  "id": "libvirt-28"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-31"
+  "id": "libvirt-29"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-32"
+  "id": "libvirt-30"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-33"
+  "id": "libvirt-31"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-34"
+  "id": "libvirt-32"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-33"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-36"
+  "id": "libvirt-34"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-35"
 }
 
 {
-  "id": "libvirt-38",
+  "id": "libvirt-36",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
       "type": "bool"
     }
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-37"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-40"
+  "id": "libvirt-38"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-39"
 }
 
 {
       "cpu-max": 255
     }
   ],
-  "id": "libvirt-42"
+  "id": "libvirt-40"
 }
 
 {
       "name": "qemu64"
     }
   ],
-  "id": "libvirt-43"
+  "id": "libvirt-41"
 }
 
 {
   "return": [
     "tpm-tis"
   ],
-  "id": "libvirt-44"
+  "id": "libvirt-42"
 }
 
 {
   "return": [
     "passthrough"
   ],
-  "id": "libvirt-45"
+  "id": "libvirt-43"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-46"
+  "id": "libvirt-44"
 }
 
 {
       "capability": "x-postcopy-ram"
     }
   ],
-  "id": "libvirt-47"
+  "id": "libvirt-45"
 }
 
 {
       "meta-type": "array"
     }
   ],
-  "id": "libvirt-48"
+  "id": "libvirt-46"
 }
 
 {
index 3096eadf723b910b73b89c7354a3d706265138e1..1e8ee4e59f6b24753410f71d9700ef4cd205c4c9 100644 (file)
   <flag name='isa-serial'/>
   <version>2005000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>216775</microcodeVersion>
+  <microcodeVersion>216528</microcodeVersion>
   <package></package>
   <arch>x86_64</arch>
   <cpu type='kvm' name='Opteron_G5'/>
index 219616aa3b6c66bf4e1b252b4494d81616d953a1..0ec7193b096924668c7968a05ba13e17d26ab91e 100644 (file)
 
 {
   "id": "libvirt-13",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-ccw' not found"
-  }
-}
-
-{
-  "id": "libvirt-14",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-ccw' not found"
 }
 
 {
-  "id": "libvirt-15",
+  "id": "libvirt-14",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-scsi-ccw' not found"
 }
 
 {
-  "id": "libvirt-16",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-s390' not found"
-  }
-}
-
-{
-  "id": "libvirt-17",
+  "id": "libvirt-15",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-s390' not found"
 }
 
 {
-  "id": "libvirt-18",
+  "id": "libvirt-16",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'pci-assign' not found"
 }
 
 {
-  "id": "libvirt-19",
+  "id": "libvirt-17",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'kvm-pci-assign' not found"
       "type": "bool"
     }
   ],
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-21"
+  "id": "libvirt-19"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-22"
+  "id": "libvirt-20"
 }
 
 {
-  "id": "libvirt-23",
+  "id": "libvirt-21",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'PIIX4_PM' not found"
   }
 }
 
-{
-  "id": "libvirt-24",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'usb-redir' not found"
-  }
-}
-
 {
   "return": [
     {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-25"
+  "id": "libvirt-22"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-23"
 }
 
 {
-  "id": "libvirt-27",
+  "id": "libvirt-24",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'i440FX-pcihost' not found"
 }
 
 {
-  "id": "libvirt-28",
+  "id": "libvirt-25",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'q35-pcihost' not found"
       "type": "uint16"
     }
   ],
-  "id": "libvirt-29"
+  "id": "libvirt-26"
 }
 
 {
-  "id": "libvirt-30",
+  "id": "libvirt-27",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'kvm-pit' not found"
       "type": "int32"
     }
   ],
-  "id": "libvirt-31"
-}
-
-{
-  "id": "libvirt-32",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'vmware-svga' not found"
-  }
-}
-
-{
-  "id": "libvirt-33",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'qxl' not found"
-  }
+  "id": "libvirt-28"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-34"
+  "id": "libvirt-29"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-30"
 }
 
 {
-  "id": "libvirt-36",
+  "id": "libvirt-31",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ICH9-LPC' not found"
       "type": "bool"
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-32"
 }
 
 {
-  "id": "libvirt-38",
+  "id": "libvirt-33",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
       "type": "bool"
     }
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-34"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-40"
+  "id": "libvirt-35"
 }
 
 {
       "cpu-max": 1
     }
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-36"
 }
 
 {
       "name": "pxa270"
     }
   ],
-  "id": "libvirt-42"
+  "id": "libvirt-37"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-43"
+  "id": "libvirt-38"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-44"
+  "id": "libvirt-39"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-45"
+  "id": "libvirt-40"
 }
 
 {
       "capability": "postcopy-ram"
     }
   ],
-  "id": "libvirt-46"
+  "id": "libvirt-41"
 }
 
 {
       "meta-type": "array"
     }
   ],
-  "id": "libvirt-47"
+  "id": "libvirt-42"
 }
 
 {
       "kernel": true
     }
   ],
-  "id": "libvirt-48"
+  "id": "libvirt-43"
 }
 
 {
index 7f8721bec97af639d84884dbf18f3742e211e47d..160ab1e9ee48c15c784a53094b6787da59b899d7 100644 (file)
   <flag name='dump-completed'/>
   <version>2006000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>228838</microcodeVersion>
+  <microcodeVersion>228241</microcodeVersion>
   <package></package>
   <arch>aarch64</arch>
   <cpu type='kvm' name='pxa262'/>
index 7723c409706fcf6d0a4f7363c49e5c6a2ac9e5b2..920b14d6f0134357cf71040e63b51a60a8b97dc0 100644 (file)
 
 {
   "id": "libvirt-13",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-ccw' not found"
-  }
-}
-
-{
-  "id": "libvirt-14",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-ccw' not found"
 }
 
 {
-  "id": "libvirt-15",
+  "id": "libvirt-14",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-scsi-ccw' not found"
 }
 
 {
-  "id": "libvirt-16",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-s390' not found"
-  }
-}
-
-{
-  "id": "libvirt-17",
+  "id": "libvirt-15",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-s390' not found"
 }
 
 {
-  "id": "libvirt-18",
+  "id": "libvirt-16",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'pci-assign' not found"
 }
 
 {
-  "id": "libvirt-19",
+  "id": "libvirt-17",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'kvm-pci-assign' not found"
       "type": "bool"
     }
   ],
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-21"
+  "id": "libvirt-19"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-22"
+  "id": "libvirt-20"
 }
 
 {
-  "id": "libvirt-23",
+  "id": "libvirt-21",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'PIIX4_PM' not found"
   }
 }
 
-{
-  "id": "libvirt-24",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'usb-redir' not found"
-  }
-}
-
 {
   "return": [
     {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-25"
+  "id": "libvirt-22"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-23"
 }
 
 {
-  "id": "libvirt-27",
+  "id": "libvirt-24",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'i440FX-pcihost' not found"
 }
 
 {
-  "id": "libvirt-28",
+  "id": "libvirt-25",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'q35-pcihost' not found"
       "type": "uint16"
     }
   ],
-  "id": "libvirt-29"
+  "id": "libvirt-26"
 }
 
 {
-  "id": "libvirt-30",
+  "id": "libvirt-27",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'kvm-pit' not found"
       "type": "int32"
     }
   ],
-  "id": "libvirt-31"
-}
-
-{
-  "id": "libvirt-32",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'vmware-svga' not found"
-  }
-}
-
-{
-  "id": "libvirt-33",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'qxl' not found"
-  }
+  "id": "libvirt-28"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-34"
+  "id": "libvirt-29"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-30"
 }
 
 {
-  "id": "libvirt-36",
+  "id": "libvirt-31",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ICH9-LPC' not found"
       "type": "bool"
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-32"
 }
 
 {
-  "id": "libvirt-38",
+  "id": "libvirt-33",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
       "type": "bool"
     }
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-34"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-40"
+  "id": "libvirt-35"
 }
 
 {
       "cpu-max": 1
     }
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-36"
 }
 
 {
       "name": "pxa270"
     }
   ],
-  "id": "libvirt-42"
+  "id": "libvirt-37"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-43"
+  "id": "libvirt-38"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-44"
+  "id": "libvirt-39"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-45"
+  "id": "libvirt-40"
 }
 
 {
       "capability": "postcopy-ram"
     }
   ],
-  "id": "libvirt-46"
+  "id": "libvirt-41"
 }
 
 {
       "meta-type": "array"
     }
   ],
-  "id": "libvirt-47"
+  "id": "libvirt-42"
 }
 
 {
       "kernel": false
     }
   ],
-  "id": "libvirt-48"
+  "id": "libvirt-43"
 }
 
 {
index a6ba48ec73e30fa32142a15065c11b4401529c1e..880a49fc5593a6b33981ef75a1a87458567e9d8c 100644 (file)
   <flag name='dump-completed'/>
   <version>2006000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>228838</microcodeVersion>
+  <microcodeVersion>228241</microcodeVersion>
   <package></package>
   <arch>aarch64</arch>
   <cpu type='kvm' name='pxa262'/>
index 2e4fa72daa5d1c7889dcde9f6a602da6496ad9d1..d4a893bb4d6a9c11172afdcbfc84d803aa12f65d 100644 (file)
 
 {
   "id": "libvirt-13",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-ccw' not found"
-  }
-}
-
-{
-  "id": "libvirt-14",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-ccw' not found"
 }
 
 {
-  "id": "libvirt-15",
+  "id": "libvirt-14",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-scsi-ccw' not found"
 }
 
 {
-  "id": "libvirt-16",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-s390' not found"
-  }
-}
-
-{
-  "id": "libvirt-17",
+  "id": "libvirt-15",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-s390' not found"
 }
 
 {
-  "id": "libvirt-18",
+  "id": "libvirt-16",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'pci-assign' not found"
 }
 
 {
-  "id": "libvirt-19",
+  "id": "libvirt-17",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'kvm-pci-assign' not found"
       "type": "bool"
     }
   ],
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-21"
+  "id": "libvirt-19"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-22"
+  "id": "libvirt-20"
 }
 
 {
-  "id": "libvirt-23",
+  "id": "libvirt-21",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'PIIX4_PM' not found"
   }
 }
 
-{
-  "id": "libvirt-24",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'usb-redir' not found"
-  }
-}
-
 {
   "return": [
     {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-25"
+  "id": "libvirt-22"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-23"
 }
 
 {
-  "id": "libvirt-27",
+  "id": "libvirt-24",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'i440FX-pcihost' not found"
 }
 
 {
-  "id": "libvirt-28",
+  "id": "libvirt-25",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'q35-pcihost' not found"
       "type": "uint16"
     }
   ],
-  "id": "libvirt-29"
+  "id": "libvirt-26"
 }
 
 {
-  "id": "libvirt-30",
+  "id": "libvirt-27",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'kvm-pit' not found"
       "type": "int32"
     }
   ],
-  "id": "libvirt-31"
-}
-
-{
-  "id": "libvirt-32",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'vmware-svga' not found"
-  }
-}
-
-{
-  "id": "libvirt-33",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'qxl' not found"
-  }
+  "id": "libvirt-28"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-34"
+  "id": "libvirt-29"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-30"
 }
 
 {
-  "id": "libvirt-36",
+  "id": "libvirt-31",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ICH9-LPC' not found"
       "type": "bool"
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-32"
 }
 
 {
-  "id": "libvirt-38",
+  "id": "libvirt-33",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
       "type": "bool"
     }
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-34"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-40"
+  "id": "libvirt-35"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-36"
 }
 
 {
       "cpu-max": 255
     }
   ],
-  "id": "libvirt-42"
+  "id": "libvirt-37"
 }
 
 {
       "name": "MPC8541E_v11"
     }
   ],
-  "id": "libvirt-43"
+  "id": "libvirt-38"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-44"
+  "id": "libvirt-39"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-45"
+  "id": "libvirt-40"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-46"
+  "id": "libvirt-41"
 }
 
 {
       "capability": "postcopy-ram"
     }
   ],
-  "id": "libvirt-47"
+  "id": "libvirt-42"
 }
 
 {
       "meta-type": "array"
     }
   ],
-  "id": "libvirt-48"
+  "id": "libvirt-43"
 }
 
 {
index eb6c63c6e9719bd19804d19678244958e7ebe863..84df918806b48db87c682bdde1594db930e4554a 100644 (file)
   <flag name='dump-completed'/>
   <version>2006000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>263602</microcodeVersion>
+  <microcodeVersion>263005</microcodeVersion>
   <package></package>
   <arch>ppc64</arch>
   <cpu type='kvm' name='default'/>
index d6d0b5786d0bbe105990650be38f4107b318cce6..73a22ed0bb953d9cf1d28b57bd23a4671c13d7a6 100644 (file)
 
 {
   "id": "libvirt-13",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-ccw' not found"
-  }
-}
-
-{
-  "id": "libvirt-14",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-ccw' not found"
 }
 
 {
-  "id": "libvirt-15",
+  "id": "libvirt-14",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-scsi-ccw' not found"
 }
 
 {
-  "id": "libvirt-16",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-s390' not found"
-  }
-}
-
-{
-  "id": "libvirt-17",
+  "id": "libvirt-15",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-s390' not found"
 }
 
 {
-  "id": "libvirt-18",
+  "id": "libvirt-16",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'pci-assign' not found"
       "type": "bool"
     }
   ],
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-21"
+  "id": "libvirt-19"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-22"
+  "id": "libvirt-20"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-23"
+  "id": "libvirt-21"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-24"
+  "id": "libvirt-22"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-25"
+  "id": "libvirt-23"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-24"
 }
 
 {
       "type": "child<qemu:memory-region>"
     }
   ],
-  "id": "libvirt-27"
+  "id": "libvirt-25"
 }
 
 {
       "type": "child<qemu:memory-region>"
     }
   ],
-  "id": "libvirt-28"
+  "id": "libvirt-26"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-29"
+  "id": "libvirt-27"
 }
 
 {
       "type": "LostTickPolicy"
     }
   ],
-  "id": "libvirt-30"
+  "id": "libvirt-28"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-31"
+  "id": "libvirt-29"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-32"
+  "id": "libvirt-30"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-33"
+  "id": "libvirt-31"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-34"
+  "id": "libvirt-32"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-33"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-36"
+  "id": "libvirt-34"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-35"
 }
 
 {
-  "id": "libvirt-38",
+  "id": "libvirt-36",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
       "type": "bool"
     }
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-37"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-40"
+  "id": "libvirt-38"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-39"
 }
 
 {
       "cpu-max": 255
     }
   ],
-  "id": "libvirt-42"
+  "id": "libvirt-40"
 }
 
 {
       "name": "qemu64"
     }
   ],
-  "id": "libvirt-43"
+  "id": "libvirt-41"
 }
 
 {
   "return": [
     "tpm-tis"
   ],
-  "id": "libvirt-44"
+  "id": "libvirt-42"
 }
 
 {
   "return": [
     "passthrough"
   ],
-  "id": "libvirt-45"
+  "id": "libvirt-43"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-46"
+  "id": "libvirt-44"
 }
 
 {
       "capability": "postcopy-ram"
     }
   ],
-  "id": "libvirt-47"
+  "id": "libvirt-45"
 }
 
 {
       "meta-type": "array"
     }
   ],
-  "id": "libvirt-48"
+  "id": "libvirt-46"
 }
 
 {
index e7a43ed3e8e4c2f01b6b41b28739173484990006..24d9dccbc00879e408d3bae701a88ef1bc366e4a 100644 (file)
   <flag name='dump-completed'/>
   <version>2006000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>227579</microcodeVersion>
+  <microcodeVersion>227332</microcodeVersion>
   <package></package>
   <arch>x86_64</arch>
   <cpu type='kvm' name='Opteron_G5'/>
index 95f15c106af4115508fbe26087c502458269b5d3..61fbd9a6671617b5d1386a269473c1618bb6a9c8 100644 (file)
 
 {
   "id": "libvirt-16",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-s390' not found"
-  }
-}
-
-{
-  "id": "libvirt-17",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-s390' not found"
 }
 
 {
-  "id": "libvirt-18",
+  "id": "libvirt-17",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'pci-assign' not found"
 }
 
 {
-  "id": "libvirt-19",
+  "id": "libvirt-18",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'kvm-pci-assign' not found"
       "type": "bool"
     }
   ],
-  "id": "libvirt-20"
+  "id": "libvirt-19"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-21"
+  "id": "libvirt-20"
 }
 
 {
-  "id": "libvirt-22",
+  "id": "libvirt-21",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ide-drive' not found"
 }
 
 {
-  "id": "libvirt-23",
+  "id": "libvirt-22",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'PIIX4_PM' not found"
 }
 
 {
-  "id": "libvirt-24",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'usb-redir' not found"
-  }
-}
-
-{
-  "id": "libvirt-25",
+  "id": "libvirt-23",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'usb-host' not found"
       "type": "uint32"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-24"
 }
 
 {
-  "id": "libvirt-27",
+  "id": "libvirt-25",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'i440FX-pcihost' not found"
 }
 
 {
-  "id": "libvirt-28",
+  "id": "libvirt-26",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'q35-pcihost' not found"
 }
 
 {
-  "id": "libvirt-29",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'usb-storage' not found"
-  }
-}
-
-{
-  "id": "libvirt-30",
+  "id": "libvirt-27",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'kvm-pit' not found"
   }
 }
 
-{
-  "id": "libvirt-31",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'VGA' not found"
-  }
-}
-
-{
-  "id": "libvirt-32",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'vmware-svga' not found"
-  }
-}
-
-{
-  "id": "libvirt-33",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'qxl' not found"
-  }
-}
-
 {
   "return": [
     {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-34"
+  "id": "libvirt-28"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-29"
 }
 
 {
-  "id": "libvirt-36",
+  "id": "libvirt-30",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ICH9-LPC' not found"
       "type": "bool"
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-31"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-38"
+  "id": "libvirt-32"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-39"
-}
-
-{
-  "id": "libvirt-40",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'nec-usb-xhci' not found"
-  }
+  "id": "libvirt-33"
 }
 
 {
       "cpu-max": 248
     }
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-34"
 }
 
 {
       "name": "host"
     }
   ],
-  "id": "libvirt-42"
+  "id": "libvirt-35"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-43"
+  "id": "libvirt-36"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-44"
+  "id": "libvirt-37"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-45"
+  "id": "libvirt-38"
 }
 
 {
       "capability": "postcopy-ram"
     }
   ],
-  "id": "libvirt-46"
+  "id": "libvirt-39"
 }
 
 {
       "meta-type": "object"
     }
   ],
-  "id": "libvirt-47"
+  "id": "libvirt-40"
 }
 
 {
index c881cf326c8203a6e40f8155030becb35b48cc3c..b58c3a1bdafd4c16f193e2dc868325cee0b31b2e 100644 (file)
   <flag name='dump-completed'/>
   <version>2007000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>217559</microcodeVersion>
+  <microcodeVersion>216732</microcodeVersion>
   <package></package>
   <arch>s390x</arch>
   <cpu type='kvm' name='host'/>
index 671a958be65873e2eca4cda46a4bbff1c8174337..eaa84d3381a6c58b774d90f9a27adb3dd5fd1f2b 100644 (file)
 
 {
   "id": "libvirt-13",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-ccw' not found"
-  }
-}
-
-{
-  "id": "libvirt-14",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-ccw' not found"
 }
 
 {
-  "id": "libvirt-15",
+  "id": "libvirt-14",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-scsi-ccw' not found"
 }
 
 {
-  "id": "libvirt-16",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-s390' not found"
-  }
-}
-
-{
-  "id": "libvirt-17",
+  "id": "libvirt-15",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-s390' not found"
 }
 
 {
-  "id": "libvirt-18",
+  "id": "libvirt-16",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'pci-assign' not found"
       "type": "bool"
     }
   ],
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-21"
+  "id": "libvirt-19"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-22"
+  "id": "libvirt-20"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-23"
+  "id": "libvirt-21"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-24"
+  "id": "libvirt-22"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-25"
+  "id": "libvirt-23"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-24"
 }
 
 {
       "type": "child<qemu:memory-region>"
     }
   ],
-  "id": "libvirt-27"
+  "id": "libvirt-25"
 }
 
 {
       "type": "int"
     }
   ],
-  "id": "libvirt-28"
+  "id": "libvirt-26"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-29"
+  "id": "libvirt-27"
 }
 
 {
       "type": "LostTickPolicy"
     }
   ],
-  "id": "libvirt-30"
+  "id": "libvirt-28"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-31"
+  "id": "libvirt-29"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-32"
+  "id": "libvirt-30"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-33"
+  "id": "libvirt-31"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-34"
+  "id": "libvirt-32"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-33"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-36"
+  "id": "libvirt-34"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-35"
 }
 
 {
-  "id": "libvirt-38",
+  "id": "libvirt-36",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
       "type": "bool"
     }
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-37"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-40"
+  "id": "libvirt-38"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-39"
 }
 
 {
       "cpu-max": 255
     }
   ],
-  "id": "libvirt-42"
+  "id": "libvirt-40"
 }
 
 {
       "name": "qemu64"
     }
   ],
-  "id": "libvirt-43"
+  "id": "libvirt-41"
 }
 
 {
   "return": [
     "tpm-tis"
   ],
-  "id": "libvirt-44"
+  "id": "libvirt-42"
 }
 
 {
   "return": [
     "passthrough"
   ],
-  "id": "libvirt-45"
+  "id": "libvirt-43"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-46"
+  "id": "libvirt-44"
 }
 
 {
       "capability": "postcopy-ram"
     }
   ],
-  "id": "libvirt-47"
+  "id": "libvirt-45"
 }
 
 {
       "meta-type": "object"
     }
   ],
-  "id": "libvirt-48"
+  "id": "libvirt-46"
 }
 
 {
index 6e868d544c85c6276953595f6301a2d9e27b7ad4..736e61aeb2ea06c702640533216d26560f108dbc 100644 (file)
   <flag name='dump-completed'/>
   <version>2007000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>239276</microcodeVersion>
+  <microcodeVersion>239029</microcodeVersion>
   <package> (v2.7.0)</package>
   <arch>x86_64</arch>
   <cpu type='kvm' name='Opteron_G5'/>
index ae214aa7b59faa783d2ce0bb086744f534fc0738..818118caf2c848a2232bb3136950d718ce0b7ad5 100644 (file)
 
 {
   "id": "libvirt-16",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-s390' not found"
-  }
-}
-
-{
-  "id": "libvirt-17",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-s390' not found"
 }
 
 {
-  "id": "libvirt-18",
+  "id": "libvirt-17",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'pci-assign' not found"
 }
 
 {
-  "id": "libvirt-19",
+  "id": "libvirt-18",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'kvm-pci-assign' not found"
       "type": "bool"
     }
   ],
-  "id": "libvirt-20"
+  "id": "libvirt-19"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-21"
+  "id": "libvirt-20"
 }
 
 {
-  "id": "libvirt-22",
+  "id": "libvirt-21",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ide-drive' not found"
 }
 
 {
-  "id": "libvirt-23",
+  "id": "libvirt-22",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'PIIX4_PM' not found"
 }
 
 {
-  "id": "libvirt-24",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'usb-redir' not found"
-  }
-}
-
-{
-  "id": "libvirt-25",
+  "id": "libvirt-23",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'usb-host' not found"
       "type": "uint32"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-24"
 }
 
 {
-  "id": "libvirt-27",
+  "id": "libvirt-25",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'i440FX-pcihost' not found"
 }
 
 {
-  "id": "libvirt-28",
+  "id": "libvirt-26",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'q35-pcihost' not found"
 }
 
 {
-  "id": "libvirt-29",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'usb-storage' not found"
-  }
-}
-
-{
-  "id": "libvirt-30",
+  "id": "libvirt-27",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'kvm-pit' not found"
   }
 }
 
-{
-  "id": "libvirt-31",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'VGA' not found"
-  }
-}
-
-{
-  "id": "libvirt-32",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'vmware-svga' not found"
-  }
-}
-
-{
-  "id": "libvirt-33",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'qxl' not found"
-  }
-}
-
 {
   "return": [
     {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-34"
+  "id": "libvirt-28"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-29"
 }
 
 {
-  "id": "libvirt-36",
+  "id": "libvirt-30",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ICH9-LPC' not found"
       "type": "bool"
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-31"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-38"
+  "id": "libvirt-32"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-39"
-}
-
-{
-  "id": "libvirt-40",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'nec-usb-xhci' not found"
-  }
+  "id": "libvirt-33"
 }
 
 {
       "alias": "s390-ccw-virtio"
     }
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-34"
 }
 
 {
       "migration-safe": true
     }
   ],
-  "id": "libvirt-42"
+  "id": "libvirt-35"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-43"
+  "id": "libvirt-36"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-44"
+  "id": "libvirt-37"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-45"
+  "id": "libvirt-38"
 }
 
 {
       "capability": "x-colo"
     }
   ],
-  "id": "libvirt-46"
+  "id": "libvirt-39"
 }
 
 {
       "meta-type": "object"
     }
   ],
-  "id": "libvirt-47"
+  "id": "libvirt-40"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-48"
+  "id": "libvirt-41"
 }
 
 {
-  "id": "libvirt-49",
+  "id": "libvirt-42",
   "error": {
     "class": "GenericError",
     "desc": "Property '.migratable' not found"
index efed9881dba8fcd316c9c6adefb98b7be6cae3ec..2b91337fdee5afcd08e33730801c8ea198e65f16 100644 (file)
   <flag name='dump-completed'/>
   <version>2007093</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>242460</microcodeVersion>
+  <microcodeVersion>241633</microcodeVersion>
   <package></package>
   <arch>s390x</arch>
   <hostCPU type='kvm' model='zEC12.2-base' migratability='no'>
index 3087d768070014b3f609f725822a8feffa7000ec..30d28c7b5f4af6657211394fc35ed8d1490a0c2b 100644 (file)
 
 {
   "id": "libvirt-13",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-ccw' not found"
-  }
-}
-
-{
-  "id": "libvirt-14",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-ccw' not found"
 }
 
 {
-  "id": "libvirt-15",
+  "id": "libvirt-14",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-scsi-ccw' not found"
 }
 
 {
-  "id": "libvirt-16",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-s390' not found"
-  }
-}
-
-{
-  "id": "libvirt-17",
+  "id": "libvirt-15",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-s390' not found"
 }
 
 {
-  "id": "libvirt-18",
+  "id": "libvirt-16",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'pci-assign' not found"
       "type": "bool"
     }
   ],
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-21"
+  "id": "libvirt-19"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-22"
+  "id": "libvirt-20"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-23"
+  "id": "libvirt-21"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-24"
+  "id": "libvirt-22"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-25"
+  "id": "libvirt-23"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-24"
 }
 
 {
       "type": "child<qemu:memory-region>"
     }
   ],
-  "id": "libvirt-27"
+  "id": "libvirt-25"
 }
 
 {
       "type": "int"
     }
   ],
-  "id": "libvirt-28"
+  "id": "libvirt-26"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-29"
+  "id": "libvirt-27"
 }
 
 {
       "type": "LostTickPolicy"
     }
   ],
-  "id": "libvirt-30"
+  "id": "libvirt-28"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-31"
+  "id": "libvirt-29"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-32"
+  "id": "libvirt-30"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-33"
+  "id": "libvirt-31"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-34"
+  "id": "libvirt-32"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-33"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-36"
+  "id": "libvirt-34"
 }
 
 {
       "type": "guest statistics"
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-35"
 }
 
 {
-  "id": "libvirt-38",
+  "id": "libvirt-36",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
       "type": "bool"
     }
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-37"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-40"
+  "id": "libvirt-38"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-39"
 }
 
 {
       "cpu-max": 255
     }
   ],
-  "id": "libvirt-42"
+  "id": "libvirt-40"
 }
 
 {
       "static": false
     }
   ],
-  "id": "libvirt-43"
+  "id": "libvirt-41"
 }
 
 {
   "return": [
     "tpm-tis"
   ],
-  "id": "libvirt-44"
+  "id": "libvirt-42"
 }
 
 {
   "return": [
     "passthrough"
   ],
-  "id": "libvirt-45"
+  "id": "libvirt-43"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-46"
+  "id": "libvirt-44"
 }
 
 {
       "capability": "x-colo"
     }
   ],
-  "id": "libvirt-47"
+  "id": "libvirt-45"
 }
 
 {
       "meta-type": "object"
     }
   ],
-  "id": "libvirt-48"
+  "id": "libvirt-46"
 }
 
 {
index 4018f586804c063a5dcbf6252400a3de6d5fbcf5..df6f7be340c9b2a3efa6aaf217465854008c73d8 100644 (file)
   <flag name='dump-completed'/>
   <version>2008000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>255931</microcodeVersion>
+  <microcodeVersion>255684</microcodeVersion>
   <package> (v2.8.0)</package>
   <arch>x86_64</arch>
   <cpu type='kvm' name='host' usable='yes'/>
index 0b286dc967e073704a08e1fdf2cae84d8f44ad24..f367da8d2baf1057ea6a3956b93a760b7e2d3d97 100644 (file)
 
 {
   "id": "libvirt-13",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-ccw' not found"
-  }
-}
-
-{
-  "id": "libvirt-14",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-ccw' not found"
 }
 
 {
-  "id": "libvirt-15",
+  "id": "libvirt-14",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-scsi-ccw' not found"
 }
 
 {
-  "id": "libvirt-16",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-s390' not found"
-  }
-}
-
-{
-  "id": "libvirt-17",
+  "id": "libvirt-15",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-s390' not found"
 }
 
 {
-  "id": "libvirt-18",
+  "id": "libvirt-16",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'pci-assign' not found"
 }
 
 {
-  "id": "libvirt-19",
+  "id": "libvirt-17",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'kvm-pci-assign' not found"
       "type": "bool"
     }
   ],
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-21"
+  "id": "libvirt-19"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-22"
+  "id": "libvirt-20"
 }
 
 {
-  "id": "libvirt-23",
+  "id": "libvirt-21",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'PIIX4_PM' not found"
 }
 
 {
-  "id": "libvirt-24",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'usb-redir' not found"
-  }
-}
-
-{
-  "id": "libvirt-25",
+  "id": "libvirt-22",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'usb-host' not found"
       "type": "uint32"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-23"
 }
 
 {
-  "id": "libvirt-27",
+  "id": "libvirt-24",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'i440FX-pcihost' not found"
 }
 
 {
-  "id": "libvirt-28",
+  "id": "libvirt-25",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'q35-pcihost' not found"
       "type": "uint16"
     }
   ],
-  "id": "libvirt-29"
+  "id": "libvirt-26"
 }
 
 {
-  "id": "libvirt-30",
+  "id": "libvirt-27",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'kvm-pit' not found"
       "type": "int32"
     }
   ],
-  "id": "libvirt-31"
-}
-
-{
-  "id": "libvirt-32",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'vmware-svga' not found"
-  }
-}
-
-{
-  "id": "libvirt-33",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'qxl' not found"
-  }
+  "id": "libvirt-28"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-34"
+  "id": "libvirt-29"
 }
 
 {
       "type": "size"
     }
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-30"
 }
 
 {
-  "id": "libvirt-36",
+  "id": "libvirt-31",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ICH9-LPC' not found"
       "type": "str"
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-32"
 }
 
 {
-  "id": "libvirt-38",
+  "id": "libvirt-33",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
       "type": "bool"
     }
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-34"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-40"
+  "id": "libvirt-35"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-36"
 }
 
 {
       "cpu-max": 1
     }
   ],
-  "id": "libvirt-42"
+  "id": "libvirt-37"
 }
 
 {
       "static": false
     }
   ],
-  "id": "libvirt-43"
+  "id": "libvirt-38"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-44"
+  "id": "libvirt-39"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-45"
+  "id": "libvirt-40"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-46"
+  "id": "libvirt-41"
 }
 
 {
       "capability": "release-ram"
     }
   ],
-  "id": "libvirt-47"
+  "id": "libvirt-42"
 }
 
 {
       "meta-type": "object"
     }
   ],
-  "id": "libvirt-48"
+  "id": "libvirt-43"
 }
 
 {
index 97adc3856ebef69c05c8ef03005b301ef33a410f..c83b5211f3de51066889526da2e989f94c6c8c8c 100644 (file)
   <flag name='dump-completed'/>
   <version>2009000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>347135</microcodeVersion>
+  <microcodeVersion>346538</microcodeVersion>
   <package> (v2.9.0)</package>
   <arch>ppc64</arch>
   <cpu type='kvm' name='default'/>
index 2f310d416a0710f4998b5ca110a14bfb4412d062..cbacec6d0258021583335efd72d0ca05d7818be3 100644 (file)
 
 {
   "id": "libvirt-16",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-s390' not found"
-  }
-}
-
-{
-  "id": "libvirt-17",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-s390' not found"
 }
 
 {
-  "id": "libvirt-18",
+  "id": "libvirt-17",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'pci-assign' not found"
 }
 
 {
-  "id": "libvirt-19",
+  "id": "libvirt-18",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'kvm-pci-assign' not found"
       "type": "bool"
     }
   ],
-  "id": "libvirt-20"
+  "id": "libvirt-19"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-21"
+  "id": "libvirt-20"
 }
 
 {
-  "id": "libvirt-22",
+  "id": "libvirt-21",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ide-drive' not found"
 }
 
 {
-  "id": "libvirt-23",
+  "id": "libvirt-22",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'PIIX4_PM' not found"
 }
 
 {
-  "id": "libvirt-24",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'usb-redir' not found"
-  }
-}
-
-{
-  "id": "libvirt-25",
+  "id": "libvirt-23",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'usb-host' not found"
       "type": "uint32"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-24"
 }
 
 {
-  "id": "libvirt-27",
+  "id": "libvirt-25",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'i440FX-pcihost' not found"
 }
 
 {
-  "id": "libvirt-28",
+  "id": "libvirt-26",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'q35-pcihost' not found"
 }
 
 {
-  "id": "libvirt-29",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'usb-storage' not found"
-  }
-}
-
-{
-  "id": "libvirt-30",
+  "id": "libvirt-27",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'kvm-pit' not found"
   }
 }
 
-{
-  "id": "libvirt-31",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'VGA' not found"
-  }
-}
-
-{
-  "id": "libvirt-32",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'vmware-svga' not found"
-  }
-}
-
-{
-  "id": "libvirt-33",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'qxl' not found"
-  }
-}
-
 {
   "return": [
     {
       "type": "str"
     }
   ],
-  "id": "libvirt-34"
+  "id": "libvirt-28"
 }
 
 {
       "type": "size"
     }
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-29"
 }
 
 {
-  "id": "libvirt-36",
+  "id": "libvirt-30",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ICH9-LPC' not found"
       "type": "str"
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-31"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-38"
+  "id": "libvirt-32"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-39"
-}
-
-{
-  "id": "libvirt-40",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'nec-usb-xhci' not found"
-  }
+  "id": "libvirt-33"
 }
 
 {
       "cpu-max": 248
     }
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-34"
 }
 
 {
       "migration-safe": true
     }
   ],
-  "id": "libvirt-42"
+  "id": "libvirt-35"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-43"
+  "id": "libvirt-36"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-44"
+  "id": "libvirt-37"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-45"
+  "id": "libvirt-38"
 }
 
 {
       "capability": "release-ram"
     }
   ],
-  "id": "libvirt-46"
+  "id": "libvirt-39"
 }
 
 {
       "meta-type": "object"
     }
   ],
-  "id": "libvirt-47"
+  "id": "libvirt-40"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-48"
+  "id": "libvirt-41"
 }
 
 {
-  "id": "libvirt-49",
+  "id": "libvirt-42",
   "error": {
     "class": "GenericError",
     "desc": "Property '.migratable' not found"
index 3ba8e1043b52915f0d5b7b8b8d25ee2768786480..ac8d145d196b20080ef44fb7c7614ea91617203d 100644 (file)
   <flag name='dump-completed'/>
   <version>2009000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>265878</microcodeVersion>
+  <microcodeVersion>265051</microcodeVersion>
   <package></package>
   <arch>s390x</arch>
   <hostCPU type='kvm' model='z13.2-base' migratability='no'>
index 37fbb6d80e9584de56a255c3203c8e3dfb8701ca..5da1b41c2ee1694968ac4fa34fd68164d724c570 100644 (file)
 
 {
   "id": "libvirt-13",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-ccw' not found"
-  }
-}
-
-{
-  "id": "libvirt-14",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-ccw' not found"
 }
 
 {
-  "id": "libvirt-15",
+  "id": "libvirt-14",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-scsi-ccw' not found"
 }
 
 {
-  "id": "libvirt-16",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'virtio-blk-s390' not found"
-  }
-}
-
-{
-  "id": "libvirt-17",
+  "id": "libvirt-15",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-net-s390' not found"
 }
 
 {
-  "id": "libvirt-18",
+  "id": "libvirt-16",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'pci-assign' not found"
       "type": "bool"
     }
   ],
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-21"
+  "id": "libvirt-19"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-22"
+  "id": "libvirt-20"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-23"
+  "id": "libvirt-21"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-24"
+  "id": "libvirt-22"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-25"
+  "id": "libvirt-23"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-24"
 }
 
 {
       "type": "child<qemu:memory-region>"
     }
   ],
-  "id": "libvirt-27"
+  "id": "libvirt-25"
 }
 
 {
       "type": "int"
     }
   ],
-  "id": "libvirt-28"
+  "id": "libvirt-26"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-29"
+  "id": "libvirt-27"
 }
 
 {
       "type": "LostTickPolicy"
     }
   ],
-  "id": "libvirt-30"
+  "id": "libvirt-28"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-31"
+  "id": "libvirt-29"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-32"
+  "id": "libvirt-30"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-33"
+  "id": "libvirt-31"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-34"
+  "id": "libvirt-32"
 }
 
 {
       "type": "size"
     }
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-33"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-36"
+  "id": "libvirt-34"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-35"
 }
 
 {
-  "id": "libvirt-38",
+  "id": "libvirt-36",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
       "type": "bool"
     }
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-37"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-40"
+  "id": "libvirt-38"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-39"
 }
 
 {
       "cpu-max": 255
     }
   ],
-  "id": "libvirt-42"
+  "id": "libvirt-40"
 }
 
 {
       "migration-safe": true
     }
   ],
-  "id": "libvirt-43"
+  "id": "libvirt-41"
 }
 
 {
   "return": [
     "tpm-tis"
   ],
-  "id": "libvirt-44"
+  "id": "libvirt-42"
 }
 
 {
   "return": [
     "passthrough"
   ],
-  "id": "libvirt-45"
+  "id": "libvirt-43"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-46"
+  "id": "libvirt-44"
 }
 
 {
       "capability": "release-ram"
     }
   ],
-  "id": "libvirt-47"
+  "id": "libvirt-45"
 }
 
 {
       "meta-type": "object"
     }
   ],
-  "id": "libvirt-48"
+  "id": "libvirt-46"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-49"
+  "id": "libvirt-47"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-50"
+  "id": "libvirt-48"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-50"
+  "id": "libvirt-49"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-51"
+  "id": "libvirt-50"
 }
 
 {
index b6ecf7fbde28dacfe4f6a6da8fcbc714c17f9a71..13fc8c143f057419d02c534d20583b94566c6ed4 100644 (file)
   <flag name='dump-completed'/>
   <version>2009000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>321194</microcodeVersion>
+  <microcodeVersion>320947</microcodeVersion>
   <package> (v2.9.0)</package>
   <arch>x86_64</arch>
   <hostCPU type='kvm' model='base' migratability='yes'>