[Qemu-devel] [PATCH qemu v7 14/14] vfio: Enable DDW ioctls to VFIO IOMMU driver

2015-04-25 Thread Alexey Kardashevskiy
This enables DDW RTAS-related ioctls in VFIO. Signed-off-by: Alexey Kardashevskiy --- hw/vfio/common.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/vfio/common.c b/hw/vfio/common.c index 9e3e0b0..f915127 100644 --- a/hw/vfio/common.c +++ b/hw/vfio/common.c @@ -830,6 +830,8 @@ int vfi

Re: [Qemu-devel] [PATCH qemu v7 14/14] vfio: Enable DDW ioctls to VFIO IOMMU driver

2015-05-05 Thread David Gibson
On Sat, Apr 25, 2015 at 10:24:44PM +1000, Alexey Kardashevskiy wrote: > This enables DDW RTAS-related ioctls in VFIO. > > Signed-off-by: Alexey Kardashevskiy This patch belongs before the last one (since the last one won't work without it). But otherwise, Reviewed-by: David Gibson -- David