[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v2 00/11] Check VT-d Device-TLB flush error
This patch set is a prereq patch set for Patch:'VT-d Device-TLB flush issue'. While IOMMU Device-TLB flush timed out, xen calls panic() at present. However the existing panic() is going to be eliminated, so we must propagate the IOMMU Device-TLB flush error up to the call trees. This patch set is also based on the discussion of 'abstract model of IOMMU unmaping/mapping failures' In this version, I try that splitting things is to go function by function, top level ones first, and leaf ones last, one function per patch (maybe pairs of functions, as in the map/unmap case). Quan Xu (11): vt-d: fix the IOMMU flush issue IOMMU: handle IOMMU mapping and unmapping failures IOMMU/MMU: enhance the call trees of IOMMU unmapping and mapping grant_table: avoid unnecessary work during grant table unmapping vt-d: propagate IOMMU Device-TLB flush error up to IOMMU unmapping. vt-d: propagate IOMMU Device-TLB flush error up to IOMMU mapping. IOMMU/MMU: propagate IOMMU Device-TLB flush error up to iommu_iotlb_flush{,_all} (top level ones). IOMMU: propagate IOMMU Device-TLB flush error up to iommu_iotlb_flush{,_all} (leaf ones). IOMMU: propagate IOMMU Device-TLB flush error up to IOMMU suspending vt-d: propagate IOMMU Device-TLB flush error up to vt-d hardware initialization vt-d: propagate error up to ME phantom function mapping and unmapping xen/arch/arm/p2m.c | 5 +- xen/arch/x86/acpi/power.c | 14 ++- xen/arch/x86/mm.c | 13 ++- xen/arch/x86/mm/p2m-ept.c | 25 ++++- xen/arch/x86/mm/p2m-pt.c | 22 +++- xen/arch/x86/mm/p2m.c | 11 +- xen/common/grant_table.c | 10 +- xen/common/memory.c | 5 +- xen/drivers/passthrough/amd/iommu_init.c | 9 +- xen/drivers/passthrough/amd/pci_amd_iommu.c | 2 +- xen/drivers/passthrough/arm/smmu.c | 10 +- xen/drivers/passthrough/iommu.c | 49 +++++++-- xen/drivers/passthrough/vtd/extern.h | 2 +- xen/drivers/passthrough/vtd/iommu.c | 140 +++++++++++++++++--------- xen/drivers/passthrough/vtd/quirks.c | 26 +++-- xen/drivers/passthrough/x86/iommu.c | 5 +- xen/include/asm-x86/hvm/svm/amd-iommu-proto.h | 2 +- xen/include/asm-x86/iommu.h | 2 +- xen/include/xen/iommu.h | 12 +-- 19 files changed, 256 insertions(+), 108 deletions(-) -- 1.9.1 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |