[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v11 0/6] add per-domain IOMMU control
These are revisions of the remaining uncommitted patches from my previous series: https://lists.xenproject.org/archives/html/xen-devel/2019-08/msg01737.html This series (particlarly patch #6) needs to be applied after: https://lists.xenproject.org/archives/html/xen-devel/2019-09/msg01204.html to avoid an abi-check failure. Paul Durrant (7): Ian's abi-check fix domain: introduce XEN_DOMCTL_CDF_iommu flag use is_iommu_enabled() where appropriate... sysctl / libxl: report whether IOMMU/HAP page table sharing is supported remove late (on-demand) construction of IOMMU page tables iommu: tidy up iommu_use_hap_pt() and need_iommu_pt_sync() macros introduce a 'passthrough' configuration option to xl.cfg... docs/man/xl.cfg.5.pod.in | 56 ++++++ tools/libxl/libxl.c | 2 + tools/libxl/libxl.h | 23 +++ tools/libxl/libxl_create.c | 9 + tools/libxl/libxl_mem.c | 6 +- tools/libxl/libxl_types.idl | 9 + tools/libxl/libxl_utils.c | 15 ++ tools/libxl/libxl_utils.h | 1 + tools/ocaml/libs/xc/abi-check | 17 +- tools/ocaml/libs/xc/xenctrl.ml | 6 + tools/ocaml/libs/xc/xenctrl.mli | 7 + tools/ocaml/libs/xc/xenctrl_stubs.c | 17 +- tools/xl/xl_info.c | 5 +- tools/xl/xl_parse.c | 172 +++++++++++++------ xen/arch/arm/Kconfig | 1 + xen/arch/arm/domain.c | 17 +- xen/arch/arm/p2m.c | 4 +- xen/arch/arm/setup.c | 3 + xen/arch/x86/dom0_build.c | 4 +- xen/arch/x86/domain.c | 2 +- xen/arch/x86/domctl.c | 4 +- xen/arch/x86/hvm/hvm.c | 31 ++-- xen/arch/x86/hvm/mtrr.c | 5 +- xen/arch/x86/hvm/vioapic.c | 2 +- xen/arch/x86/hvm/vmx/vmcs.c | 2 +- xen/arch/x86/hvm/vmx/vmx.c | 2 +- xen/arch/x86/mm/mem_sharing.c | 2 +- xen/arch/x86/mm/p2m-ept.c | 4 +- xen/arch/x86/mm/p2m.c | 4 +- xen/arch/x86/mm/paging.c | 2 +- xen/arch/x86/setup.c | 3 + xen/arch/x86/x86_64/mm.c | 2 +- xen/common/domain.c | 16 +- xen/common/memory.c | 4 +- xen/common/sysctl.c | 2 + xen/common/vm_event.c | 2 +- xen/drivers/passthrough/Kconfig | 3 + xen/drivers/passthrough/amd/iommu_guest.c | 2 +- xen/drivers/passthrough/amd/iommu_init.c | 5 +- xen/drivers/passthrough/device_tree.c | 18 +- xen/drivers/passthrough/io.c | 8 +- xen/drivers/passthrough/iommu.c | 198 ++++++++-------------- xen/drivers/passthrough/pci.c | 28 +-- xen/drivers/passthrough/vtd/iommu.c | 18 +- xen/drivers/passthrough/vtd/x86/hvm.c | 2 +- xen/drivers/passthrough/x86/iommu.c | 99 +---------- xen/include/asm-arm/iommu.h | 3 - xen/include/asm-x86/iommu.h | 15 +- xen/include/public/domctl.h | 15 +- xen/include/public/sysctl.h | 6 +- xen/include/xen/iommu.h | 46 ++--- xen/include/xen/sched.h | 13 +- xen/xsm/flask/hooks.c | 18 +- 53 files changed, 533 insertions(+), 427 deletions(-) --- Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Cc: Anthony PERARD <anthony.perard@xxxxxxxxxx> Cc: Christian Lindig <christian.lindig@xxxxxxxxxx> Cc: David Scott <dave@xxxxxxxxxx> Cc: George Dunlap <george.dunlap@xxxxxxxxxxxxx> Cc: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Cc: Jan Beulich <jbeulich@xxxxxxxx> Cc: Julien Grall <julien.grall@xxxxxxx> Cc: Jun Nakajima <jun.nakajima@xxxxxxxxx> Cc: Kevin Tian <kevin.tian@xxxxxxxxx> Cc: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx> Cc: Petre Pircalabu <ppircalabu@xxxxxxxxxxxxxxx> Cc: "Roger Pau Monné" <roger.pau@xxxxxxxxxx> Cc: Stefano Stabellini <sstabellini@xxxxxxxxxx> Cc: Suravee Suthikulpanit <suravee.suthikulpanit@xxxxxxx> Cc: Tamas K Lengyel <tamas@xxxxxxxxxxxxx> Cc: Tim Deegan <tim@xxxxxxx> Cc: Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx> Cc: Wei Liu <wl@xxxxxxx> -- 2.20.1.2.gb21ebb671 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |