All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/3] IPMMU handling for PCIe Passthrough on ARM
@ 2025-07-07  9:20 Mykyta Poturai
  2025-07-07  9:20 ` [PATCH v1 1/3] arm/pci: allow designware-based hosts to have private data Mykyta Poturai
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Mykyta Poturai @ 2025-07-07  9:20 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.

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 | 141 +++++++++++++++++++--
 5 files changed, 315 insertions(+), 8 deletions(-)
 create mode 100644 xen/arch/arm/pci/pci-host-rcar4.h

-- 
2.34.1


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

end of thread, other threads:[~2025-07-08 19:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-07  9:20 [PATCH v1 0/3] IPMMU handling for PCIe Passthrough on ARM Mykyta Poturai
2025-07-07  9:20 ` [PATCH v1 1/3] arm/pci: allow designware-based hosts to have private data Mykyta Poturai
2025-07-08 19:13   ` Stefano Stabellini
2025-07-07  9:20 ` [PATCH v1 3/3] iommu/ipmmu-vmsa: Implement basic PCIE-IPMMU OSID support Mykyta Poturai
2025-07-08 19:14   ` Stefano Stabellini
2025-07-07  9:20 ` [PATCH v1 2/3] pci/rcar: implement OSID configuration for Renesas RCar Gen4 PCIe host Mykyta Poturai
2025-07-08 19:14   ` 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.