Re: [Qemu-devel] [PATCH 4/7] vfio: Record host IOMMU's available IO page sizes

2015-09-24 Thread David Gibson
On Thu, Sep 24, 2015 at 11:32:14AM -0600, Alex Williamson wrote: > On Thu, 2015-09-24 at 14:33 +1000, David Gibson wrote: > > Depending on the host IOMMU type we determine and record the available page > > sizes for IOMMU translation. We'll need this for other validation in > > future patches. > >

Re: [Qemu-devel] [PATCH 4/7] vfio: Record host IOMMU's available IO page sizes

2015-09-24 Thread Alex Williamson
On Thu, 2015-09-24 at 14:33 +1000, David Gibson wrote: > Depending on the host IOMMU type we determine and record the available page > sizes for IOMMU translation. We'll need this for other validation in > future patches. > > Signed-off-by: David Gibson > Reviewed-by: Thomas Huth > Reviewed-by:

[Qemu-devel] [PATCH 4/7] vfio: Record host IOMMU's available IO page sizes

2015-09-23 Thread David Gibson
Depending on the host IOMMU type we determine and record the available page sizes for IOMMU translation. We'll need this for other validation in future patches. Signed-off-by: David Gibson Reviewed-by: Thomas Huth Reviewed-by: Laurent Vivier --- hw/vfio/common.c | 13