Re: [Qemu-devel] [PATCH 07/11] vfio: Introduce VFIO address spaces

2013-05-14 Thread Alex Williamson
On Tue, 2013-05-14 at 19:13 +1000, David Gibson wrote: > The only model so far supported for VFIO passthrough devices is the model > usually used on x86, where all of the guest's RAM is mapped into the > (host) IOMMU and there is no IOMMU visible in the guest. > > This patch begins to relax this m

[Qemu-devel] [PATCH 07/11] vfio: Introduce VFIO address spaces

2013-05-14 Thread David Gibson
The only model so far supported for VFIO passthrough devices is the model usually used on x86, where all of the guest's RAM is mapped into the (host) IOMMU and there is no IOMMU visible in the guest. This patch begins to relax this model, introducing the notion of a VFIOAddressSpace. This represe