]> xenbits.xensource.com Git - libvirt.git/commitdiff
qemu: remove leftover property probing
authorJán Tomko <jtomko@redhat.com>
Fri, 7 Sep 2018 12:59:00 +0000 (14:59 +0200)
committerJán Tomko <jtomko@redhat.com>
Fri, 7 Sep 2018 15:26:17 +0000 (17:26 +0200)
Previous commits removed all capabilities from per-device property
probing for:

  pci-assign
  kvm-pci-assign
  usb-host
  scsi-generic

Remove them from the virQEMUCapsDeviceProps list and get rid of the
redundant device-list-properties QMP calls.

Note that 'pci-assign' was already useless, because the QMP version
of the device is called 'kvm-pci-assign', see libvirt commit 7257480
from 2012.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
59 files changed:
src/qemu/qemu_capabilities.c
tests/qemucapabilitiesdata/caps_1.5.3.x86_64.replies
tests/qemucapabilitiesdata/caps_1.5.3.x86_64.xml
tests/qemucapabilitiesdata/caps_1.6.0.x86_64.replies
tests/qemucapabilitiesdata/caps_1.6.0.x86_64.xml
tests/qemucapabilitiesdata/caps_1.7.0.x86_64.replies
tests/qemucapabilitiesdata/caps_1.7.0.x86_64.xml
tests/qemucapabilitiesdata/caps_2.1.1.x86_64.replies
tests/qemucapabilitiesdata/caps_2.1.1.x86_64.xml
tests/qemucapabilitiesdata/caps_2.10.0.aarch64.replies
tests/qemucapabilitiesdata/caps_2.10.0.aarch64.xml
tests/qemucapabilitiesdata/caps_2.10.0.ppc64.replies
tests/qemucapabilitiesdata/caps_2.10.0.ppc64.xml
tests/qemucapabilitiesdata/caps_2.10.0.s390x.replies
tests/qemucapabilitiesdata/caps_2.10.0.s390x.xml
tests/qemucapabilitiesdata/caps_2.10.0.x86_64.replies
tests/qemucapabilitiesdata/caps_2.10.0.x86_64.xml
tests/qemucapabilitiesdata/caps_2.11.0.s390x.replies
tests/qemucapabilitiesdata/caps_2.11.0.s390x.xml
tests/qemucapabilitiesdata/caps_2.11.0.x86_64.replies
tests/qemucapabilitiesdata/caps_2.11.0.x86_64.xml
tests/qemucapabilitiesdata/caps_2.12.0.aarch64.replies
tests/qemucapabilitiesdata/caps_2.12.0.aarch64.xml
tests/qemucapabilitiesdata/caps_2.12.0.ppc64.replies
tests/qemucapabilitiesdata/caps_2.12.0.ppc64.xml
tests/qemucapabilitiesdata/caps_2.12.0.s390x.replies
tests/qemucapabilitiesdata/caps_2.12.0.s390x.xml
tests/qemucapabilitiesdata/caps_2.12.0.x86_64.replies
tests/qemucapabilitiesdata/caps_2.12.0.x86_64.xml
tests/qemucapabilitiesdata/caps_2.4.0.x86_64.replies
tests/qemucapabilitiesdata/caps_2.4.0.x86_64.xml
tests/qemucapabilitiesdata/caps_2.5.0.x86_64.replies
tests/qemucapabilitiesdata/caps_2.5.0.x86_64.xml
tests/qemucapabilitiesdata/caps_2.6.0.aarch64.replies
tests/qemucapabilitiesdata/caps_2.6.0.aarch64.xml
tests/qemucapabilitiesdata/caps_2.6.0.ppc64.replies
tests/qemucapabilitiesdata/caps_2.6.0.ppc64.xml
tests/qemucapabilitiesdata/caps_2.6.0.x86_64.replies
tests/qemucapabilitiesdata/caps_2.6.0.x86_64.xml
tests/qemucapabilitiesdata/caps_2.7.0.s390x.replies
tests/qemucapabilitiesdata/caps_2.7.0.s390x.xml
tests/qemucapabilitiesdata/caps_2.7.0.x86_64.replies
tests/qemucapabilitiesdata/caps_2.7.0.x86_64.xml
tests/qemucapabilitiesdata/caps_2.8.0.s390x.replies
tests/qemucapabilitiesdata/caps_2.8.0.s390x.xml
tests/qemucapabilitiesdata/caps_2.8.0.x86_64.replies
tests/qemucapabilitiesdata/caps_2.8.0.x86_64.xml
tests/qemucapabilitiesdata/caps_2.9.0.ppc64.replies
tests/qemucapabilitiesdata/caps_2.9.0.ppc64.xml
tests/qemucapabilitiesdata/caps_2.9.0.s390x.replies
tests/qemucapabilitiesdata/caps_2.9.0.s390x.xml
tests/qemucapabilitiesdata/caps_2.9.0.x86_64.replies
tests/qemucapabilitiesdata/caps_2.9.0.x86_64.xml
tests/qemucapabilitiesdata/caps_3.0.0.ppc64.replies
tests/qemucapabilitiesdata/caps_3.0.0.ppc64.xml
tests/qemucapabilitiesdata/caps_3.0.0.riscv32.replies
tests/qemucapabilitiesdata/caps_3.0.0.riscv64.replies
tests/qemucapabilitiesdata/caps_3.0.0.x86_64.replies
tests/qemucapabilitiesdata/caps_3.0.0.x86_64.xml

index 202859abacc3ca033d51a1a4424f367b49737a32..08cf822b88b12e2400daf66fac7d824118c01f6a 100644 (file)
@@ -1191,9 +1191,6 @@ static struct virQEMUCapsStringFlags virQEMUCapsDevicePropsVirtioSCSI[] = {
     { "ats", QEMU_CAPS_VIRTIO_PCI_ATS },
 };
 
-static struct virQEMUCapsStringFlags virQEMUCapsDevicePropsPCIAssign[] = {
-};
-
 static struct virQEMUCapsStringFlags virQEMUCapsDevicePropsVfioPCI[] = {
     { "display", QEMU_CAPS_VFIO_PCI_DISPLAY },
 };
@@ -1220,12 +1217,6 @@ static struct virQEMUCapsStringFlags virQEMUCapsDevicePropsUSBRedir[] = {
     { "filter", QEMU_CAPS_USB_REDIR_FILTER },
 };
 
-static struct virQEMUCapsStringFlags virQEMUCapsDevicePropsUSBHost[] = {
-};
-
-static struct virQEMUCapsStringFlags virQEMUCapsDevicePropsSCSIGeneric[] = {
-};
-
 static struct virQEMUCapsStringFlags virQEMUCapsDevicePropsI440FXPCIHost[] = {
     { "pci-hole64-size", QEMU_CAPS_I440FX_PCI_HOLE64_SIZE },
 };
@@ -1340,12 +1331,6 @@ static virQEMUCapsObjectTypeProps virQEMUCapsDeviceProps[] = {
     { "virtio-net-s390", virQEMUCapsDevicePropsVirtioNet,
       ARRAY_CARDINALITY(virQEMUCapsDevicePropsVirtioNet),
       QEMU_CAPS_DEVICE_VIRTIO_NET },
-    { "pci-assign", virQEMUCapsDevicePropsPCIAssign,
-      ARRAY_CARDINALITY(virQEMUCapsDevicePropsPCIAssign),
-      -1 },
-    { "kvm-pci-assign", virQEMUCapsDevicePropsPCIAssign,
-      ARRAY_CARDINALITY(virQEMUCapsDevicePropsPCIAssign),
-      -1 },
     { "vfio-pci", virQEMUCapsDevicePropsVfioPCI,
       ARRAY_CARDINALITY(virQEMUCapsDevicePropsVfioPCI),
       QEMU_CAPS_DEVICE_VFIO_PCI },
@@ -1361,12 +1346,6 @@ static virQEMUCapsObjectTypeProps virQEMUCapsDeviceProps[] = {
     { "usb-redir", virQEMUCapsDevicePropsUSBRedir,
       ARRAY_CARDINALITY(virQEMUCapsDevicePropsUSBRedir),
       QEMU_CAPS_USB_REDIR },
-    { "usb-host", virQEMUCapsDevicePropsUSBHost,
-      ARRAY_CARDINALITY(virQEMUCapsDevicePropsUSBHost),
-      -1 },
-    { "scsi-generic", virQEMUCapsDevicePropsSCSIGeneric,
-      ARRAY_CARDINALITY(virQEMUCapsDevicePropsSCSIGeneric),
-      QEMU_CAPS_DEVICE_SCSI_GENERIC },
     { "i440FX-pcihost", virQEMUCapsDevicePropsI440FXPCIHost,
       ARRAY_CARDINALITY(virQEMUCapsDevicePropsI440FXPCIHost),
       -1 },
index 600ca5a6f7b4e97b9ad26f1db244cdd1ce647b84..88bc93be3adb3b0dc417a8178ffa5136438379f2 100644 (file)
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "pci-assign"
-  },
-  "id": "libvirt-15"
-}
-
-{
-  "id": "libvirt-15",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'pci-assign' not found"
-  }
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "kvm-pci-assign"
-  },
-  "id": "libvirt-16"
-}
-
-{
-  "return": [
-    {
-      "name": "command_serr_enable",
-      "type": "on/off"
-    },
-    {
-      "name": "multifunction",
-      "type": "on/off"
-    },
-    {
-      "name": "rombar",
-      "type": "uint32"
-    },
-    {
-      "name": "romfile",
-      "type": "string"
-    },
-    {
-      "name": "addr",
-      "type": "pci-devfn"
-    },
-    {
-      "name": "configfd",
-      "type": "string"
-    },
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "share_intx",
-      "type": "on/off"
-    },
-    {
-      "name": "prefer_msi",
-      "type": "on/off"
-    },
-    {
-      "name": "host",
-      "type": "pci-host-devaddr"
-    }
-  ],
-  "id": "libvirt-16"
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "vfio-pci"
   },
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
       "type": "pci-host-devaddr"
     }
   ],
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
   "arguments": {
     "typename": "scsi-disk"
   },
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
       "type": "drive"
     }
   ],
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
   "arguments": {
     "typename": "ide-drive"
   },
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
       "type": "drive"
     }
   ],
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
   "arguments": {
     "typename": "PIIX4_PM"
   },
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
   "arguments": {
     "typename": "usb-redir"
   },
-  "id": "libvirt-21"
+  "id": "libvirt-19"
 }
 
 {
       "type": "chr"
     }
   ],
-  "id": "libvirt-21"
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "usb-host"
-  },
-  "id": "libvirt-22"
-}
-
-{
-  "return": [
-    {
-      "name": "full-path",
-      "type": "on/off"
-    },
-    {
-      "name": "port",
-      "type": "string"
-    },
-    {
-      "name": "pipeline",
-      "type": "on/off"
-    },
-    {
-      "name": "loglevel",
-      "type": "uint32"
-    },
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "isobsize",
-      "type": "uint32"
-    },
-    {
-      "name": "isobufs",
-      "type": "uint32"
-    },
-    {
-      "name": "productid",
-      "type": "hex32"
-    },
-    {
-      "name": "vendorid",
-      "type": "hex32"
-    },
-    {
-      "name": "hostport",
-      "type": "string"
-    },
-    {
-      "name": "hostaddr",
-      "type": "uint32"
-    },
-    {
-      "name": "hostbus",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-22"
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "scsi-generic"
-  },
-  "id": "libvirt-23"
-}
-
-{
-  "return": [
-    {
-      "name": "lun",
-      "type": "uint32"
-    },
-    {
-      "name": "scsi-id",
-      "type": "uint32"
-    },
-    {
-      "name": "channel",
-      "type": "uint32"
-    },
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "drive",
-      "type": "drive"
-    }
-  ],
-  "id": "libvirt-23"
+  "id": "libvirt-19"
 }
 
 {
   "arguments": {
     "typename": "i440FX-pcihost"
   },
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
   "arguments": {
     "typename": "q35-pcihost"
   },
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
   "arguments": {
     "typename": "usb-storage"
   },
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
       "type": "drive"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
   "arguments": {
     "typename": "kvm-pit"
   },
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
       "type": "hex32"
     }
   ],
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
   "arguments": {
     "typename": "VGA"
   },
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
   "arguments": {
     "typename": "vmware-svga"
   },
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
   "arguments": {
     "typename": "qxl"
   },
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
   "arguments": {
     "typename": "ICH9-LPC"
   },
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
-  "id": "libvirt-31",
+  "id": "libvirt-27",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ICH9-LPC' not found"
   "arguments": {
     "typename": "virtio-balloon-pci"
   },
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
       "type": "on/off"
     }
   ],
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-ccw"
   },
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
-  "id": "libvirt-33",
+  "id": "libvirt-29",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
   "arguments": {
     "typename": "virtio-balloon-device"
   },
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
   "arguments": {
     "typename": "nec-usb-xhci"
   },
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
       "type": "on/off"
     }
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
   "arguments": {
     "typename": "mch"
   },
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
       "type": "pci-devfn"
     }
   ],
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
   "execute": "query-machines",
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
       "cpu-max": 1
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
   "execute": "query-cpu-definitions",
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
       "name": "qemu64"
     }
   ],
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
   "execute": "query-tpm-models",
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
   "execute": "query-tpm-types",
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
   "execute": "query-command-line-options",
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
   "execute": "query-migrate-capabilities",
-  "id": "libvirt-42"
+  "id": "libvirt-38"
 }
 
 {
       "capability": "xbzrle"
     }
   ],
-  "id": "libvirt-42"
+  "id": "libvirt-38"
 }
 
 {
index fd8b56045d9142edd4e14b5d2a6af5a59a505f4d..b791b138306c984d93689811351b2cc4ee3fa28f 100644 (file)
   <flag name='mch'/>
   <version>1005003</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>50896</microcodeVersion>
+  <microcodeVersion>48498</microcodeVersion>
   <package></package>
   <arch>x86_64</arch>
   <cpu type='kvm' name='Opteron_G5'/>
index e74ae6b958e4ac36de9f3879618a8089683ae91c..ea04d55f2aa95d454b786fb1c87df651d517a882 100644 (file)
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "pci-assign"
-  },
-  "id": "libvirt-15"
-}
-
-{
-  "id": "libvirt-15",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'pci-assign' not found"
-  }
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "kvm-pci-assign"
-  },
-  "id": "libvirt-16"
-}
-
-{
-  "return": [
-    {
-      "name": "command_serr_enable",
-      "type": "on/off"
-    },
-    {
-      "name": "multifunction",
-      "type": "on/off"
-    },
-    {
-      "name": "rombar",
-      "type": "uint32"
-    },
-    {
-      "name": "romfile",
-      "type": "string"
-    },
-    {
-      "name": "addr",
-      "type": "pci-devfn"
-    },
-    {
-      "name": "configfd",
-      "type": "string"
-    },
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "share_intx",
-      "type": "on/off"
-    },
-    {
-      "name": "prefer_msi",
-      "type": "on/off"
-    },
-    {
-      "name": "host",
-      "type": "pci-host-devaddr"
-    }
-  ],
-  "id": "libvirt-16"
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "vfio-pci"
   },
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
       "type": "pci-host-devaddr"
     }
   ],
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
   "arguments": {
     "typename": "scsi-disk"
   },
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
       "type": "drive"
     }
   ],
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
   "arguments": {
     "typename": "ide-drive"
   },
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
       "type": "drive"
     }
   ],
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
   "arguments": {
     "typename": "PIIX4_PM"
   },
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
   "arguments": {
     "typename": "usb-redir"
   },
-  "id": "libvirt-21"
+  "id": "libvirt-19"
 }
 
 {
       "type": "chr"
     }
   ],
-  "id": "libvirt-21"
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "usb-host"
-  },
-  "id": "libvirt-22"
-}
-
-{
-  "return": [
-    {
-      "name": "full-path",
-      "type": "on/off"
-    },
-    {
-      "name": "serial",
-      "type": "string"
-    },
-    {
-      "name": "port",
-      "type": "string"
-    },
-    {
-      "name": "pipeline",
-      "type": "on/off"
-    },
-    {
-      "name": "loglevel",
-      "type": "uint32"
-    },
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "isobsize",
-      "type": "uint32"
-    },
-    {
-      "name": "isobufs",
-      "type": "uint32"
-    },
-    {
-      "name": "productid",
-      "type": "hex32"
-    },
-    {
-      "name": "vendorid",
-      "type": "hex32"
-    },
-    {
-      "name": "hostport",
-      "type": "string"
-    },
-    {
-      "name": "hostaddr",
-      "type": "uint32"
-    },
-    {
-      "name": "hostbus",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-22"
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "scsi-generic"
-  },
-  "id": "libvirt-23"
-}
-
-{
-  "return": [
-    {
-      "name": "lun",
-      "type": "uint32"
-    },
-    {
-      "name": "scsi-id",
-      "type": "uint32"
-    },
-    {
-      "name": "channel",
-      "type": "uint32"
-    },
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "drive",
-      "type": "drive"
-    }
-  ],
-  "id": "libvirt-23"
+  "id": "libvirt-19"
 }
 
 {
   "arguments": {
     "typename": "i440FX-pcihost"
   },
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
       "type": "size"
     }
   ],
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
   "arguments": {
     "typename": "q35-pcihost"
   },
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
   "arguments": {
     "typename": "usb-storage"
   },
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
       "type": "drive"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
   "arguments": {
     "typename": "kvm-pit"
   },
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
       "type": "hex32"
     }
   ],
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
   "arguments": {
     "typename": "VGA"
   },
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
   "arguments": {
     "typename": "vmware-svga"
   },
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
   "arguments": {
     "typename": "qxl"
   },
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
   "arguments": {
     "typename": "ICH9-LPC"
   },
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
-  "id": "libvirt-31",
+  "id": "libvirt-27",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ICH9-LPC' not found"
   "arguments": {
     "typename": "virtio-balloon-pci"
   },
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
       "type": "on/off"
     }
   ],
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-ccw"
   },
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
-  "id": "libvirt-33",
+  "id": "libvirt-29",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
   "arguments": {
     "typename": "virtio-balloon-device"
   },
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
   "arguments": {
     "typename": "nec-usb-xhci"
   },
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
       "type": "on/off"
     }
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
   "arguments": {
     "typename": "mch"
   },
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
       "type": "pci-devfn"
     }
   ],
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
   "execute": "query-machines",
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
       "cpu-max": 1
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
   "execute": "query-cpu-definitions",
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
       "name": "qemu64"
     }
   ],
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
   "execute": "query-tpm-models",
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
   "execute": "query-tpm-types",
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
   "execute": "query-command-line-options",
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
   "execute": "query-migrate-capabilities",
-  "id": "libvirt-42"
+  "id": "libvirt-38"
 }
 
 {
       "capability": "zero-blocks"
     }
   ],
-  "id": "libvirt-42"
+  "id": "libvirt-38"
 }
 
 {
index 68311493795d4442670dd7b940ddb5fc5ff44840..3a0df4d4178420877c1e0441d43e976944321f99 100644 (file)
   <flag name='mch'/>
   <version>1006000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>49125</microcodeVersion>
+  <microcodeVersion>46667</microcodeVersion>
   <package></package>
   <arch>x86_64</arch>
   <cpu type='kvm' name='Opteron_G5'/>
index a6c8e1e45900a688ead79ff140f06b14584086b4..1261a2bdc135dbbcfddd2395d274a353176ced6f 100644 (file)
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "pci-assign"
-  },
-  "id": "libvirt-15"
-}
-
-{
-  "id": "libvirt-15",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'pci-assign' not found"
-  }
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "kvm-pci-assign"
-  },
-  "id": "libvirt-16"
-}
-
-{
-  "return": [
-    {
-      "name": "command_serr_enable",
-      "type": "on/off"
-    },
-    {
-      "name": "multifunction",
-      "type": "on/off"
-    },
-    {
-      "name": "rombar",
-      "type": "uint32"
-    },
-    {
-      "name": "romfile",
-      "type": "string"
-    },
-    {
-      "name": "addr",
-      "type": "pci-devfn"
-    },
-    {
-      "name": "configfd",
-      "type": "string"
-    },
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "share_intx",
-      "type": "on/off"
-    },
-    {
-      "name": "prefer_msi",
-      "type": "on/off"
-    },
-    {
-      "name": "host",
-      "type": "pci-host-devaddr"
-    }
-  ],
-  "id": "libvirt-16"
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "vfio-pci"
   },
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
       "type": "pci-host-devaddr"
     }
   ],
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
   "arguments": {
     "typename": "scsi-disk"
   },
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
       "type": "drive"
     }
   ],
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
   "arguments": {
     "typename": "ide-drive"
   },
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
       "type": "drive"
     }
   ],
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
   "arguments": {
     "typename": "PIIX4_PM"
   },
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
   "arguments": {
     "typename": "usb-redir"
   },
-  "id": "libvirt-21"
+  "id": "libvirt-19"
 }
 
 {
       "type": "chr"
     }
   ],
-  "id": "libvirt-21"
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "usb-host"
-  },
-  "id": "libvirt-22"
-}
-
-{
-  "return": [
-    {
-      "name": "full-path",
-      "type": "on/off"
-    },
-    {
-      "name": "serial",
-      "type": "string"
-    },
-    {
-      "name": "port",
-      "type": "string"
-    },
-    {
-      "name": "pipeline",
-      "type": "on/off"
-    },
-    {
-      "name": "loglevel",
-      "type": "uint32"
-    },
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "isobsize",
-      "type": "uint32"
-    },
-    {
-      "name": "isobufs",
-      "type": "uint32"
-    },
-    {
-      "name": "productid",
-      "type": "hex32"
-    },
-    {
-      "name": "vendorid",
-      "type": "hex32"
-    },
-    {
-      "name": "hostport",
-      "type": "string"
-    },
-    {
-      "name": "hostaddr",
-      "type": "uint32"
-    },
-    {
-      "name": "hostbus",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-22"
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "scsi-generic"
-  },
-  "id": "libvirt-23"
-}
-
-{
-  "return": [
-    {
-      "name": "lun",
-      "type": "uint32"
-    },
-    {
-      "name": "scsi-id",
-      "type": "uint32"
-    },
-    {
-      "name": "channel",
-      "type": "uint32"
-    },
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "drive",
-      "type": "drive"
-    }
-  ],
-  "id": "libvirt-23"
+  "id": "libvirt-19"
 }
 
 {
   "arguments": {
     "typename": "i440FX-pcihost"
   },
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
       "type": "size"
     }
   ],
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
   "arguments": {
     "typename": "q35-pcihost"
   },
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
   "arguments": {
     "typename": "usb-storage"
   },
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
       "type": "drive"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
   "arguments": {
     "typename": "kvm-pit"
   },
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
       "type": "hex32"
     }
   ],
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
   "arguments": {
     "typename": "VGA"
   },
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
   "arguments": {
     "typename": "vmware-svga"
   },
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
   "arguments": {
     "typename": "qxl"
   },
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
   "arguments": {
     "typename": "ICH9-LPC"
   },
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
-  "id": "libvirt-31",
+  "id": "libvirt-27",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ICH9-LPC' not found"
   "arguments": {
     "typename": "virtio-balloon-pci"
   },
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
       "type": "on/off"
     }
   ],
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-ccw"
   },
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
-  "id": "libvirt-33",
+  "id": "libvirt-29",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
   "arguments": {
     "typename": "virtio-balloon-device"
   },
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
   "arguments": {
     "typename": "nec-usb-xhci"
   },
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
       "type": "on/off"
     }
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
   "arguments": {
     "typename": "mch"
   },
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
       "type": "pci-devfn"
     }
   ],
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
   "execute": "query-machines",
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
       "cpu-max": 1
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
   "execute": "query-cpu-definitions",
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
       "name": "qemu64"
     }
   ],
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
   "execute": "query-tpm-models",
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
   "execute": "query-tpm-types",
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
   "execute": "query-command-line-options",
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
   "execute": "query-migrate-capabilities",
-  "id": "libvirt-42"
+  "id": "libvirt-38"
 }
 
 {
       "capability": "zero-blocks"
     }
   ],
-  "id": "libvirt-42"
+  "id": "libvirt-38"
 }
 
 {
index 852dcb0226ec033d3c040649e2fb535b8981b547..dede48d65f50cb489b5099460631d9fcdc0a0110 100644 (file)
   <flag name='mch'/>
   <version>1007000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>54569</microcodeVersion>
+  <microcodeVersion>52111</microcodeVersion>
   <package></package>
   <arch>x86_64</arch>
   <cpu type='kvm' name='Opteron_G5'/>
index 88152e56bd1744867b4bdea691007427e3ca3fc9..b6efe1d3a19b76cf0e1b6d813fdd550f567004e4 100644 (file)
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "pci-assign"
-  },
-  "id": "libvirt-15"
-}
-
-{
-  "id": "libvirt-15",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'pci-assign' not found"
-  }
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "kvm-pci-assign"
-  },
-  "id": "libvirt-16"
-}
-
-{
-  "return": [
-    {
-      "name": "command_serr_enable",
-      "type": "on/off"
-    },
-    {
-      "name": "multifunction",
-      "type": "on/off"
-    },
-    {
-      "name": "rombar",
-      "type": "uint32"
-    },
-    {
-      "name": "romfile",
-      "type": "str"
-    },
-    {
-      "name": "addr",
-      "type": "pci-devfn"
-    },
-    {
-      "name": "configfd",
-      "type": "str"
-    },
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "share_intx",
-      "type": "on/off"
-    },
-    {
-      "name": "prefer_msi",
-      "type": "on/off"
-    },
-    {
-      "name": "host",
-      "type": "pci-host-devaddr"
-    }
-  ],
-  "id": "libvirt-16"
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "vfio-pci"
   },
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
       "type": "pci-host-devaddr"
     }
   ],
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
   "arguments": {
     "typename": "scsi-disk"
   },
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
       "type": "drive"
     }
   ],
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
   "arguments": {
     "typename": "ide-drive"
   },
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
       "type": "drive"
     }
   ],
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
   "arguments": {
     "typename": "PIIX4_PM"
   },
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
   "arguments": {
     "typename": "usb-redir"
   },
-  "id": "libvirt-21"
+  "id": "libvirt-19"
 }
 
 {
       "type": "chr"
     }
   ],
-  "id": "libvirt-21"
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "usb-host"
-  },
-  "id": "libvirt-22"
-}
-
-{
-  "return": [
-    {
-      "name": "msos-desc",
-      "type": "on/off"
-    },
-    {
-      "name": "full-path",
-      "type": "on/off"
-    },
-    {
-      "name": "serial",
-      "type": "str"
-    },
-    {
-      "name": "port",
-      "type": "str"
-    },
-    {
-      "name": "pipeline",
-      "type": "on/off"
-    },
-    {
-      "name": "loglevel",
-      "type": "uint32"
-    },
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "isobsize",
-      "type": "uint32"
-    },
-    {
-      "name": "isobufs",
-      "type": "uint32"
-    },
-    {
-      "name": "productid",
-      "type": "uint32"
-    },
-    {
-      "name": "vendorid",
-      "type": "uint32"
-    },
-    {
-      "name": "hostport",
-      "type": "str"
-    },
-    {
-      "name": "hostaddr",
-      "type": "uint32"
-    },
-    {
-      "name": "hostbus",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-22"
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "scsi-generic"
-  },
-  "id": "libvirt-23"
-}
-
-{
-  "return": [
-    {
-      "name": "lun",
-      "type": "uint32"
-    },
-    {
-      "name": "scsi-id",
-      "type": "uint32"
-    },
-    {
-      "name": "channel",
-      "type": "uint32"
-    },
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "drive",
-      "type": "drive"
-    }
-  ],
-  "id": "libvirt-23"
+  "id": "libvirt-19"
 }
 
 {
   "arguments": {
     "typename": "i440FX-pcihost"
   },
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
       "type": "size"
     }
   ],
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
   "arguments": {
     "typename": "q35-pcihost"
   },
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
   "arguments": {
     "typename": "usb-storage"
   },
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
       "type": "drive"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
   "arguments": {
     "typename": "kvm-pit"
   },
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
   "arguments": {
     "typename": "VGA"
   },
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
   "arguments": {
     "typename": "vmware-svga"
   },
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
   "arguments": {
     "typename": "qxl"
   },
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
   "arguments": {
     "typename": "ICH9-LPC"
   },
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
       "type": "pci-devfn"
     }
   ],
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-pci"
   },
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-ccw"
   },
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
-  "id": "libvirt-33",
+  "id": "libvirt-29",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
   "arguments": {
     "typename": "virtio-balloon-device"
   },
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
   "arguments": {
     "typename": "nec-usb-xhci"
   },
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
       "type": "on/off"
     }
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
   "arguments": {
     "typename": "mch"
   },
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
       "type": "pci-devfn"
     }
   ],
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
   "execute": "query-machines",
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
       "cpu-max": 255
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
   "execute": "query-cpu-definitions",
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
       "name": "qemu64"
     }
   ],
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
   "execute": "query-tpm-models",
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
   "return": [
     "tpm-tis"
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
   "execute": "query-tpm-types",
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
   "return": [
     "passthrough"
   ],
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
   "execute": "query-command-line-options",
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
   "execute": "query-migrate-capabilities",
-  "id": "libvirt-42"
+  "id": "libvirt-38"
 }
 
 {
       "capability": "zero-blocks"
     }
   ],
-  "id": "libvirt-42"
+  "id": "libvirt-38"
 }
 
 {
index af35d676cbadfe498e6d5d955d4ff006c05fb985..05badb66754ce2370aa172847fce4a7834653ba4 100644 (file)
   <flag name='mch'/>
   <version>2001001</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>63365</microcodeVersion>
+  <microcodeVersion>60857</microcodeVersion>
   <package></package>
   <arch>x86_64</arch>
   <cpu type='kvm' name='Opteron_G5'/>
index fee785692f09b036a121044767ad363d8a805611..c8b73cd7e27d66e1afdb1373769a3ca99d954090 100644 (file)
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "pci-assign"
-  },
-  "id": "libvirt-14"
-}
-
-{
-  "id": "libvirt-14",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'pci-assign' not found"
-  }
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "kvm-pci-assign"
-  },
-  "id": "libvirt-15"
-}
-
-{
-  "id": "libvirt-15",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'kvm-pci-assign' not found"
-  }
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "vfio-pci"
   },
-  "id": "libvirt-16"
+  "id": "libvirt-14"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-16"
+  "id": "libvirt-14"
 }
 
 {
   "arguments": {
     "typename": "scsi-disk"
   },
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
   "arguments": {
     "typename": "ide-drive"
   },
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
   "arguments": {
     "typename": "PIIX4_PM"
   },
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
-  "id": "libvirt-19",
+  "id": "libvirt-17",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'PIIX4_PM' not found"
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "usb-host"
-  },
-  "id": "libvirt-20"
-}
-
-{
-  "return": [
-    {
-      "name": "isobufs",
-      "type": "uint32"
-    },
-    {
-      "name": "hostaddr",
-      "type": "uint32"
-    },
-    {
-      "name": "msos-desc",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "productid",
-      "type": "uint32"
-    },
-    {
-      "name": "serial",
-      "type": "str"
-    },
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "isobsize",
-      "type": "uint32"
-    },
-    {
-      "name": "port",
-      "type": "str"
-    },
-    {
-      "name": "vendorid",
-      "type": "uint32"
-    },
-    {
-      "name": "pipeline",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "attached",
-      "type": "bool"
-    },
-    {
-      "name": "hostport",
-      "type": "str"
-    },
-    {
-      "name": "full-path",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "loglevel",
-      "type": "uint32"
-    },
-    {
-      "name": "hostbus",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-20"
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "scsi-generic"
-  },
-  "id": "libvirt-21"
-}
-
-{
-  "return": [
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "drive",
-      "description": "Node name or ID of a block device to use as a backend",
-      "type": "str"
-    },
-    {
-      "name": "lun",
-      "type": "uint32"
-    },
-    {
-      "name": "channel",
-      "type": "uint32"
-    },
-    {
-      "name": "scsi-id",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-21"
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "i440FX-pcihost"
   },
-  "id": "libvirt-22"
+  "id": "libvirt-18"
 }
 
 {
-  "id": "libvirt-22",
+  "id": "libvirt-18",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'i440FX-pcihost' not found"
   "arguments": {
     "typename": "q35-pcihost"
   },
-  "id": "libvirt-23"
+  "id": "libvirt-19"
 }
 
 {
-  "id": "libvirt-23",
+  "id": "libvirt-19",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'q35-pcihost' not found"
   "arguments": {
     "typename": "usb-storage"
   },
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
   "arguments": {
     "typename": "kvm-pit"
   },
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
-  "id": "libvirt-25",
+  "id": "libvirt-21",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'kvm-pit' not found"
   "arguments": {
     "typename": "VGA"
   },
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
   "arguments": {
     "typename": "virtio-gpu-pci"
   },
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
   "arguments": {
     "typename": "virtio-gpu-device"
   },
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
       "type": "size"
     }
   ],
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
   "arguments": {
     "typename": "ICH9-LPC"
   },
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
-  "id": "libvirt-29",
+  "id": "libvirt-25",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ICH9-LPC' not found"
   "arguments": {
     "typename": "virtio-balloon-pci"
   },
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-ccw"
   },
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
-  "id": "libvirt-31",
+  "id": "libvirt-27",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
   "arguments": {
     "typename": "virtio-balloon-device"
   },
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
   "arguments": {
     "typename": "nec-usb-xhci"
   },
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
   "execute": "query-machines",
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
       "cpu-max": 1
     }
   ],
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
   "execute": "query-cpu-definitions",
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
       "static": false
     }
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
   "execute": "query-tpm-models",
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
   "execute": "query-tpm-types",
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
   "execute": "query-command-line-options",
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
   "execute": "query-migrate-capabilities",
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
       "capability": "return-path"
     }
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
   "execute": "query-qmp-schema",
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
       "meta-type": "object"
     }
   ],
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
   "execute": "query-gic-capabilities",
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
       "kernel": true
     }
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
index 8d22cd8ca69b0ee01820829435600eb02cdbf77b..d1224410f6c4e31cf522ba4b48459ddcdc1d5574 100644 (file)
   <flag name='egl-headless'/>
   <version>2010000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>307241</microcodeVersion>
+  <microcodeVersion>305067</microcodeVersion>
   <package> (v2.10.0)</package>
   <arch>aarch64</arch>
   <cpu type='kvm' name='pxa262'/>
index e3047f133e1fc193e364f8da82761c0666cbd037..20e5b475415c305320d1a9cdcee6b80835ca05cb 100644 (file)
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "pci-assign"
-  },
-  "id": "libvirt-14"
-}
-
-{
-  "id": "libvirt-14",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'pci-assign' not found"
-  }
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "kvm-pci-assign"
-  },
-  "id": "libvirt-15"
-}
-
-{
-  "id": "libvirt-15",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'kvm-pci-assign' not found"
-  }
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "vfio-pci"
   },
-  "id": "libvirt-16"
+  "id": "libvirt-14"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-16"
+  "id": "libvirt-14"
 }
 
 {
   "arguments": {
     "typename": "scsi-disk"
   },
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
   "arguments": {
     "typename": "ide-drive"
   },
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
   "arguments": {
     "typename": "PIIX4_PM"
   },
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
-  "id": "libvirt-19",
+  "id": "libvirt-17",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'PIIX4_PM' not found"
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "usb-host"
-  },
-  "id": "libvirt-20"
-}
-
-{
-  "return": [
-    {
-      "name": "isobufs",
-      "type": "uint32"
-    },
-    {
-      "name": "hostaddr",
-      "type": "uint32"
-    },
-    {
-      "name": "msos-desc",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "productid",
-      "type": "uint32"
-    },
-    {
-      "name": "serial",
-      "type": "str"
-    },
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "isobsize",
-      "type": "uint32"
-    },
-    {
-      "name": "port",
-      "type": "str"
-    },
-    {
-      "name": "vendorid",
-      "type": "uint32"
-    },
-    {
-      "name": "pipeline",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "attached",
-      "type": "bool"
-    },
-    {
-      "name": "hostport",
-      "type": "str"
-    },
-    {
-      "name": "full-path",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "loglevel",
-      "type": "uint32"
-    },
-    {
-      "name": "hostbus",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-20"
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "scsi-generic"
-  },
-  "id": "libvirt-21"
-}
-
-{
-  "return": [
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "drive",
-      "description": "Node name or ID of a block device to use as a backend",
-      "type": "str"
-    },
-    {
-      "name": "lun",
-      "type": "uint32"
-    },
-    {
-      "name": "channel",
-      "type": "uint32"
-    },
-    {
-      "name": "scsi-id",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-21"
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "i440FX-pcihost"
   },
-  "id": "libvirt-22"
+  "id": "libvirt-18"
 }
 
 {
-  "id": "libvirt-22",
+  "id": "libvirt-18",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'i440FX-pcihost' not found"
   "arguments": {
     "typename": "q35-pcihost"
   },
-  "id": "libvirt-23"
+  "id": "libvirt-19"
 }
 
 {
-  "id": "libvirt-23",
+  "id": "libvirt-19",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'q35-pcihost' not found"
   "arguments": {
     "typename": "usb-storage"
   },
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
   "arguments": {
     "typename": "kvm-pit"
   },
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
-  "id": "libvirt-25",
+  "id": "libvirt-21",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'kvm-pit' not found"
   "arguments": {
     "typename": "VGA"
   },
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
   "arguments": {
     "typename": "virtio-gpu-pci"
   },
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
   "arguments": {
     "typename": "virtio-gpu-device"
   },
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
       "type": "size"
     }
   ],
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
   "arguments": {
     "typename": "ICH9-LPC"
   },
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
-  "id": "libvirt-29",
+  "id": "libvirt-25",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ICH9-LPC' not found"
   "arguments": {
     "typename": "virtio-balloon-pci"
   },
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-ccw"
   },
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
-  "id": "libvirt-31",
+  "id": "libvirt-27",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
   "arguments": {
     "typename": "virtio-balloon-device"
   },
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
   "arguments": {
     "typename": "nec-usb-xhci"
   },
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
   "arguments": {
     "typename": "spapr-pci-host-bridge"
   },
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
   "execute": "query-machines",
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
       "cpu-max": 1
     }
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
   "execute": "query-cpu-definitions",
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
       "static": false
     }
   ],
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
   "execute": "query-tpm-models",
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
   "execute": "query-tpm-types",
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
   "execute": "query-command-line-options",
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
   "execute": "query-migrate-capabilities",
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
       "capability": "return-path"
     }
   ],
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
   "execute": "query-qmp-schema",
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
       "meta-type": "object"
     }
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
index ee9faac3cd0fdd64f98244cba0324f90b4bcd8d5..8eac816b3a91a331fde9d5fbba4b290387c47e6d 100644 (file)
   <flag name='egl-headless'/>
   <version>2010000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>386586</microcodeVersion>
+  <microcodeVersion>384412</microcodeVersion>
   <package> (v2.10.0)</package>
   <arch>ppc64</arch>
   <cpu type='kvm' name='default'/>
