]> xenbits.xensource.com Git - libvirt.git/commitdiff
Revert "Introduce QEMU_CAPS_ARM_VIRT_PCI"
authorPeter Krempa <pkrempa@redhat.com>
Mon, 29 Jun 2015 07:44:35 +0000 (09:44 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 30 Jun 2015 11:31:18 +0000 (13:31 +0200)
The capability was not used up to the feature freeze.

This reverts commit 7f3515b4bb677d0ead1887547efc844e4761268a.

src/qemu/qemu_capabilities.c
src/qemu/qemu_capabilities.h

index e7002a34cf41e6a6e2cacc41f943f513c2a195b7..27686c38a46861f09a0883f18ab5c552edeb14ee 100644 (file)
@@ -287,7 +287,6 @@ VIR_ENUM_IMPL(virQEMUCaps, QEMU_CAPS_LAST,
               "aarch64-off",
 
               "vhost-user-multiqueue", /* 190 */
-              "arm-virt-pci",
     );
 
 
@@ -1337,9 +1336,6 @@ virQEMUCapsComputeCmdFlags(const char *help,
         virQEMUCapsSet(qemuCaps, QEMU_CAPS_VNC_SHARE_POLICY);
     }
 
-    if (version >= 2003000)
-        virQEMUCapsSet(qemuCaps, QEMU_CAPS_ARM_VIRT_PCI);
-
     return 0;
 }
 
index f4180a8aa8f93d2626d931b1548fdc277be2fe49..30aa50430146b6e8d6e54c85cac8e1af4c4d3229 100644 (file)
@@ -230,7 +230,6 @@ typedef enum {
     QEMU_CAPS_DEVICE_PCI_SERIAL  = 188, /* -device pci-serial */
     QEMU_CAPS_CPU_AARCH64_OFF    = 189, /* -cpu ...,aarch64=off */
     QEMU_CAPS_VHOSTUSER_MULTIQUEUE = 190, /* vhost-user with -netdev queues= */
-    QEMU_CAPS_ARM_VIRT_PCI       = 191, /* ARM 'virt' machine has PCI bus */
 
     QEMU_CAPS_LAST,                   /* this must always be the last item */
 } virQEMUCapsFlags;