Deprecate QEMU_CAPS_DEVICE

We support qemu version 0.12.0+, which has it.
This commit is contained in:
Ján Tomko
2016-05-20 14:33:58 +02:00
parent e9488fcd20
commit 5572cd7f0e
19 changed files with 14 additions and 49 deletions

View File

@@ -71,8 +71,6 @@ qemuHotplugCreateObjects(virDomainXMLOptionPtr xmlopt,
if (!(priv->qemuCaps = virQEMUCapsNew()))
goto cleanup;
/* for attach & detach qemu must support -device */
virQEMUCapsSet(priv->qemuCaps, QEMU_CAPS_DEVICE);
virQEMUCapsSet(priv->qemuCaps, QEMU_CAPS_VIRTIO_SCSI);
virQEMUCapsSet(priv->qemuCaps, QEMU_CAPS_DEVICE_USB_STORAGE);
if (event)