[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v13 0/4] add per-domain IOMMU control
Ping? I don't think this series is awaiting any more acks. Paul > -----Original Message----- > From: Paul Durrant <paul.durrant@xxxxxxxxxx> > Sent: 18 September 2019 11:41 > To: xen-devel@xxxxxxxxxxxxxxxxxxxx > Cc: Paul Durrant <Paul.Durrant@xxxxxxxxxx>; Andrew Cooper > <Andrew.Cooper3@xxxxxxxxxx>; Anthony Perard > <anthony.perard@xxxxxxxxxx>; David Scott <dave@xxxxxxxxxx>; George Dunlap > <George.Dunlap@xxxxxxxxxx>; > Ian Jackson <Ian.Jackson@xxxxxxxxxx>; Konrad Rzeszutek Wilk > <konrad.wilk@xxxxxxxxxx>; Petre Pircalabu > <ppircalabu@xxxxxxxxxxxxxxx>; Roger Pau Monne <roger.pau@xxxxxxxxxx>; Stefano > Stabellini > <sstabellini@xxxxxxxxxx>; Tamas K Lengyel <tamas@xxxxxxxxxxxxx>; Tim > (Xen.org) <tim@xxxxxxx>; > Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>; Wei Liu <wl@xxxxxxx> > Subject: [PATCH v13 0/4] add per-domain IOMMU control > > These are the remaining uncommitted patches from my previous series: > > https://lists.xenproject.org/archives/html/xen-devel/2019-09/msg01208.html > > The only patch that has been revised is patch #4 (previously patch #6). > > Ian Jackson (1): > tools/ocaml: abi check: Cope with consecutive relevant enums > > Paul Durrant (3): > 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 | 57 +++++++++ > tools/libxl/libxl.h | 16 +++ > tools/libxl/libxl_create.c | 30 ++++- > 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 | 4 + > tools/ocaml/libs/xc/xenctrl.mli | 5 + > tools/ocaml/libs/xc/xenctrl_stubs.c | 17 ++- > tools/xl/xl_parse.c | 178 ++++++++++++++++++-------- > xen/arch/arm/Kconfig | 1 + > xen/arch/arm/domain.c | 10 +- > xen/arch/arm/p2m.c | 2 +- > xen/arch/x86/dom0_build.c | 2 +- > xen/arch/x86/domain.c | 2 +- > xen/arch/x86/hvm/mtrr.c | 5 +- > xen/arch/x86/mm/mem_sharing.c | 2 +- > xen/arch/x86/mm/p2m.c | 4 +- > xen/arch/x86/mm/paging.c | 2 +- > xen/arch/x86/x86_64/mm.c | 2 +- > xen/common/domain.c | 7 + > xen/common/domctl.c | 13 -- > xen/common/memory.c | 4 +- > xen/common/vm_event.c | 2 +- > xen/drivers/passthrough/Kconfig | 3 + > xen/drivers/passthrough/device_tree.c | 11 -- > xen/drivers/passthrough/iommu.c | 147 ++++++--------------- > xen/drivers/passthrough/pci.c | 12 -- > xen/drivers/passthrough/vtd/iommu.c | 10 +- > xen/drivers/passthrough/x86/iommu.c | 97 -------------- > xen/include/asm-arm/iommu.h | 3 - > xen/include/asm-x86/iommu.h | 4 - > xen/include/public/domctl.h | 10 +- > xen/include/xen/iommu.h | 40 +++--- > xen/include/xen/sched.h | 8 -- > 37 files changed, 388 insertions(+), 370 deletions(-) > --- > Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> > Cc: Anthony PERARD <anthony.perard@xxxxxxxxxx> > Cc: David Scott <dave@xxxxxxxxxx> > Cc: George Dunlap <george.dunlap@xxxxxxxxxxxxx> > Cc: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> > 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: 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 |