Re: [RESEND PATCH] iommu/intel: Exclude devices using RMRRs from IOMMU API domains

2014-06-13 Thread David Woodhouse
On Thu, 2014-06-12 at 10:35 -0600, Alex Williamson wrote: The user of the IOMMU API domain expects to have full control of the IOVA space for the domain. RMRRs are fundamentally incompatible with that idea. We can neither map the RMRR into the IOMMU API domain, nor can we guarantee that the

[PATCH v2] iommu/intel: Exclude devices using RMRRs from IOMMU API domains

2014-06-13 Thread Alex Williamson
The user of the IOMMU API domain expects to have full control of the IOVA space for the domain. RMRRs are fundamentally incompatible with that idea. We can neither map the RMRR into the IOMMU API domain, nor can we guarantee that the device won't continue DMA with the area described by the RMRR

Re: [RESEND PATCH] iommu/intel: Exclude devices using RMRRs from IOMMU API domains

2014-06-13 Thread Alex Williamson
On Fri, 2014-06-13 at 15:34 +0100, David Woodhouse wrote: On Thu, 2014-06-12 at 10:35 -0600, Alex Williamson wrote: The user of the IOMMU API domain expects to have full control of the IOVA space for the domain. RMRRs are fundamentally incompatible with that idea. We can neither map the