qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v4 03/16] vfio: ccw: define device_api strings


From: Alex Williamson
Subject: Re: [Qemu-devel] [PATCH v4 03/16] vfio: ccw: define device_api strings
Date: Tue, 21 Mar 2017 12:47:54 -0600

On Fri, 17 Mar 2017 04:17:30 +0100
Dong Jia Shi <address@hidden> wrote:

> Define vfio-ccw device API strings. CCW vendor driver using mediated
> device framework should use this string for device_api attribute.
> 
> Reviewed-by: Pierre Morel <address@hidden>
> Signed-off-by: Dong Jia Shi <address@hidden>
> ---
>  include/uapi/linux/vfio.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/include/uapi/linux/vfio.h b/include/uapi/linux/vfio.h
> index 519eff3..6183789 100644
> --- a/include/uapi/linux/vfio.h
> +++ b/include/uapi/linux/vfio.h
> @@ -212,6 +212,7 @@ struct vfio_device_info {
>  #define VFIO_DEVICE_API_PCI_STRING           "vfio-pci"
>  #define VFIO_DEVICE_API_PLATFORM_STRING              "vfio-platform"
>  #define VFIO_DEVICE_API_AMBA_STRING          "vfio-amba"
> +#define VFIO_DEVICE_API_CCW_STRING           "vfio-ccw"
>  
>  /**
>   * VFIO_DEVICE_GET_REGION_INFO - _IOWR(VFIO_TYPE, VFIO_BASE + 8,


Acked-by: Alex Williamson <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]