[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 0/4] x86/iommu: PVH Dom0 workarounds for missing RMRR/IRSV entries
Hello, The following series implement a workaround for missing RMRR/IRSV entries for a PVH Dom0. It's based on the iommu_inclusive_mapping VTd option, which is generalized to be used by both VTd and AMD-Vi hardware. The PVH workaround identity maps all regions marked as reserved in the memory map. The series can be found at: git://xenbits.xen.org/people/royger/xen.git iommu_inclusive_v1 Thanks, Roger. Roger Pau Monne (4): iommu: remove unneeded return from iommu_hwdom_init iommu: generalize iommu_inclusive_mapping x86/iommu: reorder conditions used in the inclusive iommu mappings x86/iommu: add PVH support to the inclusive options docs/misc/xen-command-line.markdown | 20 +++++ xen/drivers/passthrough/arm/iommu.c | 4 + xen/drivers/passthrough/iommu.c | 8 +- xen/drivers/passthrough/vtd/extern.h | 2 - xen/drivers/passthrough/vtd/iommu.c | 6 -- xen/drivers/passthrough/vtd/x86/vtd.c | 66 +-------------- xen/drivers/passthrough/x86/iommu.c | 117 ++++++++++++++++++++++++++ xen/include/xen/iommu.h | 2 + 8 files changed, 151 insertions(+), 74 deletions(-) -- 2.18.0 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |