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

2017-03-21 Thread Alex Williamson
On Fri, 17 Mar 2017 04:17:30 +0100 Dong Jia Shi 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 > Signed-off-by: Dong Jia Shi > --- > include/uapi/linux/vfio.h | 1 +

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

2017-03-16 Thread Dong Jia Shi
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 Signed-off-by: Dong Jia Shi --- include/uapi/linux/vfio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/uapi/linux/vfio.