[libvirt] [PATCH v5 1/4] qemu: Introduce QEMU_CAPS_OBJECT_GPEX

Martin Kletzander mkletzan at redhat.com
Thu Aug 6 16:23:24 UTC 2015


On Fri, Jul 17, 2015 at 02:27:44PM +0300, Pavel Fedin wrote:
>This capability specifies that qemu can implement generic PCI host
>controller. It is often used for virtual environments, including ARM.
>
>Signed-off-by: Pavel Fedin <p.fedin at samsung.com>
>---
> src/qemu/qemu_capabilities.c | 2 ++
> src/qemu/qemu_capabilities.h | 1 +
> 2 files changed, 3 insertions(+)
>
>diff --git a/src/qemu/qemu_capabilities.c b/src/qemu/qemu_capabilities.c
>index d8cb32d..d570fdd 100644
>--- a/src/qemu/qemu_capabilities.c
>+++ b/src/qemu/qemu_capabilities.c
>@@ -288,6 +288,7 @@ VIR_ENUM_IMPL(virQEMUCaps, QEMU_CAPS_LAST,
>
>               "vhost-user-multiqueue", /* 190 */
>               "migration-event",
>+              "gpex-pcihost",
>     );
>
>
>@@ -1568,6 +1569,7 @@ struct virQEMUCapsStringFlags virQEMUCapsObjectTypes[] = {
>     { "ivshmem", QEMU_CAPS_DEVICE_IVSHMEM },
>     { "pc-dimm", QEMU_CAPS_DEVICE_PC_DIMM },
>     { "pci-serial", QEMU_CAPS_DEVICE_PCI_SERIAL },
>+    { "gpex-pcihost", QEMU_CAPS_OBJECT_GPEX},

Missing space between GPEX and '}'.  Otherwise OK.

> };
>
> static struct virQEMUCapsStringFlags virQEMUCapsObjectPropsVirtioBlk[] = {
>diff --git a/src/qemu/qemu_capabilities.h b/src/qemu/qemu_capabilities.h
>index f77bd06..a50c3ca 100644
>--- a/src/qemu/qemu_capabilities.h
>+++ b/src/qemu/qemu_capabilities.h
>@@ -231,6 +231,7 @@ typedef enum {
>     QEMU_CAPS_CPU_AARCH64_OFF    = 189, /* -cpu ...,aarch64=off */
>     QEMU_CAPS_VHOSTUSER_MULTIQUEUE = 190, /* vhost-user with -netdev queues= */
>     QEMU_CAPS_MIGRATION_EVENT    = 191, /* MIGRATION event */
>+    QEMU_CAPS_OBJECT_GPEX        = 192, /* have generic PCI host controller */
>
>     QEMU_CAPS_LAST,                   /* this must always be the last item */
> } virQEMUCapsFlags;
>--
>1.9.5.msysgit.0
>
>--
>libvir-list mailing list
>libvir-list at redhat.com
>https://www.redhat.com/mailman/listinfo/libvir-list
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20150806/ee7bf9f0/attachment-0001.sig>


More information about the libvir-list mailing list