[libvirt] [RFC PATCH 1/3] qemu: add vfio-ap capability

Bjoern Walk bwalk at linux.ibm.com
Tue Oct 9 05:03:33 UTC 2018


Boris Fiuczynski <fiuczy at linux.ibm.com> [2018-10-08, 06:25PM +0200]:
> Introduce vfio-ap capability.
> 
> Signed-off-by: Boris Fiuczynski <fiuczy at linux.ibm.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 e228f52ec0..2ca5af3297 100644
> --- a/src/qemu/qemu_capabilities.c
> +++ b/src/qemu/qemu_capabilities.c
> @@ -508,6 +508,7 @@ VIR_ENUM_IMPL(virQEMUCaps, QEMU_CAPS_LAST,
>                /* 315 */
>                "vfio-pci.display",
>                "blockdev",
> +              "vfio-ap",
>      );
>  
>  
> @@ -1092,6 +1093,7 @@ struct virQEMUCapsStringFlags virQEMUCapsObjectTypes[] = {
>      { "vhost-vsock-device", QEMU_CAPS_DEVICE_VHOST_VSOCK },
>      { "mch", QEMU_CAPS_DEVICE_MCH },
>      { "sev-guest", QEMU_CAPS_SEV_GUEST },
> +    { "vfio-ap", QEMU_CAPS_DEVICE_VFIO_AP },
>  };
>  
>  static struct virQEMUCapsStringFlags virQEMUCapsDevicePropsVirtioBalloon[] = {
> diff --git a/src/qemu/qemu_capabilities.h b/src/qemu/qemu_capabilities.h
> index 934620ed31..6bb9a2c8f0 100644
> --- a/src/qemu/qemu_capabilities.h
> +++ b/src/qemu/qemu_capabilities.h
> @@ -492,6 +492,7 @@ typedef enum { /* virQEMUCapsFlags grouping marker for syntax-check */
>      /* 315 */
>      QEMU_CAPS_VFIO_PCI_DISPLAY, /* -device vfio-pci.display */
>      QEMU_CAPS_BLOCKDEV, /* -blockdev and blockdev-add are supported */
> +    QEMU_CAPS_DEVICE_VFIO_AP, /* -device vfio-ap */
>  
>      QEMU_CAPS_LAST /* this must always be the last item */
>  } virQEMUCapsFlags;
> -- 
> 2.17.0
> 

Reviewed-by: Bjoern Walk <bwalk at linux.ibm.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 902 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20181009/a94ec02f/attachment-0001.sig>


More information about the libvir-list mailing list