All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] IPMMU handling for PCIe Passthrough on ARM
@ 2025-07-14  8:51 Mykyta Poturai
  2025-07-14  8:51 ` [PATCH v2 2/3] pci/rcar: implement OSID configuration for Renesas RCar Gen4 PCIe host Mykyta Poturai
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Mykyta Poturai @ 2025-07-14  8:51 UTC (permalink / raw)
  To: xen-devel@lists.xenproject.org
  Cc: Mykyta Poturai, Stefano Stabellini, Julien Grall,
	Bertrand Marquis, Michal Orzel, Volodymyr Babchuk

This series introduces IPMMU handling for PCIe passthrough on ARM. It includes
changes to pci-designware, pci-host-rcar and ipmmu-vmsa drivers to enable
configuring BDF->OSID->uTLB translation chain needed to pass different PCIe
devices to different domains.

Tested on RCar S4 Spider board.

v1->v2:
* see individual patches

Mykyta Poturai (2):
  arm/pci: allow designware-based hosts to have private data
  pci/rcar: implement OSID configuration for Renesas RCar Gen4 PCIe host

Oleksandr Tyshchenko (1):
  iommu/ipmmu-vmsa: Implement basic PCIE-IPMMU OSID support

 xen/arch/arm/pci/pci-designware.c        |  12 ++
 xen/arch/arm/pci/pci-designware.h        |   4 +
 xen/arch/arm/pci/pci-host-rcar4.c        | 148 +++++++++++++++++++++++
 xen/arch/arm/pci/pci-host-rcar4.h        |  18 +++
 xen/drivers/passthrough/arm/ipmmu-vmsa.c | 136 +++++++++++++++++++--
 5 files changed, 310 insertions(+), 8 deletions(-)
 create mode 100644 xen/arch/arm/pci/pci-host-rcar4.h

-- 
2.34.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-08-21  1:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-14  8:51 [PATCH v2 0/3] IPMMU handling for PCIe Passthrough on ARM Mykyta Poturai
2025-07-14  8:51 ` [PATCH v2 2/3] pci/rcar: implement OSID configuration for Renesas RCar Gen4 PCIe host Mykyta Poturai
2025-07-14  8:51 ` [PATCH v2 1/3] arm/pci: allow designware-based hosts to have private data Mykyta Poturai
2025-07-14  8:51 ` [PATCH v2 3/3] iommu/ipmmu-vmsa: Implement basic PCIE-IPMMU OSID support Mykyta Poturai
2025-08-21  1:12   ` Stefano Stabellini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.