index f30a3eaa2b8025efb8845f03db3c1fc8eaf1ca57..a79fad62df0fda959353ac077bc84c2e93ed5cd9 100644 (file)
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "pci-assign"
-  },
-  "id": "libvirt-15"
-}
-
-{
-  "id": "libvirt-15",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'pci-assign' not found"
-  }
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "kvm-pci-assign"
-  },
-  "id": "libvirt-16"
-}
-
-{
-  "id": "libvirt-16",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'kvm-pci-assign' not found"
-  }
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "vfio-pci"
   },
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
   "arguments": {
     "typename": "scsi-disk"
   },
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
   "arguments": {
     "typename": "ide-drive"
   },
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
-  "id": "libvirt-19",
+  "id": "libvirt-17",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ide-drive' not found"
   "arguments": {
     "typename": "PIIX4_PM"
   },
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
-  "id": "libvirt-20",
+  "id": "libvirt-18",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'PIIX4_PM' not found"
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "usb-host"
-  },
-  "id": "libvirt-21"
-}
-
-{
-  "id": "libvirt-21",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'usb-host' not found"
-  }
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "scsi-generic"
-  },
-  "id": "libvirt-22"
-}
-
-{
-  "return": [
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "drive",
-      "description": "Node name or ID of a block device to use as a backend",
-      "type": "str"
-    },
-    {
-      "name": "lun",
-      "type": "uint32"
-    },
-    {
-      "name": "channel",
-      "type": "uint32"
-    },
-    {
-      "name": "scsi-id",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-22"
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "i440FX-pcihost"
   },
-  "id": "libvirt-23"
+  "id": "libvirt-19"
 }
 
 {
-  "id": "libvirt-23",
+  "id": "libvirt-19",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'i440FX-pcihost' not found"
   "arguments": {
     "typename": "q35-pcihost"
   },
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
-  "id": "libvirt-24",
+  "id": "libvirt-20",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'q35-pcihost' not found"
   "arguments": {
     "typename": "kvm-pit"
   },
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
-  "id": "libvirt-25",
+  "id": "libvirt-21",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'kvm-pit' not found"
   "arguments": {
     "typename": "virtio-gpu-pci"
   },
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
   "arguments": {
     "typename": "virtio-gpu-device"
   },
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
       "type": "size"
     }
   ],
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
   "arguments": {
     "typename": "ICH9-LPC"
   },
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
-  "id": "libvirt-28",
+  "id": "libvirt-24",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ICH9-LPC' not found"
   "arguments": {
     "typename": "virtio-balloon-pci"
   },
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-ccw"
   },
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-device"
   },
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
   "arguments": {
     "typename": "virtual-css-bridge"
   },
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
   "execute": "query-machines",
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
       "cpu-max": 248
     }
   ],
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
   "execute": "query-cpu-definitions",
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
       "migration-safe": true
     }
   ],
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
   "execute": "query-tpm-models",
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
   "execute": "query-tpm-types",
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
   "execute": "query-command-line-options",
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
   "execute": "query-migrate-capabilities",
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
       "capability": "return-path"
     }
   ],
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
   "execute": "query-qmp-schema",
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
       "meta-type": "object"
     }
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
       "name": "host"
     }
   },
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
-  "id": "libvirt-41",
+  "id": "libvirt-37",
   "error": {
     "class": "GenericError",
     "desc": "Property '.migratable' not found"
index c2b41249da937a63c289cd1e7465eb155e639edb..a8cd1fe1589f6edfda70f02c117f2bf75f0b88ed 100644 (file)
   <flag name='egl-headless'/>
   <version>2010000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>307493</microcodeVersion>
+  <microcodeVersion>306247</microcodeVersion>
   <package></package>
   <arch>s390x</arch>
   <hostCPU type='kvm' model='z14-base' migratability='no'>
index b3937c1d9cc7baa5c7e229ca333fe0ebd72c5c81..0f385734b2f0a6508491daeb9d99b957756ef0ff 100644 (file)
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "pci-assign"
-  },
-  "id": "libvirt-14"
-}
-
-{
-  "id": "libvirt-14",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'pci-assign' not found"
-  }
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "kvm-pci-assign"
-  },
-  "id": "libvirt-15"
-}
-
-{
-  "return": [
-    {
-      "name": "share_intx",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "rombar",
-      "type": "uint32"
-    },
-    {
-      "name": "x-pcie-lnksta-dllla",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "multifunction",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "host",
-      "description": "Address (bus/device/function) of the host device, example: 04:10.0",
-      "type": "str"
-    },
-    {
-      "name": "romfile",
-      "type": "str"
-    },
-    {
-      "name": "configfd",
-      "type": "str"
-    },
-    {
-      "name": "x-pcie-extcap-init",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "command_serr_enable",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "addr",
-      "description": "Slot and optional function number, example: 06.0 or 06",
-      "type": "int32"
-    },
-    {
-      "name": "prefer_msi",
-      "description": "on/off",
-      "type": "bool"
-    }
-  ],
-  "id": "libvirt-15"
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "vfio-pci"
   },
-  "id": "libvirt-16"
+  "id": "libvirt-14"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-16"
+  "id": "libvirt-14"
 }
 
 {
   "arguments": {
     "typename": "scsi-disk"
   },
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
   "arguments": {
     "typename": "ide-drive"
   },
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
   "arguments": {
     "typename": "PIIX4_PM"
   },
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
   "arguments": {
     "typename": "usb-redir"
   },
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-20"
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "usb-host"
-  },
-  "id": "libvirt-21"
-}
-
-{
-  "return": [
-    {
-      "name": "isobufs",
-      "type": "uint32"
-    },
-    {
-      "name": "hostaddr",
-      "type": "uint32"
-    },
-    {
-      "name": "msos-desc",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "productid",
-      "type": "uint32"
-    },
-    {
-      "name": "serial",
-      "type": "str"
-    },
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "isobsize",
-      "type": "uint32"
-    },
-    {
-      "name": "port",
-      "type": "str"
-    },
-    {
-      "name": "vendorid",
-      "type": "uint32"
-    },
-    {
-      "name": "pipeline",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "attached",
-      "type": "bool"
-    },
-    {
-      "name": "hostport",
-      "type": "str"
-    },
-    {
-      "name": "full-path",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "loglevel",
-      "type": "uint32"
-    },
-    {
-      "name": "hostbus",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-21"
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "scsi-generic"
-  },
-  "id": "libvirt-22"
-}
-
-{
-  "return": [
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "drive",
-      "description": "Node name or ID of a block device to use as a backend",
-      "type": "str"
-    },
-    {
-      "name": "lun",
-      "type": "uint32"
-    },
-    {
-      "name": "channel",
-      "type": "uint32"
-    },
-    {
-      "name": "scsi-id",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-22"
+  "id": "libvirt-18"
 }
 
 {
   "arguments": {
     "typename": "i440FX-pcihost"
   },
-  "id": "libvirt-23"
+  "id": "libvirt-19"
 }
 
 {
       "type": "child<qemu:memory-region>"
     }
   ],
-  "id": "libvirt-23"
+  "id": "libvirt-19"
 }
 
 {
   "arguments": {
     "typename": "q35-pcihost"
   },
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
   "arguments": {
     "typename": "usb-storage"
   },
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
   "arguments": {
     "typename": "kvm-pit"
   },
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
       "type": "LostTickPolicy"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
   "arguments": {
     "typename": "VGA"
   },
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
   "arguments": {
     "typename": "vmware-svga"
   },
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
   "arguments": {
     "typename": "qxl"
   },
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
   "arguments": {
     "typename": "virtio-gpu-pci"
   },
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
   "arguments": {
     "typename": "virtio-gpu-device"
   },
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
       "type": "size"
     }
   ],
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
   "arguments": {
     "typename": "ICH9-LPC"
   },
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-pci"
   },
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-ccw"
   },
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
-  "id": "libvirt-34",
+  "id": "libvirt-30",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
   "arguments": {
     "typename": "virtio-balloon-device"
   },
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
   "arguments": {
     "typename": "nec-usb-xhci"
   },
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
   "arguments": {
     "typename": "intel-iommu"
   },
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
   "arguments": {
     "typename": "mch"
   },
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
       "type": "pci-devfn"
     }
   ],
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
   "execute": "query-machines",
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
       "alias": "q35"
     }
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
   "execute": "query-cpu-definitions",
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
       "migration-safe": true
     }
   ],
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
   "execute": "query-tpm-models",
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
   "return": [
     "tpm-tis"
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
   "execute": "query-tpm-types",
-  "id": "libvirt-42"
+  "id": "libvirt-38"
 }
 
 {
   "return": [
     "passthrough"
   ],
-  "id": "libvirt-42"
+  "id": "libvirt-38"
 }
 
 {
   "execute": "query-command-line-options",
-  "id": "libvirt-43"
+  "id": "libvirt-39"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-43"
+  "id": "libvirt-39"
 }
 
 {
   "execute": "query-migrate-capabilities",
-  "id": "libvirt-44"
+  "id": "libvirt-40"
 }
 
 {
       "capability": "return-path"
     }
   ],
-  "id": "libvirt-44"
+  "id": "libvirt-40"
 }
 
 {
   "execute": "query-qmp-schema",
-  "id": "libvirt-45"
+  "id": "libvirt-41"
 }
 
 {
       "meta-type": "object"
     }
   ],
-  "id": "libvirt-45"
+  "id": "libvirt-41"
 }
 
 {
       "name": "host"
     }
   },
-  "id": "libvirt-46"
+  "id": "libvirt-42"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-46"
+  "id": "libvirt-42"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-47"
+  "id": "libvirt-43"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-47"
+  "id": "libvirt-43"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-48"
+  "id": "libvirt-44"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-48"
+  "id": "libvirt-44"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-49"
+  "id": "libvirt-45"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-49"
+  "id": "libvirt-45"
 }
 
 {
index 46f6f6c4925bec89a32a8a083bef98fdb2204f50..abe2f8e9305ef07b69e421189e5d00bee883247f 100644 (file)
   <flag name='egl-headless'/>
   <version>2010000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>367589</microcodeVersion>
+  <microcodeVersion>364386</microcodeVersion>
   <package> (v2.10.0)</package>
   <arch>x86_64</arch>
   <hostCPU type='kvm' model='base' migratability='yes'>
index d47a19130cd13f151b94f1c9405eaaab0bd8e268..3a03f390b208895a3fa9d4719ae6f60a916b6b66 100644 (file)
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "pci-assign"
-  },
-  "id": "libvirt-15"
-}
-
-{
-  "id": "libvirt-15",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'pci-assign' not found"
-  }
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "kvm-pci-assign"
-  },
-  "id": "libvirt-16"
-}
-
-{
-  "id": "libvirt-16",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'kvm-pci-assign' not found"
-  }
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "vfio-pci"
   },
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
   "arguments": {
     "typename": "scsi-disk"
   },
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
   "arguments": {
     "typename": "ide-drive"
   },
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
-  "id": "libvirt-19",
+  "id": "libvirt-17",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ide-drive' not found"
   "arguments": {
     "typename": "PIIX4_PM"
   },
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
-  "id": "libvirt-20",
+  "id": "libvirt-18",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'PIIX4_PM' not found"
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "usb-host"
-  },
-  "id": "libvirt-21"
-}
-
-{
-  "id": "libvirt-21",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'usb-host' not found"
-  }
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "scsi-generic"
-  },
-  "id": "libvirt-22"
-}
-
-{
-  "return": [
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "drive",
-      "description": "Node name or ID of a block device to use as a backend",
-      "type": "str"
-    },
-    {
-      "name": "lun",
-      "type": "uint32"
-    },
-    {
-      "name": "channel",
-      "type": "uint32"
-    },
-    {
-      "name": "scsi-id",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-22"
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "i440FX-pcihost"
   },
-  "id": "libvirt-23"
+  "id": "libvirt-19"
 }
 
 {
-  "id": "libvirt-23",
+  "id": "libvirt-19",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'i440FX-pcihost' not found"
   "arguments": {
     "typename": "q35-pcihost"
   },
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
-  "id": "libvirt-24",
+  "id": "libvirt-20",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'q35-pcihost' not found"
   "arguments": {
     "typename": "kvm-pit"
   },
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
-  "id": "libvirt-25",
+  "id": "libvirt-21",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'kvm-pit' not found"
   "arguments": {
     "typename": "virtio-gpu-pci"
   },
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
   "arguments": {
     "typename": "virtio-gpu-device"
   },
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
       "type": "size"
     }
   ],
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
   "arguments": {
     "typename": "ICH9-LPC"
   },
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
-  "id": "libvirt-28",
+  "id": "libvirt-24",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ICH9-LPC' not found"
   "arguments": {
     "typename": "virtio-balloon-pci"
   },
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-ccw"
   },
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-device"
   },
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
   "arguments": {
     "typename": "virtio-gpu-ccw"
   },
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
   "arguments": {
     "typename": "virtual-css-bridge"
   },
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
   "execute": "query-machines",
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
       "cpu-max": 248
     }
   ],
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
   "execute": "query-cpu-definitions",
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
       "migration-safe": true
     }
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
   "execute": "query-tpm-models",
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
   "execute": "query-tpm-types",
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
   "return": [
     "emulator"
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
   "execute": "query-command-line-options",
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
   "execute": "query-migrate-capabilities",
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
       "capability": "x-multifd"
     }
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
   "execute": "query-qmp-schema",
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
       "meta-type": "object"
     }
   ],
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
       "name": "host"
     }
   },
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-42"
+  "id": "libvirt-38"
 }
 
 {
-  "id": "libvirt-42",
+  "id": "libvirt-38",
   "error": {
     "class": "GenericError",
     "desc": "Property '.migratable' not found"
index fa515d455b9995355ea800a344fb74c178cc302d..b1a7b167b2d075d213941400cb2cd5e0a4aa0858 100644 (file)
   <flag name='egl-headless'/>
   <version>2011000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>346345</microcodeVersion>
+  <microcodeVersion>345099</microcodeVersion>
   <package></package>
   <arch>s390x</arch>
   <hostCPU type='kvm' model='z14-base' migratability='no'>
index a067b70377784888921c9a9590f7e580c607be15..c9a9a7043d5e5153db8359bc117b243bc9ef4ad7 100644 (file)
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "pci-assign"
-  },
-  "id": "libvirt-14"
-}
-
-{
-  "id": "libvirt-14",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'pci-assign' not found"
-  }
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "kvm-pci-assign"
-  },
-  "id": "libvirt-15"
-}
-
-{
-  "id": "libvirt-15",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'kvm-pci-assign' not found"
-  }
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "vfio-pci"
   },
-  "id": "libvirt-16"
+  "id": "libvirt-14"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-16"
+  "id": "libvirt-14"
 }
 
 {
   "arguments": {
     "typename": "scsi-disk"
   },
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
   "arguments": {
     "typename": "ide-drive"
   },
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
   "arguments": {
     "typename": "PIIX4_PM"
   },
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
   "arguments": {
     "typename": "usb-redir"
   },
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-20"
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "usb-host"
-  },
-  "id": "libvirt-21"
-}
-
-{
-  "return": [
-    {
-      "name": "isobufs",
-      "type": "uint32"
-    },
-    {
-      "name": "hostaddr",
-      "type": "uint32"
-    },
-    {
-      "name": "msos-desc",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "productid",
-      "type": "uint32"
-    },
-    {
-      "name": "serial",
-      "type": "str"
-    },
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "isobsize",
-      "type": "uint32"
-    },
-    {
-      "name": "port",
-      "type": "str"
-    },
-    {
-      "name": "vendorid",
-      "type": "uint32"
-    },
-    {
-      "name": "pipeline",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "attached",
-      "type": "bool"
-    },
-    {
-      "name": "hostport",
-      "type": "str"
-    },
-    {
-      "name": "full-path",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "loglevel",
-      "type": "uint32"
-    },
-    {
-      "name": "hostbus",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-21"
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "scsi-generic"
-  },
-  "id": "libvirt-22"
-}
-
-{
-  "return": [
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "drive",
-      "description": "Node name or ID of a block device to use as a backend",
-      "type": "str"
-    },
-    {
-      "name": "lun",
-      "type": "uint32"
-    },
-    {
-      "name": "channel",
-      "type": "uint32"
-    },
-    {
-      "name": "scsi-id",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-22"
+  "id": "libvirt-18"
 }
 
 {
   "arguments": {
     "typename": "i440FX-pcihost"
   },
-  "id": "libvirt-23"
+  "id": "libvirt-19"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-23"
+  "id": "libvirt-19"
 }
 
 {
   "arguments": {
     "typename": "q35-pcihost"
   },
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
   "arguments": {
     "typename": "usb-storage"
   },
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
   "arguments": {
     "typename": "kvm-pit"
   },
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
       "type": "LostTickPolicy"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
   "arguments": {
     "typename": "VGA"
   },
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
   "arguments": {
     "typename": "vmware-svga"
   },
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
   "arguments": {
     "typename": "qxl"
   },
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
   "arguments": {
     "typename": "virtio-gpu-pci"
   },
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
   "arguments": {
     "typename": "virtio-gpu-device"
   },
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
       "type": "size"
     }
   ],
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
   "arguments": {
     "typename": "ICH9-LPC"
   },
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-pci"
   },
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-ccw"
   },
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
-  "id": "libvirt-34",
+  "id": "libvirt-30",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
   "arguments": {
     "typename": "virtio-balloon-device"
   },
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
   "arguments": {
     "typename": "nec-usb-xhci"
   },
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
   "arguments": {
     "typename": "intel-iommu"
   },
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
   "arguments": {
     "typename": "mch"
   },
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
   "execute": "query-machines",
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
       "cpu-max": 288
     }
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
   "execute": "query-cpu-definitions",
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
       "migration-safe": true
     }
   ],
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
   "execute": "query-tpm-models",
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
   "return": [
     "tpm-tis"
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
   "execute": "query-tpm-types",
-  "id": "libvirt-42"
+  "id": "libvirt-38"
 }
 
 {
     "passthrough",
     "emulator"
   ],
-  "id": "libvirt-42"
+  "id": "libvirt-38"
 }
 
 {
   "execute": "query-command-line-options",
-  "id": "libvirt-43"
+  "id": "libvirt-39"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-43"
+  "id": "libvirt-39"
 }
 
 {
   "execute": "query-migrate-capabilities",
-  "id": "libvirt-44"
+  "id": "libvirt-40"
 }
 
 {
       "capability": "x-multifd"
     }
   ],
-  "id": "libvirt-44"
+  "id": "libvirt-40"
 }
 
 {
   "execute": "query-qmp-schema",
-  "id": "libvirt-45"
+  "id": "libvirt-41"
 }
 
 {
       "meta-type": "object"
     }
   ],
-  "id": "libvirt-45"
+  "id": "libvirt-41"
 }
 
 {
       "name": "host"
     }
   },
-  "id": "libvirt-46"
+  "id": "libvirt-42"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-46"
+  "id": "libvirt-42"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-47"
+  "id": "libvirt-43"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-47"
+  "id": "libvirt-43"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-48"
+  "id": "libvirt-44"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-48"
+  "id": "libvirt-44"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-49"
+  "id": "libvirt-45"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-49"
+  "id": "libvirt-45"
 }
 
 {
index f3be49a288570e46568efc5b18bf038dd2c264c4..90bb89748519351d0138ffd8bc67697ef01f6b48 100644 (file)
   <flag name='egl-headless'/>
   <version>2011000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>371049</microcodeVersion>
+  <microcodeVersion>368875</microcodeVersion>
   <package> (v2.11.0)</package>
   <arch>x86_64</arch>
   <hostCPU type='kvm' model='base' migratability='yes'>
index db5b5140d510890e97dea993ad48fd79c5c4a052..4208a661560830afef9d5470618e115be6680fdd 100644 (file)
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "pci-assign"
-  },
-  "id": "libvirt-14"
-}
-
-{
-  "id": "libvirt-14",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'pci-assign' not found"
-  }
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "kvm-pci-assign"
-  },
-  "id": "libvirt-15"
-}
-
-{
-  "id": "libvirt-15",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'kvm-pci-assign' not found"
-  }
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "vfio-pci"
   },
-  "id": "libvirt-16"
+  "id": "libvirt-14"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-16"
+  "id": "libvirt-14"
 }
 
 {
   "arguments": {
     "typename": "scsi-disk"
   },
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
   "arguments": {
     "typename": "ide-drive"
   },
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
   "arguments": {
     "typename": "PIIX4_PM"
   },
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
-  "id": "libvirt-19",
+  "id": "libvirt-17",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'PIIX4_PM' not found"
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "usb-host"
-  },
-  "id": "libvirt-20"
-}
-
-{
-  "return": [
-    {
-      "name": "isobufs",
-      "type": "uint32"
-    },
-    {
-      "name": "hostaddr",
-      "type": "uint32"
-    },
-    {
-      "name": "msos-desc",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "productid",
-      "type": "uint32"
-    },
-    {
-      "name": "serial",
-      "type": "str"
-    },
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "isobsize",
-      "type": "uint32"
-    },
-    {
-      "name": "port",
-      "type": "str"
-    },
-    {
-      "name": "vendorid",
-      "type": "uint32"
-    },
-    {
-      "name": "pipeline",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "attached",
-      "type": "bool"
-    },
-    {
-      "name": "hostport",
-      "type": "str"
-    },
-    {
-      "name": "full-path",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "loglevel",
-      "type": "uint32"
-    },
-    {
-      "name": "hostbus",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-20"
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "scsi-generic"
-  },
-  "id": "libvirt-21"
-}
-
-{
-  "return": [
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "drive",
-      "description": "Node name or ID of a block device to use as a backend",
-      "type": "str"
-    },
-    {
-      "name": "lun",
-      "type": "uint32"
-    },
-    {
-      "name": "share-rw",
-      "type": "bool"
-    },
-    {
-      "name": "channel",
-      "type": "uint32"
-    },
-    {
-      "name": "scsi-id",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-21"
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "i440FX-pcihost"
   },
-  "id": "libvirt-22"
+  "id": "libvirt-18"
 }
 
 {
-  "id": "libvirt-22",
+  "id": "libvirt-18",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'i440FX-pcihost' not found"
   "arguments": {
     "typename": "q35-pcihost"
   },
-  "id": "libvirt-23"
+  "id": "libvirt-19"
 }
 
 {
-  "id": "libvirt-23",
+  "id": "libvirt-19",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'q35-pcihost' not found"
   "arguments": {
     "typename": "usb-storage"
   },
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
   "arguments": {
     "typename": "kvm-pit"
   },
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
-  "id": "libvirt-25",
+  "id": "libvirt-21",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'kvm-pit' not found"
   "arguments": {
     "typename": "VGA"
   },
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
   "arguments": {
     "typename": "virtio-gpu-pci"
   },
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
   "arguments": {
     "typename": "virtio-gpu-device"
   },
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
       "type": "size"
     }
   ],
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
   "arguments": {
     "typename": "ICH9-LPC"
   },
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
-  "id": "libvirt-29",
+  "id": "libvirt-25",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ICH9-LPC' not found"
   "arguments": {
     "typename": "virtio-balloon-pci"
   },
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-ccw"
   },
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
-  "id": "libvirt-31",
+  "id": "libvirt-27",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
   "arguments": {
     "typename": "virtio-balloon-device"
   },
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
   "arguments": {
     "typename": "nec-usb-xhci"
   },
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
   "arguments": {
     "typename": "memory-backend-file"
   },
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
       "type": "string"
     }
   ],
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
   "arguments": {
     "typename": "spapr-machine"
   },
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
-  "id": "libvirt-35",
+  "id": "libvirt-31",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Class 'spapr-machine' not found"
 
 {
   "execute": "query-machines",
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
       "cpu-max": 1
     }
   ],
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
   "execute": "query-cpu-definitions",
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
       "static": false
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
   "execute": "query-tpm-models",
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
   "execute": "query-tpm-types",
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
   "return": [
     "emulator"
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
   "execute": "query-command-line-options",
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
   "execute": "query-migrate-capabilities",
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
       "capability": "dirty-bitmaps"
     }
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
   "execute": "query-qmp-schema",
-  "id": "libvirt-42"
+  "id": "libvirt-38"
 }
 
 {
       "meta-type": "object"
     }
   ],
-  "id": "libvirt-42"
+  "id": "libvirt-38"
 }
 
 {
   "execute": "query-gic-capabilities",
-  "id": "libvirt-43"
+  "id": "libvirt-39"
 }
 
 {
       "kernel": false
     }
   ],
-  "id": "libvirt-43"
+  "id": "libvirt-39"
 }
 
 {
index 4f13281e3d8a84ea08ff525c24ea5f36adc52e79..d83d8d42f5267f9de33235f6d82b4b54d8c927fb 100644 (file)
   <flag name='vfio-pci.display'/>
   <version>2011090</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>347144</microcodeVersion>
+  <microcodeVersion>344910</microcodeVersion>
   <package>v2.12.0-rc0</package>
   <arch>aarch64</arch>
   <cpu type='kvm' name='pxa262'/>
index 786cb1844a9f8e991a81123bf208b52a8a9fa93d..bd28546275ea70028812178b5083ce9c6fc2e384 100644 (file)
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "pci-assign"
-  },
-  "id": "libvirt-14"
-}
-
-{
-  "id": "libvirt-14",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'pci-assign' not found"
-  }
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "kvm-pci-assign"
-  },
-  "id": "libvirt-15"
-}
-
-{
-  "id": "libvirt-15",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'kvm-pci-assign' not found"
-  }
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "vfio-pci"
   },
-  "id": "libvirt-16"
+  "id": "libvirt-14"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-16"
+  "id": "libvirt-14"
 }
 
 {
   "arguments": {
     "typename": "scsi-disk"
   },
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
   "arguments": {
     "typename": "ide-drive"
   },
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
   "arguments": {
     "typename": "PIIX4_PM"
   },
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
-  "id": "libvirt-19",
+  "id": "libvirt-17",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'PIIX4_PM' not found"
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "usb-host"
-  },
-  "id": "libvirt-20"
-}
-
-{
-  "return": [
-    {
-      "name": "isobufs",
-      "type": "uint32"
-    },
-    {
-      "name": "hostaddr",
-      "type": "uint32"
-    },
-    {
-      "name": "msos-desc",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "productid",
-      "type": "uint32"
-    },
-    {
-      "name": "serial",
-      "type": "str"
-    },
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "isobsize",
-      "type": "uint32"
-    },
-    {
-      "name": "port",
-      "type": "str"
-    },
-    {
-      "name": "vendorid",
-      "type": "uint32"
-    },
-    {
-      "name": "pipeline",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "attached",
-      "type": "bool"
-    },
-    {
-      "name": "hostport",
-      "type": "str"
-    },
-    {
-      "name": "full-path",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "loglevel",
-      "type": "uint32"
-    },
-    {
-      "name": "hostbus",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-20"
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "scsi-generic"
-  },
-  "id": "libvirt-21"
-}
-
-{
-  "return": [
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "drive",
-      "description": "Node name or ID of a block device to use as a backend",
-      "type": "str"
-    },
-    {
-      "name": "lun",
-      "type": "uint32"
-    },
-    {
-      "name": "share-rw",
-      "type": "bool"
-    },
-    {
-      "name": "channel",
-      "type": "uint32"
-    },
-    {
-      "name": "scsi-id",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-21"
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "i440FX-pcihost"
   },
-  "id": "libvirt-22"
+  "id": "libvirt-18"
 }
 
 {
-  "id": "libvirt-22",
+  "id": "libvirt-18",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'i440FX-pcihost' not found"
   "arguments": {
     "typename": "q35-pcihost"
   },
-  "id": "libvirt-23"
+  "id": "libvirt-19"
 }
 
 {
-  "id": "libvirt-23",
+  "id": "libvirt-19",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'q35-pcihost' not found"
   "arguments": {
     "typename": "usb-storage"
   },
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
   "arguments": {
     "typename": "kvm-pit"
   },
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
-  "id": "libvirt-25",
+  "id": "libvirt-21",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'kvm-pit' not found"
   "arguments": {
     "typename": "VGA"
   },
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
   "arguments": {
     "typename": "virtio-gpu-pci"
   },
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
   "arguments": {
     "typename": "virtio-gpu-device"
   },
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
       "type": "size"
     }
   ],
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
   "arguments": {
     "typename": "ICH9-LPC"
   },
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
-  "id": "libvirt-29",
+  "id": "libvirt-25",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ICH9-LPC' not found"
   "arguments": {
     "typename": "virtio-balloon-pci"
   },
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-ccw"
   },
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
-  "id": "libvirt-31",
+  "id": "libvirt-27",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
   "arguments": {
     "typename": "virtio-balloon-device"
   },
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
   "arguments": {
     "typename": "nec-usb-xhci"
   },
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
   "arguments": {
     "typename": "spapr-pci-host-bridge"
   },
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
   "arguments": {
     "typename": "memory-backend-file"
   },
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
       "type": "string"
     }
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
   "arguments": {
     "typename": "spapr-machine"
   },
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
   "execute": "query-machines",
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
       "cpu-max": 1
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
   "execute": "query-cpu-definitions",
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
       "static": false
     }
   ],
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
   "execute": "query-tpm-models",
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
   "execute": "query-tpm-types",
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
   "return": [
     "emulator"
   ],
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
   "execute": "query-command-line-options",
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
   "execute": "query-migrate-capabilities",
-  "id": "libvirt-42"
+  "id": "libvirt-38"
 }
 
 {
       "capability": "dirty-bitmaps"
     }
   ],
-  "id": "libvirt-42"
+  "id": "libvirt-38"
 }
 
 {
   "execute": "query-qmp-schema",
-  "id": "libvirt-43"
+  "id": "libvirt-39"
 }
 
 {
       "meta-type": "object"
     }
   ],
-  "id": "libvirt-43"
+  "id": "libvirt-39"
 }
 
 {
index 295e6062dfe7189d785ec8d3b907b490f2f8ab8d..790bebfb4d2b0c1378cc851c6ce2580ac0fd699c 100644 (file)
   <flag name='vfio-pci.display'/>
   <version>2011090</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>427928</microcodeVersion>
+  <microcodeVersion>425694</microcodeVersion>
   <package>v2.12.0-rc0</package>
   <arch>ppc64</arch>
   <cpu type='kvm' name='default'/>
index 25a005c5cdee7ef51f54ed7bb343fcb4f9d8e613..f98afbceae8d174573d77543ff9fd24c85908f8a 100644 (file)
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "pci-assign"
-  },
-  "id": "libvirt-15"
-}
-
-{
-  "id": "libvirt-15",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'pci-assign' not found"
-  }
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "kvm-pci-assign"
-  },
-  "id": "libvirt-16"
-}
-
-{
-  "id": "libvirt-16",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'kvm-pci-assign' not found"
-  }
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "vfio-pci"
   },
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
   "arguments": {
     "typename": "scsi-disk"
   },
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
   "arguments": {
     "typename": "ide-drive"
   },
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
-  "id": "libvirt-19",
+  "id": "libvirt-17",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ide-drive' not found"
   "arguments": {
     "typename": "PIIX4_PM"
   },
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
-  "id": "libvirt-20",
+  "id": "libvirt-18",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'PIIX4_PM' not found"
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "usb-host"
-  },
-  "id": "libvirt-21"
-}
-
-{
-  "id": "libvirt-21",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'usb-host' not found"
-  }
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "scsi-generic"
-  },
-  "id": "libvirt-22"
-}
-
-{
-  "return": [
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "drive",
-      "description": "Node name or ID of a block device to use as a backend",
-      "type": "str"
-    },
-    {
-      "name": "lun",
-      "type": "uint32"
-    },
-    {
-      "name": "share-rw",
-      "type": "bool"
-    },
-    {
-      "name": "channel",
-      "type": "uint32"
-    },
-    {
-      "name": "scsi-id",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-22"
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "i440FX-pcihost"
   },
-  "id": "libvirt-23"
+  "id": "libvirt-19"
 }
 
 {
-  "id": "libvirt-23",
+  "id": "libvirt-19",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'i440FX-pcihost' not found"
   "arguments": {
     "typename": "q35-pcihost"
   },
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
-  "id": "libvirt-24",
+  "id": "libvirt-20",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'q35-pcihost' not found"
   "arguments": {
     "typename": "kvm-pit"
   },
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
-  "id": "libvirt-25",
+  "id": "libvirt-21",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'kvm-pit' not found"
   "arguments": {
     "typename": "virtio-gpu-pci"
   },
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
   "arguments": {
     "typename": "virtio-gpu-device"
   },
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
       "type": "size"
     }
   ],
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
   "arguments": {
     "typename": "ICH9-LPC"
   },
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
-  "id": "libvirt-28",
+  "id": "libvirt-24",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ICH9-LPC' not found"
   "arguments": {
     "typename": "virtio-balloon-pci"
   },
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-ccw"
   },
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-device"
   },
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
   "arguments": {
     "typename": "virtio-gpu-ccw"
   },
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
   "arguments": {
     "typename": "virtual-css-bridge"
   },
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
   "arguments": {
     "typename": "memory-backend-file"
   },
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
       "type": "string"
     }
   ],
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
   "arguments": {
     "typename": "spapr-machine"
   },
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
-  "id": "libvirt-35",
+  "id": "libvirt-31",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Class 'spapr-machine' not found"
 
 {
   "execute": "query-machines",
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
       "alias": "s390-ccw-virtio"
     }
   ],
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
   "execute": "query-cpu-definitions",
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
       "migration-safe": true
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
   "execute": "query-tpm-models",
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
   "execute": "query-tpm-types",
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
   "return": [
     "emulator"
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
   "execute": "query-command-line-options",
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
   "execute": "query-migrate-capabilities",
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
       "capability": "dirty-bitmaps"
     }
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
   "execute": "query-qmp-schema",
-  "id": "libvirt-42"
+  "id": "libvirt-38"
 }
 
 {
       "meta-type": "object"
     }
   ],
-  "id": "libvirt-42"
+  "id": "libvirt-38"
 }
 
 {
       "name": "host"
     }
   },
-  "id": "libvirt-43"
+  "id": "libvirt-39"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-43"
+  "id": "libvirt-39"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-44"
+  "id": "libvirt-40"
 }
 
 {
-  "id": "libvirt-44",
+  "id": "libvirt-40",
   "error": {
     "class": "GenericError",
     "desc": "Property '.migratable' not found"
index d19ad59b31100fbde6ea04f555093096546517ef..abc40ec7952f457b84620ab3da6ca9249fffafb3 100644 (file)
   <flag name='vfio-pci.display'/>
   <version>2012000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>375593</microcodeVersion>
+  <microcodeVersion>374287</microcodeVersion>
   <package></package>
   <arch>s390x</arch>
   <hostCPU type='kvm' model='z14-base' migratability='no'>
index 9d7e65321682e56ae4f1c68f9bc400b5d9c7c194..e0b6d2f93770a09112e373380d24cad990ac8b66 100644 (file)
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "pci-assign"
-  },
-  "id": "libvirt-14"
-}
-
-{
-  "id": "libvirt-14",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'pci-assign' not found"
-  }
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "kvm-pci-assign"
-  },
-  "id": "libvirt-15"
-}
-
-{
-  "id": "libvirt-15",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'kvm-pci-assign' not found"
-  }
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "vfio-pci"
   },
-  "id": "libvirt-16"
+  "id": "libvirt-14"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-16"
+  "id": "libvirt-14"
 }
 
 {
   "arguments": {
     "typename": "scsi-disk"
   },
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
   "arguments": {
     "typename": "ide-drive"
   },
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
   "arguments": {
     "typename": "PIIX4_PM"
   },
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
   "arguments": {
     "typename": "usb-redir"
   },
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-20"
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "usb-host"
-  },
-  "id": "libvirt-21"
-}
-
-{
-  "return": [
-    {
-      "name": "isobufs",
-      "type": "uint32"
-    },
-    {
-      "name": "hostaddr",
-      "type": "uint32"
-    },
-    {
-      "name": "msos-desc",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "productid",
-      "type": "uint32"
-    },
-    {
-      "name": "serial",
-      "type": "str"
-    },
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "isobsize",
-      "type": "uint32"
-    },
-    {
-      "name": "port",
-      "type": "str"
-    },
-    {
-      "name": "vendorid",
-      "type": "uint32"
-    },
-    {
-      "name": "pipeline",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "attached",
-      "type": "bool"
-    },
-    {
-      "name": "hostport",
-      "type": "str"
-    },
-    {
-      "name": "full-path",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "loglevel",
-      "type": "uint32"
-    },
-    {
-      "name": "hostbus",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-21"
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "scsi-generic"
-  },
-  "id": "libvirt-22"
-}
-
-{
-  "return": [
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "drive",
-      "description": "Node name or ID of a block device to use as a backend",
-      "type": "str"
-    },
-    {
-      "name": "lun",
-      "type": "uint32"
-    },
-    {
-      "name": "share-rw",
-      "type": "bool"
-    },
-    {
-      "name": "channel",
-      "type": "uint32"
-    },
-    {
-      "name": "scsi-id",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-22"
+  "id": "libvirt-18"
 }
 
 {
   "arguments": {
     "typename": "i440FX-pcihost"
   },
-  "id": "libvirt-23"
+  "id": "libvirt-19"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-23"
+  "id": "libvirt-19"
 }
 
 {
   "arguments": {
     "typename": "q35-pcihost"
   },
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
   "arguments": {
     "typename": "usb-storage"
   },
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
   "arguments": {
     "typename": "kvm-pit"
   },
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
       "type": "LostTickPolicy"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
   "arguments": {
     "typename": "VGA"
   },
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
   "arguments": {
     "typename": "vmware-svga"
   },
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
   "arguments": {
     "typename": "qxl"
   },
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
   "arguments": {
     "typename": "virtio-gpu-pci"
   },
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
   "arguments": {
     "typename": "virtio-gpu-device"
   },
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
       "type": "size"
     }
   ],
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
   "arguments": {
     "typename": "ICH9-LPC"
   },
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-pci"
   },
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-ccw"
   },
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
-  "id": "libvirt-34",
+  "id": "libvirt-30",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
   "arguments": {
     "typename": "virtio-balloon-device"
   },
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
   "arguments": {
     "typename": "nec-usb-xhci"
   },
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
   "arguments": {
     "typename": "intel-iommu"
   },
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
   "arguments": {
     "typename": "mch"
   },
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
   "arguments": {
     "typename": "memory-backend-file"
   },
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
       "type": "string"
     }
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
   "arguments": {
     "typename": "spapr-machine"
   },
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
-  "id": "libvirt-40",
+  "id": "libvirt-36",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Class 'spapr-machine' not found"
 
 {
   "execute": "query-machines",
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
       "cpu-max": 255
     }
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
   "execute": "query-cpu-definitions",
-  "id": "libvirt-42"
+  "id": "libvirt-38"
 }
 
 {
       "migration-safe": true
     }
   ],
-  "id": "libvirt-42"
+  "id": "libvirt-38"
 }
 
 {
   "execute": "query-tpm-models",
-  "id": "libvirt-43"
+  "id": "libvirt-39"
 }
 
 {
     "tpm-crb",
     "tpm-tis"
   ],
-  "id": "libvirt-43"
+  "id": "libvirt-39"
 }
 
 {
   "execute": "query-tpm-types",
-  "id": "libvirt-44"
+  "id": "libvirt-40"
 }
 
 {
     "passthrough",
     "emulator"
   ],
-  "id": "libvirt-44"
+  "id": "libvirt-40"
 }
 
 {
   "execute": "query-command-line-options",
-  "id": "libvirt-45"
+  "id": "libvirt-41"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-45"
+  "id": "libvirt-41"
 }
 
 {
   "execute": "query-migrate-capabilities",
-  "id": "libvirt-46"
+  "id": "libvirt-42"
 }
 
 {
       "capability": "dirty-bitmaps"
     }
   ],
-  "id": "libvirt-46"
+  "id": "libvirt-42"
 }
 
 {
   "execute": "query-qmp-schema",
-  "id": "libvirt-47"
+  "id": "libvirt-43"
 }
 
 {
       "meta-type": "object"
     }
   ],
-  "id": "libvirt-47"
+  "id": "libvirt-43"
 }
 
 {
       "name": "host"
     }
   },
-  "id": "libvirt-48"
+  "id": "libvirt-44"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-48"
+  "id": "libvirt-44"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-49"
+  "id": "libvirt-45"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-49"
+  "id": "libvirt-45"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-50"
+  "id": "libvirt-46"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-50"
+  "id": "libvirt-46"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-51"
+  "id": "libvirt-47"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-51"
+  "id": "libvirt-47"
 }
 
 {
   "execute": "query-sev-capabilities",
-  "id": "libvirt-52"
+  "id": "libvirt-48"
 }
 
 {
     "cert-chain": "AQAAAAAOAAAAQAAAAAOAAAAQAAAAAOAAAAQAAAAAOAAAAQAAAAAOAAA",
     "pdh": "AQAAAAAOAAAAQAAAAAOAAAAQAAAAAOAAAAQAAAAAOAAAAQAAAAAOAAAAQAAAAAOAAA"
   },
-  "id": "libvirt-52"
+  "id": "libvirt-48"
 }
 
 {
index 16861727cfa990d437efb0e86297422abb0c32da..76e3bd79e70befcc1996d89ec6a3ed8a58c9541f 100644 (file)
   <flag name='vfio-pci.display'/>
   <version>2011090</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>415790</microcodeVersion>
+  <microcodeVersion>413556</microcodeVersion>
   <package>v2.12.0-rc0</package>
   <arch>x86_64</arch>
   <hostCPU type='kvm' model='base' migratability='yes'>
index 32c31f406d3ffe8c39b9cddea28a6c58a214bf12..ee248e38aacaeb041f241caf04f750038d073827 100644 (file)
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "pci-assign"
-  },
-  "id": "libvirt-15"
-}
-
-{
-  "id": "libvirt-15",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'pci-assign' not found"
-  }
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "kvm-pci-assign"
-  },
-  "id": "libvirt-16"
-}
-
-{
-  "return": [
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "command_serr_enable",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "multifunction",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "rombar",
-      "type": "uint32"
-    },
-    {
-      "name": "romfile",
-      "type": "str"
-    },
-    {
-      "name": "addr",
-      "description": "Slot and optional function number, example: 06.0 or 06",
-      "type": "int32"
-    },
-    {
-      "name": "configfd",
-      "type": "str"
-    },
-    {
-      "name": "share_intx",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "prefer_msi",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "host",
-      "description": "Address (bus/device/function) of the host device, example: 04:10.0",
-      "type": "str"
-    }
-  ],
-  "id": "libvirt-16"
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "vfio-pci"
   },
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
   "arguments": {
     "typename": "scsi-disk"
   },
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
   "arguments": {
     "typename": "ide-drive"
   },
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
   "arguments": {
     "typename": "PIIX4_PM"
   },
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
   "arguments": {
     "typename": "usb-redir"
   },
-  "id": "libvirt-21"
+  "id": "libvirt-19"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-21"
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "usb-host"
-  },
-  "id": "libvirt-22"
-}
-
-{
-  "return": [
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "msos-desc",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "full-path",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "serial",
-      "type": "str"
-    },
-    {
-      "name": "port",
-      "type": "str"
-    },
-    {
-      "name": "pipeline",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "loglevel",
-      "type": "uint32"
-    },
-    {
-      "name": "isobsize",
-      "type": "uint32"
-    },
-    {
-      "name": "isobufs",
-      "type": "uint32"
-    },
-    {
-      "name": "productid",
-      "type": "uint32"
-    },
-    {
-      "name": "vendorid",
-      "type": "uint32"
-    },
-    {
-      "name": "hostport",
-      "type": "str"
-    },
-    {
-      "name": "hostaddr",
-      "type": "uint32"
-    },
-    {
-      "name": "hostbus",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-22"
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "scsi-generic"
-  },
-  "id": "libvirt-23"
-}
-
-{
-  "return": [
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "lun",
-      "type": "uint32"
-    },
-    {
-      "name": "scsi-id",
-      "type": "uint32"
-    },
-    {
-      "name": "channel",
-      "type": "uint32"
-    },
-    {
-      "name": "drive",
-      "description": "ID of a drive to use as a backend",
-      "type": "str"
-    }
-  ],
-  "id": "libvirt-23"
+  "id": "libvirt-19"
 }
 
 {
   "arguments": {
     "typename": "i440FX-pcihost"
   },
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
       "type": "size"
     }
   ],
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
   "arguments": {
     "typename": "q35-pcihost"
   },
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
   "arguments": {
     "typename": "usb-storage"
   },
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
   "arguments": {
     "typename": "kvm-pit"
   },
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
   "arguments": {
     "typename": "VGA"
   },
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
   "arguments": {
     "typename": "vmware-svga"
   },
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
   "arguments": {
     "typename": "qxl"
   },
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
   "arguments": {
     "typename": "virtio-gpu-pci"
   },
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
   "arguments": {
     "typename": "virtio-gpu-device"
   },
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
   "arguments": {
     "typename": "ICH9-LPC"
   },
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-pci"
   },
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-ccw"
   },
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
-  "id": "libvirt-35",
+  "id": "libvirt-31",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
   "arguments": {
     "typename": "virtio-balloon-device"
   },
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
   "arguments": {
     "typename": "nec-usb-xhci"
   },
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
   "arguments": {
     "typename": "intel-iommu"
   },
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
   "arguments": {
     "typename": "mch"
   },
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
       "type": "pci-devfn"
     }
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
   "execute": "query-machines",
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
       "cpu-max": 255
     }
   ],
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
   "execute": "query-cpu-definitions",
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
       "name": "qemu64"
     }
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
   "execute": "query-tpm-models",
-  "id": "libvirt-42"
+  "id": "libvirt-38"
 }
 
 {
   "return": [
     "tpm-tis"
   ],
-  "id": "libvirt-42"
+  "id": "libvirt-38"
 }
 
 {
   "execute": "query-tpm-types",
-  "id": "libvirt-43"
+  "id": "libvirt-39"
 }
 
 {
   "return": [
     "passthrough"
   ],
-  "id": "libvirt-43"
+  "id": "libvirt-39"
 }
 
 {
   "execute": "query-command-line-options",
-  "id": "libvirt-44"
+  "id": "libvirt-40"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-44"
+  "id": "libvirt-40"
 }
 
 {
   "execute": "query-migrate-capabilities",
-  "id": "libvirt-45"
+  "id": "libvirt-41"
 }
 
 {
       "capability": "events"
     }
   ],
-  "id": "libvirt-45"
+  "id": "libvirt-41"
 }
 
 {
index 7759fe9f9990e6bc07ccddab57b9e44d11df6541..d8d2b7939f18290a63f8915e58ac7af4ad5208c8 100644 (file)
   <flag name='mch'/>
   <version>2004000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>80139</microcodeVersion>
+  <microcodeVersion>77219</microcodeVersion>
   <package></package>
   <arch>x86_64</arch>
   <cpu type='kvm' name='Opteron_G5'/>
index 2e93b116f77419195fb89e069d661e629c34a62f..6065200d39e24f6d6fd15795d38c7262a1abce4f 100644 (file)
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "pci-assign"
-  },
-  "id": "libvirt-14"
-}
-
-{
-  "id": "libvirt-14",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'pci-assign' not found"
-  }
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "kvm-pci-assign"
-  },
-  "id": "libvirt-15"
-}
-
-{
-  "return": [
-    {
-      "name": "share_intx",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "rombar",
-      "type": "uint32"
-    },
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "multifunction",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "host",
-      "description": "Address (bus/device/function) of the host device, example: 04:10.0",
-      "type": "str"
-    },
-    {
-      "name": "romfile",
-      "type": "str"
-    },
-    {
-      "name": "configfd",
-      "type": "str"
-    },
-    {
-      "name": "command_serr_enable",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "addr",
-      "description": "Slot and optional function number, example: 06.0 or 06",
-      "type": "int32"
-    },
-    {
-      "name": "prefer_msi",
-      "description": "on/off",
-      "type": "bool"
-    }
-  ],
-  "id": "libvirt-15"
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "vfio-pci"
   },
-  "id": "libvirt-16"
+  "id": "libvirt-14"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-16"
+  "id": "libvirt-14"
 }
 
 {
   "arguments": {
     "typename": "scsi-disk"
   },
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
   "arguments": {
     "typename": "ide-drive"
   },
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
   "arguments": {
     "typename": "PIIX4_PM"
   },
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
   "arguments": {
     "typename": "usb-redir"
   },
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-20"
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "usb-host"
-  },
-  "id": "libvirt-21"
-}
-
-{
-  "return": [
-    {
-      "name": "isobufs",
-      "type": "uint32"
-    },
-    {
-      "name": "hostaddr",
-      "type": "uint32"
-    },
-    {
-      "name": "msos-desc",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "productid",
-      "type": "uint32"
-    },
-    {
-      "name": "serial",
-      "type": "str"
-    },
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "isobsize",
-      "type": "uint32"
-    },
-    {
-      "name": "port",
-      "type": "str"
-    },
-    {
-      "name": "vendorid",
-      "type": "uint32"
-    },
-    {
-      "name": "pipeline",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "hostport",
-      "type": "str"
-    },
-    {
-      "name": "full-path",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "loglevel",
-      "type": "uint32"
-    },
-    {
-      "name": "hostbus",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-21"
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "scsi-generic"
-  },
-  "id": "libvirt-22"
-}
-
-{
-  "return": [
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "drive",
-      "description": "ID of a drive to use as a backend",
-      "type": "str"
-    },
-    {
-      "name": "lun",
-      "type": "uint32"
-    },
-    {
-      "name": "channel",
-      "type": "uint32"
-    },
-    {
-      "name": "scsi-id",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-22"
+  "id": "libvirt-18"
 }
 
 {
   "arguments": {
     "typename": "i440FX-pcihost"
   },
-  "id": "libvirt-23"
+  "id": "libvirt-19"
 }
 
 {
       "type": "child<qemu:memory-region>"
     }
   ],
-  "id": "libvirt-23"
+  "id": "libvirt-19"
 }
 
 {
   "arguments": {
     "typename": "q35-pcihost"
   },
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
       "type": "child<qemu:memory-region>"
     }
   ],
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
   "arguments": {
     "typename": "usb-storage"
   },
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
   "arguments": {
     "typename": "kvm-pit"
   },
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
       "type": "LostTickPolicy"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
   "arguments": {
     "typename": "VGA"
   },
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
   "arguments": {
     "typename": "vmware-svga"
   },
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
   "arguments": {
     "typename": "qxl"
   },
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
   "arguments": {
     "typename": "virtio-gpu-pci"
   },
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
   "arguments": {
     "typename": "virtio-gpu-device"
   },
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
   "arguments": {
     "typename": "ICH9-LPC"
   },
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-pci"
   },
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-ccw"
   },
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
-  "id": "libvirt-34",
+  "id": "libvirt-30",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
   "arguments": {
     "typename": "virtio-balloon-device"
   },
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
   "arguments": {
     "typename": "nec-usb-xhci"
   },
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
   "arguments": {
     "typename": "intel-iommu"
   },
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
   "arguments": {
     "typename": "mch"
   },
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
       "type": "pci-devfn"
     }
   ],
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
   "execute": "query-machines",
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
       "cpu-max": 255
     }
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
   "execute": "query-cpu-definitions",
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
       "name": "qemu64"
     }
   ],
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
   "execute": "query-tpm-models",
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
   "return": [
     "tpm-tis"
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
   "execute": "query-tpm-types",
-  "id": "libvirt-42"
+  "id": "libvirt-38"
 }
 
 {
   "return": [
     "passthrough"
   ],
-  "id": "libvirt-42"
+  "id": "libvirt-38"
 }
 
 {
   "execute": "query-command-line-options",
-  "id": "libvirt-43"
+  "id": "libvirt-39"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-43"
+  "id": "libvirt-39"
 }
 
 {
   "execute": "query-migrate-capabilities",
-  "id": "libvirt-44"
+  "id": "libvirt-40"
 }
 
 {
       "capability": "x-postcopy-ram"
     }
   ],
-  "id": "libvirt-44"
+  "id": "libvirt-40"
 }
 
 {
   "execute": "query-qmp-schema",
-  "id": "libvirt-45"
+  "id": "libvirt-41"
 }
 
 {
       "meta-type": "array"
     }
   ],
-  "id": "libvirt-45"
+  "id": "libvirt-41"
 }
 
 {
index d9c352ca17eee04363bc32f15e18a1ee669dba48..698ea77af65b69ec79e7f29088612909e6565177 100644 (file)
   <flag name='mch'/>
   <version>2005000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>221107</microcodeVersion>
+  <microcodeVersion>218187</microcodeVersion>
   <package></package>
   <arch>x86_64</arch>
   <cpu type='kvm' name='Opteron_G5'/>
index 41a2be3a2fae52c90f81ec0cfa2cb8efbfb6d5fc..2bf4b91e4711206d8df550f756261585f5f68fd1 100644 (file)
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "pci-assign"
-  },
-  "id": "libvirt-14"
-}
-
-{
-  "id": "libvirt-14",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'pci-assign' not found"
-  }
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "kvm-pci-assign"
-  },
-  "id": "libvirt-15"
-}
-
-{
-  "id": "libvirt-15",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'kvm-pci-assign' not found"
-  }
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "vfio-pci"
   },
-  "id": "libvirt-16"
+  "id": "libvirt-14"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-16"
+  "id": "libvirt-14"
 }
 
 {
   "arguments": {
     "typename": "scsi-disk"
   },
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
   "arguments": {
     "typename": "ide-drive"
   },
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
   "arguments": {
     "typename": "PIIX4_PM"
   },
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
-  "id": "libvirt-19",
+  "id": "libvirt-17",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'PIIX4_PM' not found"
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "usb-host"
-  },
-  "id": "libvirt-20"
-}
-
-{
-  "return": [
-    {
-      "name": "isobufs",
-      "type": "uint32"
-    },
-    {
-      "name": "hostaddr",
-      "type": "uint32"
-    },
-    {
-      "name": "msos-desc",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "productid",
-      "type": "uint32"
-    },
-    {
-      "name": "serial",
-      "type": "str"
-    },
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "isobsize",
-      "type": "uint32"
-    },
-    {
-      "name": "port",
-      "type": "str"
-    },
-    {
-      "name": "vendorid",
-      "type": "uint32"
-    },
-    {
-      "name": "pipeline",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "hostport",
-      "type": "str"
-    },
-    {
-      "name": "full-path",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "loglevel",
-      "type": "uint32"
-    },
-    {
-      "name": "hostbus",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-20"
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "scsi-generic"
-  },
-  "id": "libvirt-21"
-}
-
-{
-  "return": [
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "drive",
-      "description": "ID of a drive to use as a backend",
-      "type": "str"
-    },
-    {
-      "name": "lun",
-      "type": "uint32"
-    },
-    {
-      "name": "channel",
-      "type": "uint32"
-    },
-    {
-      "name": "scsi-id",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-21"
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "i440FX-pcihost"
   },
-  "id": "libvirt-22"
+  "id": "libvirt-18"
 }
 
 {
-  "id": "libvirt-22",
+  "id": "libvirt-18",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'i440FX-pcihost' not found"
   "arguments": {
     "typename": "q35-pcihost"
   },
-  "id": "libvirt-23"
+  "id": "libvirt-19"
 }
 
 {
-  "id": "libvirt-23",
+  "id": "libvirt-19",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'q35-pcihost' not found"
   "arguments": {
     "typename": "usb-storage"
   },
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
   "arguments": {
     "typename": "kvm-pit"
   },
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
-  "id": "libvirt-25",
+  "id": "libvirt-21",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'kvm-pit' not found"
   "arguments": {
     "typename": "VGA"
   },
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
   "arguments": {
     "typename": "virtio-gpu-pci"
   },
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
   "arguments": {
     "typename": "virtio-gpu-device"
   },
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
   "arguments": {
     "typename": "ICH9-LPC"
   },
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
-  "id": "libvirt-29",
+  "id": "libvirt-25",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ICH9-LPC' not found"
   "arguments": {
     "typename": "virtio-balloon-pci"
   },
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-ccw"
   },
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
-  "id": "libvirt-31",
+  "id": "libvirt-27",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
   "arguments": {
     "typename": "virtio-balloon-device"
   },
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
   "arguments": {
     "typename": "nec-usb-xhci"
   },
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
   "execute": "query-machines",
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
       "cpu-max": 1
     }
   ],
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
   "execute": "query-cpu-definitions",
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
       "name": "pxa270"
     }
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
   "execute": "query-tpm-models",
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
   "execute": "query-tpm-types",
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
   "execute": "query-command-line-options",
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
   "execute": "query-migrate-capabilities",
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
       "capability": "postcopy-ram"
     }
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
   "execute": "query-qmp-schema",
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
       "meta-type": "array"
     }
   ],
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
   "execute": "query-gic-capabilities",
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
       "kernel": true
     }
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
index 283a290799d1a4bbcf3b342c9329c3f684322f54..4ca53ff85d1341c9ca5fe5adeb7268b57b40208e 100644 (file)
   <flag name='hda-output'/>
   <version>2006000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>231952</microcodeVersion>
+  <microcodeVersion>229858</microcodeVersion>
   <package></package>
   <arch>aarch64</arch>
   <cpu type='kvm' name='pxa262'/>
index 4a35fee5ed9d5e6675d61817ced31ecbf6fd028b..99af9c8a46552a585df8920d8f75ea478d609dfc 100644 (file)
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "pci-assign"
-  },
-  "id": "libvirt-14"
-}
-
-{
-  "id": "libvirt-14",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'pci-assign' not found"
-  }
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "kvm-pci-assign"
-  },
-  "id": "libvirt-15"
-}
-
-{
-  "id": "libvirt-15",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'kvm-pci-assign' not found"
-  }
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "vfio-pci"
   },
-  "id": "libvirt-16"
+  "id": "libvirt-14"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-16"
+  "id": "libvirt-14"
 }
 
 {
   "arguments": {
     "typename": "scsi-disk"
   },
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
   "arguments": {
     "typename": "ide-drive"
   },
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
   "arguments": {
     "typename": "PIIX4_PM"
   },
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
-  "id": "libvirt-19",
+  "id": "libvirt-17",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'PIIX4_PM' not found"
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "usb-host"
-  },
-  "id": "libvirt-20"
-}
-
-{
-  "return": [
-    {
-      "name": "isobufs",
-      "type": "uint32"
-    },
-    {
-      "name": "hostaddr",
-      "type": "uint32"
-    },
-    {
-      "name": "msos-desc",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "productid",
-      "type": "uint32"
-    },
-    {
-      "name": "serial",
-      "type": "str"
-    },
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "isobsize",
-      "type": "uint32"
-    },
-    {
-      "name": "port",
-      "type": "str"
-    },
-    {
-      "name": "vendorid",
-      "type": "uint32"
-    },
-    {
-      "name": "pipeline",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "hostport",
-      "type": "str"
-    },
-    {
-      "name": "full-path",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "loglevel",
-      "type": "uint32"
-    },
-    {
-      "name": "hostbus",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-20"
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "scsi-generic"
-  },
-  "id": "libvirt-21"
-}
-
-{
-  "return": [
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "drive",
-      "description": "ID of a drive to use as a backend",
-      "type": "str"
-    },
-    {
-      "name": "lun",
-      "type": "uint32"
-    },
-    {
-      "name": "channel",
-      "type": "uint32"
-    },
-    {
-      "name": "scsi-id",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-21"
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "i440FX-pcihost"
   },
-  "id": "libvirt-22"
+  "id": "libvirt-18"
 }
 
 {
-  "id": "libvirt-22",
+  "id": "libvirt-18",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'i440FX-pcihost' not found"
   "arguments": {
     "typename": "q35-pcihost"
   },
-  "id": "libvirt-23"
+  "id": "libvirt-19"
 }
 
 {
-  "id": "libvirt-23",
+  "id": "libvirt-19",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'q35-pcihost' not found"
   "arguments": {
     "typename": "usb-storage"
   },
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
   "arguments": {
     "typename": "kvm-pit"
   },
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
-  "id": "libvirt-25",
+  "id": "libvirt-21",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'kvm-pit' not found"
   "arguments": {
     "typename": "VGA"
   },
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
   "arguments": {
     "typename": "virtio-gpu-pci"
   },
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
   "arguments": {
     "typename": "virtio-gpu-device"
   },
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
   "arguments": {
     "typename": "ICH9-LPC"
   },
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
-  "id": "libvirt-29",
+  "id": "libvirt-25",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ICH9-LPC' not found"
   "arguments": {
     "typename": "virtio-balloon-pci"
   },
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-ccw"
   },
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
-  "id": "libvirt-31",
+  "id": "libvirt-27",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
   "arguments": {
     "typename": "virtio-balloon-device"
   },
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
   "arguments": {
     "typename": "nec-usb-xhci"
   },
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
   "arguments": {
     "typename": "spapr-pci-host-bridge"
   },
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
   "execute": "query-machines",
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
       "cpu-max": 255
     }
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
   "execute": "query-cpu-definitions",
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
       "name": "MPC8541E_v11"
     }
   ],
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
   "execute": "query-tpm-models",
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
   "execute": "query-tpm-types",
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
   "execute": "query-command-line-options",
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
   "execute": "query-migrate-capabilities",
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
       "capability": "postcopy-ram"
     }
   ],
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
   "execute": "query-qmp-schema",
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
       "meta-type": "array"
     }
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
index c78fa358344705a017839a675297c1274f38796d..f2c1e2c5b8b5ee01a22560ab35bf02790b11a892 100644 (file)
   <flag name='hda-output'/>
   <version>2006000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>266778</microcodeVersion>
+  <microcodeVersion>264684</microcodeVersion>
   <package></package>
   <arch>ppc64</arch>
   <cpu type='kvm' name='default'/>
index 382feee69339b8f4ce169e2964009c5830ce985a..428903d17d1c5f3f569d421ccc324dbc52351aa6 100644 (file)
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "pci-assign"
-  },
-  "id": "libvirt-14"
-}
-
-{
-  "id": "libvirt-14",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'pci-assign' not found"
-  }
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "kvm-pci-assign"
-  },
-  "id": "libvirt-15"
-}
-
-{
-  "return": [
-    {
-      "name": "share_intx",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "rombar",
-      "type": "uint32"
-    },
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "multifunction",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "host",
-      "description": "Address (bus/device/function) of the host device, example: 04:10.0",
-      "type": "str"
-    },
-    {
-      "name": "romfile",
-      "type": "str"
-    },
-    {
-      "name": "configfd",
-      "type": "str"
-    },
-    {
-      "name": "command_serr_enable",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "addr",
-      "description": "Slot and optional function number, example: 06.0 or 06",
-      "type": "int32"
-    },
-    {
-      "name": "prefer_msi",
-      "description": "on/off",
-      "type": "bool"
-    }
-  ],
-  "id": "libvirt-15"
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "vfio-pci"
   },
-  "id": "libvirt-16"
+  "id": "libvirt-14"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-16"
+  "id": "libvirt-14"
 }
 
 {
   "arguments": {
     "typename": "scsi-disk"
   },
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
   "arguments": {
     "typename": "ide-drive"
   },
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
   "arguments": {
     "typename": "PIIX4_PM"
   },
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
   "arguments": {
     "typename": "usb-redir"
   },
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-20"
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "usb-host"
-  },
-  "id": "libvirt-21"
-}
-
-{
-  "return": [
-    {
-      "name": "isobufs",
-      "type": "uint32"
-    },
-    {
-      "name": "hostaddr",
-      "type": "uint32"
-    },
-    {
-      "name": "msos-desc",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "productid",
-      "type": "uint32"
-    },
-    {
-      "name": "serial",
-      "type": "str"
-    },
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "isobsize",
-      "type": "uint32"
-    },
-    {
-      "name": "port",
-      "type": "str"
-    },
-    {
-      "name": "vendorid",
-      "type": "uint32"
-    },
-    {
-      "name": "pipeline",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "hostport",
-      "type": "str"
-    },
-    {
-      "name": "full-path",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "loglevel",
-      "type": "uint32"
-    },
-    {
-      "name": "hostbus",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-21"
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "scsi-generic"
-  },
-  "id": "libvirt-22"
-}
-
-{
-  "return": [
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "drive",
-      "description": "ID of a drive to use as a backend",
-      "type": "str"
-    },
-    {
-      "name": "lun",
-      "type": "uint32"
-    },
-    {
-      "name": "channel",
-      "type": "uint32"
-    },
-    {
-      "name": "scsi-id",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-22"
+  "id": "libvirt-18"
 }
 
 {
   "arguments": {
     "typename": "i440FX-pcihost"
   },
-  "id": "libvirt-23"
+  "id": "libvirt-19"
 }
 
 {
       "type": "child<qemu:memory-region>"
     }
   ],
-  "id": "libvirt-23"
+  "id": "libvirt-19"
 }
 
 {
   "arguments": {
     "typename": "q35-pcihost"
   },
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
       "type": "child<qemu:memory-region>"
     }
   ],
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
   "arguments": {
     "typename": "usb-storage"
   },
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
   "arguments": {
     "typename": "kvm-pit"
   },
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
       "type": "LostTickPolicy"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
   "arguments": {
     "typename": "VGA"
   },
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
   "arguments": {
     "typename": "vmware-svga"
   },
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
   "arguments": {
     "typename": "qxl"
   },
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
   "arguments": {
     "typename": "virtio-gpu-pci"
   },
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
   "arguments": {
     "typename": "virtio-gpu-device"
   },
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
   "arguments": {
     "typename": "ICH9-LPC"
   },
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-pci"
   },
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-ccw"
   },
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
-  "id": "libvirt-34",
+  "id": "libvirt-30",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
   "arguments": {
     "typename": "virtio-balloon-device"
   },
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
   "arguments": {
     "typename": "nec-usb-xhci"
   },
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
   "arguments": {
     "typename": "intel-iommu"
   },
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
   "arguments": {
     "typename": "mch"
   },
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
       "type": "pci-devfn"
     }
   ],
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
   "execute": "query-machines",
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
       "cpu-max": 255
     }
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
   "execute": "query-cpu-definitions",
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
       "name": "qemu64"
     }
   ],
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
   "execute": "query-tpm-models",
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
   "return": [
     "tpm-tis"
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
   "execute": "query-tpm-types",
-  "id": "libvirt-42"
+  "id": "libvirt-38"
 }
 
 {
   "return": [
     "passthrough"
   ],
-  "id": "libvirt-42"
+  "id": "libvirt-38"
 }
 
 {
   "execute": "query-command-line-options",
-  "id": "libvirt-43"
+  "id": "libvirt-39"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-43"
+  "id": "libvirt-39"
 }
 
 {
   "execute": "query-migrate-capabilities",
-  "id": "libvirt-44"
+  "id": "libvirt-40"
 }
 
 {
       "capability": "postcopy-ram"
     }
   ],
-  "id": "libvirt-44"
+  "id": "libvirt-40"
 }
 
 {
   "execute": "query-qmp-schema",
-  "id": "libvirt-45"
+  "id": "libvirt-41"
 }
 
 {
       "meta-type": "array"
     }
   ],
-  "id": "libvirt-45"
+  "id": "libvirt-41"
 }
 
 {
index 9af99e6244f93cd21da364a6f2a54e1844cd7805..6ff4e10169169730100001f99583ac51fb6a2097 100644 (file)
   <flag name='mch'/>
   <version>2006000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>231911</microcodeVersion>
+  <microcodeVersion>228991</microcodeVersion>
   <package></package>
   <arch>x86_64</arch>
   <cpu type='kvm' name='Opteron_G5'/>
index 977c5914554fa15946fe8bdf76cc822ad160d172..38d1fa6e52aca1b80e31be389e495992647c325c 100644 (file)
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "pci-assign"
-  },
-  "id": "libvirt-15"
-}
-
-{
-  "id": "libvirt-15",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'pci-assign' not found"
-  }
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "kvm-pci-assign"
-  },
-  "id": "libvirt-16"
-}
-
-{
-  "id": "libvirt-16",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'kvm-pci-assign' not found"
-  }
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "vfio-pci"
   },
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
   "arguments": {
     "typename": "scsi-disk"
   },
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
   "arguments": {
     "typename": "ide-drive"
   },
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
-  "id": "libvirt-19",
+  "id": "libvirt-17",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ide-drive' not found"
   "arguments": {
     "typename": "PIIX4_PM"
   },
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
-  "id": "libvirt-20",
+  "id": "libvirt-18",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'PIIX4_PM' not found"
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "usb-host"
-  },
-  "id": "libvirt-21"
-}
-
-{
-  "id": "libvirt-21",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'usb-host' not found"
-  }
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "scsi-generic"
-  },
-  "id": "libvirt-22"
-}
-
-{
-  "return": [
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "drive",
-      "description": "Node name or ID of a block device to use as a backend",
-      "type": "str"
-    },
-    {
-      "name": "lun",
-      "type": "uint32"
-    },
-    {
-      "name": "channel",
-      "type": "uint32"
-    },
-    {
-      "name": "scsi-id",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-22"
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "i440FX-pcihost"
   },
-  "id": "libvirt-23"
+  "id": "libvirt-19"
 }
 
 {
-  "id": "libvirt-23",
+  "id": "libvirt-19",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'i440FX-pcihost' not found"
   "arguments": {
     "typename": "q35-pcihost"
   },
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
-  "id": "libvirt-24",
+  "id": "libvirt-20",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'q35-pcihost' not found"
   "arguments": {
     "typename": "kvm-pit"
   },
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
-  "id": "libvirt-25",
+  "id": "libvirt-21",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'kvm-pit' not found"
   "arguments": {
     "typename": "virtio-gpu-pci"
   },
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
   "arguments": {
     "typename": "virtio-gpu-device"
   },
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
   "arguments": {
     "typename": "ICH9-LPC"
   },
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
-  "id": "libvirt-28",
+  "id": "libvirt-24",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ICH9-LPC' not found"
   "arguments": {
     "typename": "virtio-balloon-pci"
   },
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-ccw"
   },
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-device"
   },
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
   "arguments": {
     "typename": "virtual-css-bridge"
   },
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
   "execute": "query-machines",
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
       "cpu-max": 248
     }
   ],
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
   "execute": "query-cpu-definitions",
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
       "name": "host"
     }
   ],
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
   "execute": "query-tpm-models",
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
   "execute": "query-tpm-types",
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
   "execute": "query-command-line-options",
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
   "execute": "query-migrate-capabilities",
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
       "capability": "postcopy-ram"
     }
   ],
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
   "execute": "query-qmp-schema",
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
       "meta-type": "object"
     }
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
index ad60b5b6d2c5359fcc4718cf52f3f9e937699e5d..bb8849f55c94117f3434c79e21146e3018567dfb 100644 (file)
   <flag name='sdl-gl'/>
   <version>2007000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>220386</microcodeVersion>
+  <microcodeVersion>219140</microcodeVersion>
   <package></package>
   <arch>s390x</arch>
   <cpu type='kvm' name='host'/>
index aae2b3f4de9a23c8484c3d24ca7c41fd7582a157..c76417432007e2da3fbeca9b5957bd60b72651d8 100644 (file)
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "pci-assign"
-  },
-  "id": "libvirt-14"
-}
-
-{
-  "id": "libvirt-14",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'pci-assign' not found"
-  }
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "kvm-pci-assign"
-  },
-  "id": "libvirt-15"
-}
-
-{
-  "return": [
-    {
-      "name": "share_intx",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "rombar",
-      "type": "uint32"
-    },
-    {
-      "name": "x-pcie-lnksta-dllla",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "multifunction",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "host",
-      "description": "Address (bus/device/function) of the host device, example: 04:10.0",
-      "type": "str"
-    },
-    {
-      "name": "romfile",
-      "type": "str"
-    },
-    {
-      "name": "configfd",
-      "type": "str"
-    },
-    {
-      "name": "command_serr_enable",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "addr",
-      "description": "Slot and optional function number, example: 06.0 or 06",
-      "type": "int32"
-    },
-    {
-      "name": "prefer_msi",
-      "description": "on/off",
-      "type": "bool"
-    }
-  ],
-  "id": "libvirt-15"
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "vfio-pci"
   },
-  "id": "libvirt-16"
+  "id": "libvirt-14"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-16"
+  "id": "libvirt-14"
 }
 
 {
   "arguments": {
     "typename": "scsi-disk"
   },
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
   "arguments": {
     "typename": "ide-drive"
   },
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
   "arguments": {
     "typename": "PIIX4_PM"
   },
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
   "arguments": {
     "typename": "usb-redir"
   },
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-20"
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "usb-host"
-  },
-  "id": "libvirt-21"
-}
-
-{
-  "return": [
-    {
-      "name": "isobufs",
-      "type": "uint32"
-    },
-    {
-      "name": "hostaddr",
-      "type": "uint32"
-    },
-    {
-      "name": "msos-desc",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "productid",
-      "type": "uint32"
-    },
-    {
-      "name": "serial",
-      "type": "str"
-    },
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "isobsize",
-      "type": "uint32"
-    },
-    {
-      "name": "port",
-      "type": "str"
-    },
-    {
-      "name": "vendorid",
-      "type": "uint32"
-    },
-    {
-      "name": "pipeline",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "attached",
-      "type": "bool"
-    },
-    {
-      "name": "hostport",
-      "type": "str"
-    },
-    {
-      "name": "full-path",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "loglevel",
-      "type": "uint32"
-    },
-    {
-      "name": "hostbus",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-21"
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "scsi-generic"
-  },
-  "id": "libvirt-22"
-}
-
-{
-  "return": [
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "drive",
-      "description": "Node name or ID of a block device to use as a backend",
-      "type": "str"
-    },
-    {
-      "name": "lun",
-      "type": "uint32"
-    },
-    {
-      "name": "channel",
-      "type": "uint32"
-    },
-    {
-      "name": "scsi-id",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-22"
+  "id": "libvirt-18"
 }
 
 {
   "arguments": {
     "typename": "i440FX-pcihost"
   },
-  "id": "libvirt-23"
+  "id": "libvirt-19"
 }
 
 {
       "type": "child<qemu:memory-region>"
     }
   ],
-  "id": "libvirt-23"
+  "id": "libvirt-19"
 }
 
 {
   "arguments": {
     "typename": "q35-pcihost"
   },
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
       "type": "int"
     }
   ],
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
   "arguments": {
     "typename": "usb-storage"
   },
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
   "arguments": {
     "typename": "kvm-pit"
   },
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
       "type": "LostTickPolicy"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
   "arguments": {
     "typename": "VGA"
   },
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
   "arguments": {
     "typename": "vmware-svga"
   },
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
   "arguments": {
     "typename": "qxl"
   },
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
   "arguments": {
     "typename": "virtio-gpu-pci"
   },
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
   "arguments": {
     "typename": "virtio-gpu-device"
   },
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
   "arguments": {
     "typename": "ICH9-LPC"
   },
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-pci"
   },
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-ccw"
   },
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
-  "id": "libvirt-34",
+  "id": "libvirt-30",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
   "arguments": {
     "typename": "virtio-balloon-device"
   },
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
   "arguments": {
     "typename": "nec-usb-xhci"
   },
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
   "arguments": {
     "typename": "intel-iommu"
   },
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
   "arguments": {
     "typename": "mch"
   },
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
       "type": "pci-devfn"
     }
   ],
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
   "execute": "query-machines",
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
       "cpu-max": 255
     }
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
   "execute": "query-cpu-definitions",
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
       "name": "qemu64"
     }
   ],
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
   "execute": "query-tpm-models",
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
   "return": [
     "tpm-tis"
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
   "execute": "query-tpm-types",
-  "id": "libvirt-42"
+  "id": "libvirt-38"
 }
 
 {
   "return": [
     "passthrough"
   ],
-  "id": "libvirt-42"
+  "id": "libvirt-38"
 }
 
 {
   "execute": "query-command-line-options",
-  "id": "libvirt-43"
+  "id": "libvirt-39"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-43"
+  "id": "libvirt-39"
 }
 
 {
   "execute": "query-migrate-capabilities",
-  "id": "libvirt-44"
+  "id": "libvirt-40"
 }
 
 {
       "capability": "postcopy-ram"
     }
   ],
-  "id": "libvirt-44"
+  "id": "libvirt-40"
 }
 
 {
   "execute": "query-qmp-schema",
-  "id": "libvirt-45"
+  "id": "libvirt-41"
 }
 
 {
       "meta-type": "object"
     }
   ],
-  "id": "libvirt-45"
+  "id": "libvirt-41"
 }
 
 {
index 164639c6e7391ae756a3a84d56a72c120f2a2d6b..40b07a58f0a083fbb1dbb483aee3528b4846cf79 100644 (file)
   <flag name='mch'/>
   <version>2007000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>243599</microcodeVersion>
+  <microcodeVersion>240497</microcodeVersion>
   <package> (v2.7.0)</package>
   <arch>x86_64</arch>
   <cpu type='kvm' name='Opteron_G5'/>
index 6eae79342e465fc4f2247260a34b011970f58e62..1836b6bfc9af5b6cec27ed95b045254ca2075485 100644 (file)
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "pci-assign"
-  },
-  "id": "libvirt-15"
-}
-
-{
-  "id": "libvirt-15",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'pci-assign' not found"
-  }
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "kvm-pci-assign"
-  },
-  "id": "libvirt-16"
-}
-
-{
-  "id": "libvirt-16",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'kvm-pci-assign' not found"
-  }
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "vfio-pci"
   },
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
   "arguments": {
     "typename": "scsi-disk"
   },
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
   "arguments": {
     "typename": "ide-drive"
   },
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
-  "id": "libvirt-19",
+  "id": "libvirt-17",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ide-drive' not found"
   "arguments": {
     "typename": "PIIX4_PM"
   },
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
-  "id": "libvirt-20",
+  "id": "libvirt-18",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'PIIX4_PM' not found"
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "usb-host"
-  },
-  "id": "libvirt-21"
-}
-
-{
-  "id": "libvirt-21",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'usb-host' not found"
-  }
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "scsi-generic"
-  },
-  "id": "libvirt-22"
-}
-
-{
-  "return": [
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "drive",
-      "description": "Node name or ID of a block device to use as a backend",
-      "type": "str"
-    },
-    {
-      "name": "lun",
-      "type": "uint32"
-    },
-    {
-      "name": "channel",
-      "type": "uint32"
-    },
-    {
-      "name": "scsi-id",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-22"
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "i440FX-pcihost"
   },
-  "id": "libvirt-23"
+  "id": "libvirt-19"
 }
 
 {
-  "id": "libvirt-23",
+  "id": "libvirt-19",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'i440FX-pcihost' not found"
   "arguments": {
     "typename": "q35-pcihost"
   },
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
-  "id": "libvirt-24",
+  "id": "libvirt-20",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'q35-pcihost' not found"
   "arguments": {
     "typename": "kvm-pit"
   },
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
-  "id": "libvirt-25",
+  "id": "libvirt-21",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'kvm-pit' not found"
   "arguments": {
     "typename": "virtio-gpu-pci"
   },
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
   "arguments": {
     "typename": "virtio-gpu-device"
   },
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
   "arguments": {
     "typename": "ICH9-LPC"
   },
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
-  "id": "libvirt-28",
+  "id": "libvirt-24",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ICH9-LPC' not found"
   "arguments": {
     "typename": "virtio-balloon-pci"
   },
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-ccw"
   },
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-device"
   },
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
   "arguments": {
     "typename": "virtual-css-bridge"
   },
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
   "execute": "query-machines",
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
       "alias": "s390-ccw-virtio"
     }
   ],
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
   "execute": "query-cpu-definitions",
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
       "migration-safe": true
     }
   ],
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
   "execute": "query-tpm-models",
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
   "execute": "query-tpm-types",
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
   "execute": "query-command-line-options",
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
   "execute": "query-migrate-capabilities",
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
       "capability": "x-colo"
     }
   ],
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
   "execute": "query-qmp-schema",
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
       "meta-type": "object"
     }
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
       "name": "host"
     }
   },
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
-  "id": "libvirt-41",
+  "id": "libvirt-37",
   "error": {
     "class": "GenericError",
     "desc": "Property '.migratable' not found"
index 5cd2cd8552946b59493176e18f05f50d99c425a0..5c655caff3217add94a12a59c79b239e1dd850d8 100644 (file)
   <flag name='vhost-vsock'/>
   <version>2007093</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>245800</microcodeVersion>
+  <microcodeVersion>244554</microcodeVersion>
   <package></package>
   <arch>s390x</arch>
   <hostCPU type='kvm' model='zEC12.2-base' migratability='no'>
index dcfa7ea0562da3558a73d6e5a71ddf2a9b540b10..33db454cb44ab9cf666277bf6bf9c58ff216a228 100644 (file)
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "pci-assign"
-  },
-  "id": "libvirt-14"
-}
-
-{
-  "id": "libvirt-14",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'pci-assign' not found"
-  }
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "kvm-pci-assign"
-  },
-  "id": "libvirt-15"
-}
-
-{
-  "return": [
-    {
-      "name": "share_intx",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "rombar",
-      "type": "uint32"
-    },
-    {
-      "name": "x-pcie-lnksta-dllla",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "multifunction",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "host",
-      "description": "Address (bus/device/function) of the host device, example: 04:10.0",
-      "type": "str"
-    },
-    {
-      "name": "romfile",
-      "type": "str"
-    },
-    {
-      "name": "configfd",
-      "type": "str"
-    },
-    {
-      "name": "command_serr_enable",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "addr",
-      "description": "Slot and optional function number, example: 06.0 or 06",
-      "type": "int32"
-    },
-    {
-      "name": "prefer_msi",
-      "description": "on/off",
-      "type": "bool"
-    }
-  ],
-  "id": "libvirt-15"
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "vfio-pci"
   },
-  "id": "libvirt-16"
+  "id": "libvirt-14"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-16"
+  "id": "libvirt-14"
 }
 
 {
   "arguments": {
     "typename": "scsi-disk"
   },
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
   "arguments": {
     "typename": "ide-drive"
   },
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
   "arguments": {
     "typename": "PIIX4_PM"
   },
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
   "arguments": {
     "typename": "usb-redir"
   },
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-20"
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "usb-host"
-  },
-  "id": "libvirt-21"
-}
-
-{
-  "return": [
-    {
-      "name": "isobufs",
-      "type": "uint32"
-    },
-    {
-      "name": "hostaddr",
-      "type": "uint32"
-    },
-    {
-      "name": "msos-desc",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "productid",
-      "type": "uint32"
-    },
-    {
-      "name": "serial",
-      "type": "str"
-    },
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "isobsize",
-      "type": "uint32"
-    },
-    {
-      "name": "port",
-      "type": "str"
-    },
-    {
-      "name": "vendorid",
-      "type": "uint32"
-    },
-    {
-      "name": "pipeline",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "attached",
-      "type": "bool"
-    },
-    {
-      "name": "hostport",
-      "type": "str"
-    },
-    {
-      "name": "full-path",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "loglevel",
-      "type": "uint32"
-    },
-    {
-      "name": "hostbus",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-21"
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "scsi-generic"
-  },
-  "id": "libvirt-22"
-}
-
-{
-  "return": [
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "drive",
-      "description": "Node name or ID of a block device to use as a backend",
-      "type": "str"
-    },
-    {
-      "name": "lun",
-      "type": "uint32"
-    },
-    {
-      "name": "channel",
-      "type": "uint32"
-    },
-    {
-      "name": "scsi-id",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-22"
+  "id": "libvirt-18"
 }
 
 {
   "arguments": {
     "typename": "i440FX-pcihost"
   },
-  "id": "libvirt-23"
+  "id": "libvirt-19"
 }
 
 {
       "type": "child<qemu:memory-region>"
     }
   ],
-  "id": "libvirt-23"
+  "id": "libvirt-19"
 }
 
 {
   "arguments": {
     "typename": "q35-pcihost"
   },
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
       "type": "int"
     }
   ],
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
   "arguments": {
     "typename": "usb-storage"
   },
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
   "arguments": {
     "typename": "kvm-pit"
   },
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
       "type": "LostTickPolicy"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
   "arguments": {
     "typename": "VGA"
   },
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
   "arguments": {
     "typename": "vmware-svga"
   },
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
   "arguments": {
     "typename": "qxl"
   },
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
   "arguments": {
     "typename": "virtio-gpu-pci"
   },
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
   "arguments": {
     "typename": "virtio-gpu-device"
   },
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
   "arguments": {
     "typename": "ICH9-LPC"
   },
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-pci"
   },
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
       "type": "guest statistics"
     }
   ],
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-ccw"
   },
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
-  "id": "libvirt-34",
+  "id": "libvirt-30",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
   "arguments": {
     "typename": "virtio-balloon-device"
   },
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
   "arguments": {
     "typename": "nec-usb-xhci"
   },
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
   "arguments": {
     "typename": "intel-iommu"
   },
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
   "arguments": {
     "typename": "mch"
   },
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
       "type": "pci-devfn"
     }
   ],
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
   "execute": "query-machines",
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
       "cpu-max": 255
     }
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
   "execute": "query-cpu-definitions",
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
       "static": false
     }
   ],
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
   "execute": "query-tpm-models",
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
   "return": [
     "tpm-tis"
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
   "execute": "query-tpm-types",
-  "id": "libvirt-42"
+  "id": "libvirt-38"
 }
 
 {
   "return": [
     "passthrough"
   ],
-  "id": "libvirt-42"
+  "id": "libvirt-38"
 }
 
 {
   "execute": "query-command-line-options",
-  "id": "libvirt-43"
+  "id": "libvirt-39"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-43"
+  "id": "libvirt-39"
 }
 
 {
   "execute": "query-migrate-capabilities",
-  "id": "libvirt-44"
+  "id": "libvirt-40"
 }
 
 {
       "capability": "x-colo"
     }
   ],
-  "id": "libvirt-44"
+  "id": "libvirt-40"
 }
 
 {
   "execute": "query-qmp-schema",
-  "id": "libvirt-45"
+  "id": "libvirt-41"
 }
 
 {
       "meta-type": "object"
     }
   ],
-  "id": "libvirt-45"
+  "id": "libvirt-41"
 }
 
 {
index f11af45f5798f7d7872172ea4d9d9646b9002c03..f316ab7fbdf4346fe8131de5c2076e30f041823b 100644 (file)
   <flag name='mch'/>
   <version>2008000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>260254</microcodeVersion>
+  <microcodeVersion>257152</microcodeVersion>
   <package> (v2.8.0)</package>
   <arch>x86_64</arch>
   <cpu type='kvm' name='host' usable='yes'/>
index f98ed20a6b833b766ffe60528bdaf25c4de87f08..c92663e299d8a62dc4dec5e37637b24ee54052b4 100644 (file)
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "pci-assign"
-  },
-  "id": "libvirt-14"
-}
-
-{
-  "id": "libvirt-14",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'pci-assign' not found"
-  }
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "kvm-pci-assign"
-  },
-  "id": "libvirt-15"
-}
-
-{
-  "id": "libvirt-15",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'kvm-pci-assign' not found"
-  }
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "vfio-pci"
   },
-  "id": "libvirt-16"
+  "id": "libvirt-14"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-16"
+  "id": "libvirt-14"
 }
 
 {
   "arguments": {
     "typename": "scsi-disk"
   },
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
   "arguments": {
     "typename": "ide-drive"
   },
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
   "arguments": {
     "typename": "PIIX4_PM"
   },
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
-  "id": "libvirt-19",
+  "id": "libvirt-17",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'PIIX4_PM' not found"
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "usb-host"
-  },
-  "id": "libvirt-20"
-}
-
-{
-  "id": "libvirt-20",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'usb-host' not found"
-  }
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "scsi-generic"
-  },
-  "id": "libvirt-21"
-}
-
-{
-  "return": [
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "drive",
-      "description": "Node name or ID of a block device to use as a backend",
-      "type": "str"
-    },
-    {
-      "name": "lun",
-      "type": "uint32"
-    },
-    {
-      "name": "channel",
-      "type": "uint32"
-    },
-    {
-      "name": "scsi-id",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-21"
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "i440FX-pcihost"
   },
-  "id": "libvirt-22"
+  "id": "libvirt-18"
 }
 
 {
-  "id": "libvirt-22",
+  "id": "libvirt-18",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'i440FX-pcihost' not found"
   "arguments": {
     "typename": "q35-pcihost"
   },
-  "id": "libvirt-23"
+  "id": "libvirt-19"
 }
 
 {
-  "id": "libvirt-23",
+  "id": "libvirt-19",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'q35-pcihost' not found"
   "arguments": {
     "typename": "usb-storage"
   },
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
   "arguments": {
     "typename": "kvm-pit"
   },
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
-  "id": "libvirt-25",
+  "id": "libvirt-21",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'kvm-pit' not found"
   "arguments": {
     "typename": "VGA"
   },
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
   "arguments": {
     "typename": "virtio-gpu-pci"
   },
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
   "arguments": {
     "typename": "virtio-gpu-device"
   },
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
       "type": "size"
     }
   ],
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
   "arguments": {
     "typename": "ICH9-LPC"
   },
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
-  "id": "libvirt-29",
+  "id": "libvirt-25",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ICH9-LPC' not found"
   "arguments": {
     "typename": "virtio-balloon-pci"
   },
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-ccw"
   },
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
-  "id": "libvirt-31",
+  "id": "libvirt-27",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
   "arguments": {
     "typename": "virtio-balloon-device"
   },
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
   "arguments": {
     "typename": "nec-usb-xhci"
   },
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
   "arguments": {
     "typename": "spapr-pci-host-bridge"
   },
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
   "execute": "query-machines",
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
       "cpu-max": 1
     }
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
   "execute": "query-cpu-definitions",
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
       "static": false
     }
   ],
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
   "execute": "query-tpm-models",
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
   "execute": "query-tpm-types",
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
   "execute": "query-command-line-options",
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
   "execute": "query-migrate-capabilities",
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
       "capability": "release-ram"
     }
   ],
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
   "execute": "query-qmp-schema",
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
       "meta-type": "object"
     }
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
index 6089f96f720d41798a640bda9de277227302546f..af7a11504be3e97f0c141041b196ab7fc782959a 100644 (file)
   <flag name='vhost-vsock'/>
   <version>2009000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>350302</microcodeVersion>
+  <microcodeVersion>349056</microcodeVersion>
   <package> (v2.9.0)</package>
   <arch>ppc64</arch>
   <cpu type='kvm' name='default'/>
index d3b60da4bfd6ba26a7028610e28148457dd7e740..891cd0180b2940552c338409ea7efedf4dee491b 100644 (file)
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "pci-assign"
-  },
-  "id": "libvirt-15"
-}
-
-{
-  "id": "libvirt-15",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'pci-assign' not found"
-  }
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "kvm-pci-assign"
-  },
-  "id": "libvirt-16"
-}
-
-{
-  "id": "libvirt-16",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'kvm-pci-assign' not found"
-  }
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "vfio-pci"
   },
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
   "arguments": {
     "typename": "scsi-disk"
   },
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
   "arguments": {
     "typename": "ide-drive"
   },
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
-  "id": "libvirt-19",
+  "id": "libvirt-17",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ide-drive' not found"
   "arguments": {
     "typename": "PIIX4_PM"
   },
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
-  "id": "libvirt-20",
+  "id": "libvirt-18",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'PIIX4_PM' not found"
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "usb-host"
-  },
-  "id": "libvirt-21"
-}
-
-{
-  "id": "libvirt-21",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'usb-host' not found"
-  }
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "scsi-generic"
-  },
-  "id": "libvirt-22"
-}
-
-{
-  "return": [
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "drive",
-      "description": "Node name or ID of a block device to use as a backend",
-      "type": "str"
-    },
-    {
-      "name": "lun",
-      "type": "uint32"
-    },
-    {
-      "name": "channel",
-      "type": "uint32"
-    },
-    {
-      "name": "scsi-id",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-22"
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "i440FX-pcihost"
   },
-  "id": "libvirt-23"
+  "id": "libvirt-19"
 }
 
 {
-  "id": "libvirt-23",
+  "id": "libvirt-19",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'i440FX-pcihost' not found"
   "arguments": {
     "typename": "q35-pcihost"
   },
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
-  "id": "libvirt-24",
+  "id": "libvirt-20",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'q35-pcihost' not found"
   "arguments": {
     "typename": "kvm-pit"
   },
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
-  "id": "libvirt-25",
+  "id": "libvirt-21",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'kvm-pit' not found"
   "arguments": {
     "typename": "virtio-gpu-pci"
   },
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
   "arguments": {
     "typename": "virtio-gpu-device"
   },
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
       "type": "size"
     }
   ],
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
   "arguments": {
     "typename": "ICH9-LPC"
   },
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
-  "id": "libvirt-28",
+  "id": "libvirt-24",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ICH9-LPC' not found"
   "arguments": {
     "typename": "virtio-balloon-pci"
   },
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-ccw"
   },
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-device"
   },
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
   "arguments": {
     "typename": "virtual-css-bridge"
   },
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
   "execute": "query-machines",
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
       "cpu-max": 248
     }
   ],
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
   "execute": "query-cpu-definitions",
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
       "migration-safe": true
     }
   ],
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
   "execute": "query-tpm-models",
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
   "execute": "query-tpm-types",
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
   "execute": "query-command-line-options",
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
   "execute": "query-migrate-capabilities",
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
       "capability": "release-ram"
     }
   ],
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
   "execute": "query-qmp-schema",
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
       "meta-type": "object"
     }
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
       "name": "host"
     }
   },
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
-  "id": "libvirt-41",
+  "id": "libvirt-37",
   "error": {
     "class": "GenericError",
     "desc": "Property '.migratable' not found"
index a5a8d2d551e547d88bd5a44bc1ae1693115cd081..1e44c1952c1457838b31d4488e811762a35019d1 100644 (file)
   <flag name='vhost-vsock'/>
   <version>2009000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>269219</microcodeVersion>
+  <microcodeVersion>267973</microcodeVersion>
   <package></package>
   <arch>s390x</arch>
   <hostCPU type='kvm' model='z13.2-base' migratability='no'>
index c3edcc187d4b01bf32294b9f959a556aecfbe0c8..1057028505d1af76146d097db13968f8b8ecfa46 100644 (file)
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "pci-assign"
-  },
-  "id": "libvirt-14"
-}
-
-{
-  "id": "libvirt-14",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'pci-assign' not found"
-  }
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "kvm-pci-assign"
-  },
-  "id": "libvirt-15"
-}
-
-{
-  "return": [
-    {
-      "name": "share_intx",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "rombar",
-      "type": "uint32"
-    },
-    {
-      "name": "x-pcie-lnksta-dllla",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "multifunction",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "host",
-      "description": "Address (bus/device/function) of the host device, example: 04:10.0",
-      "type": "str"
-    },
-    {
-      "name": "romfile",
-      "type": "str"
-    },
-    {
-      "name": "configfd",
-      "type": "str"
-    },
-    {
-      "name": "x-pcie-extcap-init",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "command_serr_enable",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "addr",
-      "description": "Slot and optional function number, example: 06.0 or 06",
-      "type": "int32"
-    },
-    {
-      "name": "prefer_msi",
-      "description": "on/off",
-      "type": "bool"
-    }
-  ],
-  "id": "libvirt-15"
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "vfio-pci"
   },
-  "id": "libvirt-16"
+  "id": "libvirt-14"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-16"
+  "id": "libvirt-14"
 }
 
 {
   "arguments": {
     "typename": "scsi-disk"
   },
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
   "arguments": {
     "typename": "ide-drive"
   },
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
   "arguments": {
     "typename": "PIIX4_PM"
   },
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
   "arguments": {
     "typename": "usb-redir"
   },
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-20"
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "usb-host"
-  },
-  "id": "libvirt-21"
-}
-
-{
-  "return": [
-    {
-      "name": "isobufs",
-      "type": "uint32"
-    },
-    {
-      "name": "hostaddr",
-      "type": "uint32"
-    },
-    {
-      "name": "msos-desc",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "productid",
-      "type": "uint32"
-    },
-    {
-      "name": "serial",
-      "type": "str"
-    },
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "isobsize",
-      "type": "uint32"
-    },
-    {
-      "name": "port",
-      "type": "str"
-    },
-    {
-      "name": "vendorid",
-      "type": "uint32"
-    },
-    {
-      "name": "pipeline",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "attached",
-      "type": "bool"
-    },
-    {
-      "name": "hostport",
-      "type": "str"
-    },
-    {
-      "name": "full-path",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "loglevel",
-      "type": "uint32"
-    },
-    {
-      "name": "hostbus",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-21"
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "scsi-generic"
-  },
-  "id": "libvirt-22"
-}
-
-{
-  "return": [
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "drive",
-      "description": "Node name or ID of a block device to use as a backend",
-      "type": "str"
-    },
-    {
-      "name": "lun",
-      "type": "uint32"
-    },
-    {
-      "name": "channel",
-      "type": "uint32"
-    },
-    {
-      "name": "scsi-id",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-22"
+  "id": "libvirt-18"
 }
 
 {
   "arguments": {
     "typename": "i440FX-pcihost"
   },
-  "id": "libvirt-23"
+  "id": "libvirt-19"
 }
 
 {
       "type": "child<qemu:memory-region>"
     }
   ],
-  "id": "libvirt-23"
+  "id": "libvirt-19"
 }
 
 {
   "arguments": {
     "typename": "q35-pcihost"
   },
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
       "type": "int"
     }
   ],
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
   "arguments": {
     "typename": "usb-storage"
   },
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
   "arguments": {
     "typename": "kvm-pit"
   },
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
       "type": "LostTickPolicy"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
   "arguments": {
     "typename": "VGA"
   },
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
   "arguments": {
     "typename": "vmware-svga"
   },
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
   "arguments": {
     "typename": "qxl"
   },
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
   "arguments": {
     "typename": "virtio-gpu-pci"
   },
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
   "arguments": {
     "typename": "virtio-gpu-device"
   },
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
       "type": "size"
     }
   ],
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
   "arguments": {
     "typename": "ICH9-LPC"
   },
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-pci"
   },
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-ccw"
   },
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
-  "id": "libvirt-34",
+  "id": "libvirt-30",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
   "arguments": {
     "typename": "virtio-balloon-device"
   },
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
   "arguments": {
     "typename": "nec-usb-xhci"
   },
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
   "arguments": {
     "typename": "intel-iommu"
   },
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
   "arguments": {
     "typename": "mch"
   },
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
       "type": "pci-devfn"
     }
   ],
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
   "execute": "query-machines",
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
       "cpu-max": 255
     }
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
   "execute": "query-cpu-definitions",
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
       "migration-safe": true
     }
   ],
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
   "execute": "query-tpm-models",
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
   "return": [
     "tpm-tis"
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
   "execute": "query-tpm-types",
-  "id": "libvirt-42"
+  "id": "libvirt-38"
 }
 
 {
   "return": [
     "passthrough"
   ],
-  "id": "libvirt-42"
+  "id": "libvirt-38"
 }
 
 {
   "execute": "query-command-line-options",
-  "id": "libvirt-43"
+  "id": "libvirt-39"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-43"
+  "id": "libvirt-39"
 }
 
 {
   "execute": "query-migrate-capabilities",
-  "id": "libvirt-44"
+  "id": "libvirt-40"
 }
 
 {
       "capability": "release-ram"
     }
   ],
-  "id": "libvirt-44"
+  "id": "libvirt-40"
 }
 
 {
   "execute": "query-qmp-schema",
-  "id": "libvirt-45"
+  "id": "libvirt-41"
 }
 
 {
       "meta-type": "object"
     }
   ],
-  "id": "libvirt-45"
+  "id": "libvirt-41"
 }
 
 {
       "name": "host"
     }
   },
-  "id": "libvirt-46"
+  "id": "libvirt-42"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-46"
+  "id": "libvirt-42"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-47"
+  "id": "libvirt-43"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-47"
+  "id": "libvirt-43"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-48"
+  "id": "libvirt-44"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-48"
+  "id": "libvirt-44"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-49"
+  "id": "libvirt-45"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-49"
+  "id": "libvirt-45"
 }
 
 {
index b1bf8c57e2cffa9497a9a28defddaaa0b3d86fa1..96f21561bdbbf355bce240f5e06997b012f5feb0 100644 (file)
   <flag name='mch'/>
   <version>2009000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>343578</microcodeVersion>
+  <microcodeVersion>340375</microcodeVersion>
   <package> (v2.9.0)</package>
   <arch>x86_64</arch>
   <hostCPU type='kvm' model='base' migratability='yes'>
index 932c418f3fdee112036429b585e55ab5125c0dbd..eb57c77a904431d4b3d49603554b151e6f12b90d 100644 (file)
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "pci-assign"
-  },
-  "id": "libvirt-14"
-}
-
-{
-  "id": "libvirt-14",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'pci-assign' not found"
-  }
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "kvm-pci-assign"
-  },
-  "id": "libvirt-15"
-}
-
-{
-  "id": "libvirt-15",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'kvm-pci-assign' not found"
-  }
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "vfio-pci"
   },
-  "id": "libvirt-16"
+  "id": "libvirt-14"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-16"
+  "id": "libvirt-14"
 }
 
 {
   "arguments": {
     "typename": "scsi-disk"
   },
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
   "arguments": {
     "typename": "ide-drive"
   },
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
   "arguments": {
     "typename": "PIIX4_PM"
   },
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
-  "id": "libvirt-19",
+  "id": "libvirt-17",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'PIIX4_PM' not found"
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "usb-host"
-  },
-  "id": "libvirt-20"
-}
-
-{
-  "return": [
-    {
-      "name": "isobufs",
-      "type": "uint32"
-    },
-    {
-      "name": "hostaddr",
-      "type": "uint32"
-    },
-    {
-      "name": "msos-desc",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "productid",
-      "type": "uint32"
-    },
-    {
-      "name": "serial",
-      "type": "str"
-    },
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "isobsize",
-      "type": "uint32"
-    },
-    {
-      "name": "port",
-      "type": "str"
-    },
-    {
-      "name": "vendorid",
-      "type": "uint32"
-    },
-    {
-      "name": "pipeline",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "attached",
-      "type": "bool"
-    },
-    {
-      "name": "hostport",
-      "type": "str"
-    },
-    {
-      "name": "full-path",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "loglevel",
-      "type": "uint32"
-    },
-    {
-      "name": "hostbus",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-20"
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "scsi-generic"
-  },
-  "id": "libvirt-21"
-}
-
-{
-  "return": [
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "drive",
-      "description": "Node name or ID of a block device to use as a backend",
-      "type": "str"
-    },
-    {
-      "name": "lun",
-      "type": "uint32"
-    },
-    {
-      "name": "share-rw",
-      "type": "bool"
-    },
-    {
-      "name": "channel",
-      "type": "uint32"
-    },
-    {
-      "name": "scsi-id",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-21"
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "i440FX-pcihost"
   },
-  "id": "libvirt-22"
+  "id": "libvirt-18"
 }
 
 {
-  "id": "libvirt-22",
+  "id": "libvirt-18",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'i440FX-pcihost' not found"
   "arguments": {
     "typename": "q35-pcihost"
   },
-  "id": "libvirt-23"
+  "id": "libvirt-19"
 }
 
 {
-  "id": "libvirt-23",
+  "id": "libvirt-19",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'q35-pcihost' not found"
   "arguments": {
     "typename": "usb-storage"
   },
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
   "arguments": {
     "typename": "kvm-pit"
   },
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
-  "id": "libvirt-25",
+  "id": "libvirt-21",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'kvm-pit' not found"
   "arguments": {
     "typename": "VGA"
   },
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
   "arguments": {
     "typename": "virtio-gpu-pci"
   },
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
   "arguments": {
     "typename": "virtio-gpu-device"
   },
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
       "type": "size"
     }
   ],
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
   "arguments": {
     "typename": "ICH9-LPC"
   },
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
-  "id": "libvirt-29",
+  "id": "libvirt-25",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ICH9-LPC' not found"
   "arguments": {
     "typename": "virtio-balloon-pci"
   },
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-ccw"
   },
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
-  "id": "libvirt-31",
+  "id": "libvirt-27",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
   "arguments": {
     "typename": "virtio-balloon-device"
   },
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
   "arguments": {
     "typename": "nec-usb-xhci"
   },
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
   "arguments": {
     "typename": "spapr-pci-host-bridge"
   },
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
   "arguments": {
     "typename": "memory-backend-file"
   },
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
       "type": "string"
     }
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
   "arguments": {
     "typename": "spapr-machine"
   },
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
   "execute": "query-machines",
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
       "cpu-max": 1
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
   "execute": "query-cpu-definitions",
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
       "static": false
     }
   ],
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
   "execute": "query-tpm-models",
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
   "execute": "query-tpm-types",
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
   "return": [
     "emulator"
   ],
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
   "execute": "query-command-line-options",
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
   "execute": "query-migrate-capabilities",
-  "id": "libvirt-42"
+  "id": "libvirt-38"
 }
 
 {
       "capability": "late-block-activate"
     }
   ],
-  "id": "libvirt-42"
+  "id": "libvirt-38"
 }
 
 {
   "execute": "query-qmp-schema",
-  "id": "libvirt-43"
+  "id": "libvirt-39"
 }
 
 {
       "meta-type": "object"
     }
   ],
-  "id": "libvirt-43"
+  "id": "libvirt-39"
 }
 
 {
index 9a0281e3c6a955ff14ae049343807f6c8f469c01..7c674ffb9ccf33cc3b4864a93982e64725fd0035 100644 (file)
   <flag name='vfio-pci.display'/>
   <version>2012050</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>446365</microcodeVersion>
+  <microcodeVersion>444131</microcodeVersion>
   <package>v2.12.0-1689-g518d23a</package>
   <arch>ppc64</arch>
   <cpu type='kvm' name='default'/>
index 97eeec3dbcefe2288fcd515e53221a000670df0a..3e8d136a325d2a3dc18c4a70d8ce1cc3f2d3b3a8 100644 (file)
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "pci-assign"
-  },
-  "id": "libvirt-14"
-}
-
-{
-  "id": "libvirt-14",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'pci-assign' not found"
-  }
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "kvm-pci-assign"
-  },
-  "id": "libvirt-15"
-}
-
-{
-  "id": "libvirt-15",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'kvm-pci-assign' not found"
-  }
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "scsi-disk"
   },
-  "id": "libvirt-16"
+  "id": "libvirt-14"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-16"
+  "id": "libvirt-14"
 }
 
 {
   "arguments": {
     "typename": "ide-drive"
   },
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
-  "id": "libvirt-17",
+  "id": "libvirt-15",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ide-drive' not found"
   "arguments": {
     "typename": "PIIX4_PM"
   },
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
-  "id": "libvirt-18",
+  "id": "libvirt-16",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'PIIX4_PM' not found"
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "usb-host"
-  },
-  "id": "libvirt-19"
-}
-
-{
-  "id": "libvirt-19",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'usb-host' not found"
-  }
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "scsi-generic"
-  },
-  "id": "libvirt-20"
-}
-
-{
-  "return": [
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "drive",
-      "description": "Node name or ID of a block device to use as a backend",
-      "type": "str"
-    },
-    {
-      "name": "lun",
-      "type": "uint32"
-    },
-    {
-      "name": "share-rw",
-      "type": "bool"
-    },
-    {
-      "name": "channel",
-      "type": "uint32"
-    },
-    {
-      "name": "scsi-id",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-20"
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "i440FX-pcihost"
   },
-  "id": "libvirt-21"
+  "id": "libvirt-17"
 }
 
 {
-  "id": "libvirt-21",
+  "id": "libvirt-17",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'i440FX-pcihost' not found"
   "arguments": {
     "typename": "q35-pcihost"
   },
-  "id": "libvirt-22"
+  "id": "libvirt-18"
 }
 
 {
-  "id": "libvirt-22",
+  "id": "libvirt-18",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'q35-pcihost' not found"
   "arguments": {
     "typename": "kvm-pit"
   },
-  "id": "libvirt-23"
+  "id": "libvirt-19"
 }
 
 {
-  "id": "libvirt-23",
+  "id": "libvirt-19",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'kvm-pit' not found"
   "arguments": {
     "typename": "virtio-gpu-pci"
   },
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
-  "id": "libvirt-24",
+  "id": "libvirt-20",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-gpu-pci' not found"
   "arguments": {
     "typename": "virtio-gpu-device"
   },
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
       "type": "size"
     }
   ],
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
   "arguments": {
     "typename": "ICH9-LPC"
   },
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
-  "id": "libvirt-26",
+  "id": "libvirt-22",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ICH9-LPC' not found"
   "arguments": {
     "typename": "virtio-balloon-pci"
   },
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
-  "id": "libvirt-27",
+  "id": "libvirt-23",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-pci' not found"
   "arguments": {
     "typename": "virtio-balloon-ccw"
   },
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
-  "id": "libvirt-28",
+  "id": "libvirt-24",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
   "arguments": {
     "typename": "virtio-balloon-device"
   },
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
   "arguments": {
     "typename": "memory-backend-file"
   },
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
       "type": "string"
     }
   ],
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
   "arguments": {
     "typename": "spapr-machine"
   },
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
-  "id": "libvirt-31",
+  "id": "libvirt-27",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Class 'spapr-machine' not found"
 
 {
   "execute": "query-machines",
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
       "cpu-max": 1
     }
   ],
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
   "execute": "query-tpm-models",
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
   "execute": "query-tpm-types",
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
     "passthrough",
     "emulator"
   ],
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
   "execute": "query-command-line-options",
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
   "execute": "query-migrate-capabilities",
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
       "capability": "late-block-activate"
     }
   ],
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
   "execute": "query-qmp-schema",
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
       "meta-type": "object"
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
index 23188fffb67b1d58966aeb97eab310e36ea49d1f..3631193566073cf5c4106030312e86e4aca886a8 100644 (file)
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "pci-assign"
-  },
-  "id": "libvirt-14"
-}
-
-{
-  "id": "libvirt-14",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'pci-assign' not found"
-  }
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "kvm-pci-assign"
-  },
-  "id": "libvirt-15"
-}
-
-{
-  "id": "libvirt-15",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'kvm-pci-assign' not found"
-  }
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "scsi-disk"
   },
-  "id": "libvirt-16"
+  "id": "libvirt-14"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-16"
+  "id": "libvirt-14"
 }
 
 {
   "arguments": {
     "typename": "ide-drive"
   },
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
-  "id": "libvirt-17",
+  "id": "libvirt-15",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ide-drive' not found"
   "arguments": {
     "typename": "PIIX4_PM"
   },
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
-  "id": "libvirt-18",
+  "id": "libvirt-16",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'PIIX4_PM' not found"
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "usb-host"
-  },
-  "id": "libvirt-19"
-}
-
-{
-  "id": "libvirt-19",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'usb-host' not found"
-  }
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "scsi-generic"
-  },
-  "id": "libvirt-20"
-}
-
-{
-  "return": [
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "drive",
-      "description": "Node name or ID of a block device to use as a backend",
-      "type": "str"
-    },
-    {
-      "name": "lun",
-      "type": "uint32"
-    },
-    {
-      "name": "share-rw",
-      "type": "bool"
-    },
-    {
-      "name": "channel",
-      "type": "uint32"
-    },
-    {
-      "name": "scsi-id",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-20"
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "i440FX-pcihost"
   },
-  "id": "libvirt-21"
+  "id": "libvirt-17"
 }
 
 {
-  "id": "libvirt-21",
+  "id": "libvirt-17",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'i440FX-pcihost' not found"
   "arguments": {
     "typename": "q35-pcihost"
   },
-  "id": "libvirt-22"
+  "id": "libvirt-18"
 }
 
 {
-  "id": "libvirt-22",
+  "id": "libvirt-18",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'q35-pcihost' not found"
   "arguments": {
     "typename": "kvm-pit"
   },
-  "id": "libvirt-23"
+  "id": "libvirt-19"
 }
 
 {
-  "id": "libvirt-23",
+  "id": "libvirt-19",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'kvm-pit' not found"
   "arguments": {
     "typename": "virtio-gpu-pci"
   },
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
-  "id": "libvirt-24",
+  "id": "libvirt-20",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-gpu-pci' not found"
   "arguments": {
     "typename": "virtio-gpu-device"
   },
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
       "type": "size"
     }
   ],
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
   "arguments": {
     "typename": "ICH9-LPC"
   },
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
-  "id": "libvirt-26",
+  "id": "libvirt-22",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'ICH9-LPC' not found"
   "arguments": {
     "typename": "virtio-balloon-pci"
   },
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
-  "id": "libvirt-27",
+  "id": "libvirt-23",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-pci' not found"
   "arguments": {
     "typename": "virtio-balloon-ccw"
   },
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
-  "id": "libvirt-28",
+  "id": "libvirt-24",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
   "arguments": {
     "typename": "virtio-balloon-device"
   },
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
   "arguments": {
     "typename": "memory-backend-file"
   },
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
       "type": "string"
     }
   ],
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
   "arguments": {
     "typename": "spapr-machine"
   },
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
-  "id": "libvirt-31",
+  "id": "libvirt-27",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Class 'spapr-machine' not found"
 
 {
   "execute": "query-machines",
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
       "cpu-max": 1
     }
   ],
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
   "execute": "query-tpm-models",
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
   "return": [
   ],
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
   "execute": "query-tpm-types",
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
     "passthrough",
     "emulator"
   ],
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
   "execute": "query-command-line-options",
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
   "execute": "query-migrate-capabilities",
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
       "capability": "late-block-activate"
     }
   ],
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
   "execute": "query-qmp-schema",
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
       "meta-type": "object"
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
index fdab682f940a4feb1e7522ea5a6a74fc64811a65..17edb990e190d45cd457e4cf36c2002ac515cc15 100644 (file)
   }
 }
 
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "pci-assign"
-  },
-  "id": "libvirt-14"
-}
-
-{
-  "id": "libvirt-14",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'pci-assign' not found"
-  }
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "kvm-pci-assign"
-  },
-  "id": "libvirt-15"
-}
-
-{
-  "id": "libvirt-15",
-  "error": {
-    "class": "DeviceNotFound",
-    "desc": "Device 'kvm-pci-assign' not found"
-  }
-}
-
 {
   "execute": "device-list-properties",
   "arguments": {
     "typename": "vfio-pci"
   },
-  "id": "libvirt-16"
+  "id": "libvirt-14"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-16"
+  "id": "libvirt-14"
 }
 
 {
   "arguments": {
     "typename": "scsi-disk"
   },
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-17"
+  "id": "libvirt-15"
 }
 
 {
   "arguments": {
     "typename": "ide-drive"
   },
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-18"
+  "id": "libvirt-16"
 }
 
 {
   "arguments": {
     "typename": "PIIX4_PM"
   },
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-19"
+  "id": "libvirt-17"
 }
 
 {
   "arguments": {
     "typename": "usb-redir"
   },
-  "id": "libvirt-20"
+  "id": "libvirt-18"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-20"
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "usb-host"
-  },
-  "id": "libvirt-21"
-}
-
-{
-  "return": [
-    {
-      "name": "isobufs",
-      "type": "uint32"
-    },
-    {
-      "name": "hostaddr",
-      "type": "uint32"
-    },
-    {
-      "name": "msos-desc",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "productid",
-      "type": "uint32"
-    },
-    {
-      "name": "serial",
-      "type": "str"
-    },
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "isobsize",
-      "type": "uint32"
-    },
-    {
-      "name": "port",
-      "type": "str"
-    },
-    {
-      "name": "vendorid",
-      "type": "uint32"
-    },
-    {
-      "name": "pipeline",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "attached",
-      "type": "bool"
-    },
-    {
-      "name": "hostport",
-      "type": "str"
-    },
-    {
-      "name": "full-path",
-      "description": "on/off",
-      "type": "bool"
-    },
-    {
-      "name": "loglevel",
-      "type": "uint32"
-    },
-    {
-      "name": "hostbus",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-21"
-}
-
-{
-  "execute": "device-list-properties",
-  "arguments": {
-    "typename": "scsi-generic"
-  },
-  "id": "libvirt-22"
-}
-
-{
-  "return": [
-    {
-      "name": "bootindex",
-      "type": "int32"
-    },
-    {
-      "name": "drive",
-      "description": "Node name or ID of a block device to use as a backend",
-      "type": "str"
-    },
-    {
-      "name": "lun",
-      "type": "uint32"
-    },
-    {
-      "name": "share-rw",
-      "type": "bool"
-    },
-    {
-      "name": "channel",
-      "type": "uint32"
-    },
-    {
-      "name": "scsi-id",
-      "type": "uint32"
-    }
-  ],
-  "id": "libvirt-22"
+  "id": "libvirt-18"
 }
 
 {
   "arguments": {
     "typename": "i440FX-pcihost"
   },
-  "id": "libvirt-23"
+  "id": "libvirt-19"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-23"
+  "id": "libvirt-19"
 }
 
 {
   "arguments": {
     "typename": "q35-pcihost"
   },
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
       "type": "uint64"
     }
   ],
-  "id": "libvirt-24"
+  "id": "libvirt-20"
 }
 
 {
   "arguments": {
     "typename": "usb-storage"
   },
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
       "type": "uint16"
     }
   ],
-  "id": "libvirt-25"
+  "id": "libvirt-21"
 }
 
 {
   "arguments": {
     "typename": "kvm-pit"
   },
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
       "type": "LostTickPolicy"
     }
   ],
-  "id": "libvirt-26"
+  "id": "libvirt-22"
 }
 
 {
   "arguments": {
     "typename": "VGA"
   },
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-27"
+  "id": "libvirt-23"
 }
 
 {
   "arguments": {
     "typename": "vmware-svga"
   },
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-28"
+  "id": "libvirt-24"
 }
 
 {
   "arguments": {
     "typename": "qxl"
   },
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-29"
+  "id": "libvirt-25"
 }
 
 {
   "arguments": {
     "typename": "virtio-gpu-pci"
   },
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-30"
+  "id": "libvirt-26"
 }
 
 {
   "arguments": {
     "typename": "virtio-gpu-device"
   },
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
       "type": "size"
     }
   ],
-  "id": "libvirt-31"
+  "id": "libvirt-27"
 }
 
 {
   "arguments": {
     "typename": "ICH9-LPC"
   },
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-32"
+  "id": "libvirt-28"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-pci"
   },
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
       "type": "str"
     }
   ],
-  "id": "libvirt-33"
+  "id": "libvirt-29"
 }
 
 {
   "arguments": {
     "typename": "virtio-balloon-ccw"
   },
-  "id": "libvirt-34"
+  "id": "libvirt-30"
 }
 
 {
-  "id": "libvirt-34",
+  "id": "libvirt-30",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Device 'virtio-balloon-ccw' not found"
   "arguments": {
     "typename": "virtio-balloon-device"
   },
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-35"
+  "id": "libvirt-31"
 }
 
 {
   "arguments": {
     "typename": "nec-usb-xhci"
   },
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
       "type": "uint32"
     }
   ],
-  "id": "libvirt-36"
+  "id": "libvirt-32"
 }
 
 {
   "arguments": {
     "typename": "intel-iommu"
   },
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
       "type": "bool"
     }
   ],
-  "id": "libvirt-37"
+  "id": "libvirt-33"
 }
 
 {
   "arguments": {
     "typename": "mch"
   },
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
       "type": "int32"
     }
   ],
-  "id": "libvirt-38"
+  "id": "libvirt-34"
 }
 
 {
   "arguments": {
     "typename": "memory-backend-file"
   },
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
       "type": "string"
     }
   ],
-  "id": "libvirt-39"
+  "id": "libvirt-35"
 }
 
 {
   "arguments": {
     "typename": "spapr-machine"
   },
-  "id": "libvirt-40"
+  "id": "libvirt-36"
 }
 
 {
-  "id": "libvirt-40",
+  "id": "libvirt-36",
   "error": {
     "class": "DeviceNotFound",
     "desc": "Class 'spapr-machine' not found"
 
 {
   "execute": "query-machines",
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
       "cpu-max": 255
     }
   ],
-  "id": "libvirt-41"
+  "id": "libvirt-37"
 }
 
 {
   "execute": "query-cpu-definitions",
-  "id": "libvirt-42"
+  "id": "libvirt-38"
 }
 
 {
       "migration-safe": true
     }
   ],
-  "id": "libvirt-42"
+  "id": "libvirt-38"
 }
 
 {
   "execute": "query-tpm-models",
-  "id": "libvirt-43"
+  "id": "libvirt-39"
 }
 
 {
     "tpm-crb",
     "tpm-tis"
   ],
-  "id": "libvirt-43"
+  "id": "libvirt-39"
 }
 
 {
   "execute": "query-tpm-types",
-  "id": "libvirt-44"
+  "id": "libvirt-40"
 }
 
 {
     "passthrough",
     "emulator"
   ],
-  "id": "libvirt-44"
+  "id": "libvirt-40"
 }
 
 {
   "execute": "query-command-line-options",
-  "id": "libvirt-45"
+  "id": "libvirt-41"
 }
 
 {
       "option": "drive"
     }
   ],
-  "id": "libvirt-45"
+  "id": "libvirt-41"
 }
 
 {
   "execute": "query-migrate-capabilities",
-  "id": "libvirt-46"
+  "id": "libvirt-42"
 }
 
 {
       "capability": "late-block-activate"
     }
   ],
-  "id": "libvirt-46"
+  "id": "libvirt-42"
 }
 
 {
   "execute": "query-qmp-schema",
-  "id": "libvirt-47"
+  "id": "libvirt-43"
 }
 
 {
       "meta-type": "object"
     }
   ],
-  "id": "libvirt-47"
+  "id": "libvirt-43"
 }
 
 {
       "name": "host"
     }
   },
-  "id": "libvirt-48"
+  "id": "libvirt-44"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-48"
+  "id": "libvirt-44"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-49"
+  "id": "libvirt-45"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-49"
+  "id": "libvirt-45"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-50"
+  "id": "libvirt-46"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-50"
+  "id": "libvirt-46"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-51"
+  "id": "libvirt-47"
 }
 
 {
       }
     }
   },
-  "id": "libvirt-51"
+  "id": "libvirt-47"
 }
 
 {
   "execute": "query-sev-capabilities",
-  "id": "libvirt-52"
+  "id": "libvirt-48"
 }
 
 {
-  "id": "libvirt-52",
+  "id": "libvirt-48",
   "error": {
     "class": "GenericError",
     "desc": "SEV feature is not available"
index eeb0941f27b45bd17c27357049513535cb6dd323..1a2d1b6a5304e0af5b51de2729c5013958d3c42c 100644 (file)
   <flag name='vfio-pci.display'/>
   <version>3000000</version>
   <kvmVersion>0</kvmVersion>
-  <microcodeVersion>427391</microcodeVersion>
+  <microcodeVersion>425157</microcodeVersion>
   <package>v3.0.0</package>
   <arch>x86_64</arch>
   <hostCPU type='kvm' model='base' migratability='yes'>