kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Reenable VFIO support on POWER systems
@ 2023-03-06 17:29 Timothy Pearson
  2023-03-06 23:46 ` Alex Williamson
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Timothy Pearson @ 2023-03-06 17:29 UTC (permalink / raw)
  To: kvm; +Cc: linuxppc-dev

This patch series reenables VFIO support on POWER systems.  It
is based on Alexey Kardashevskiys's patch series, rebased and
successfully tested under QEMU with a Marvell PCIe SATA controller
on a POWER9 Blackbird host.

Alexey Kardashevskiy (3):
  powerpc/iommu: Add "borrowing" iommu_table_group_ops
  powerpc/pci_64: Init pcibios subsys a bit later
  powerpc/iommu: Add iommu_ops to report capabilities and allow blocking
    domains

Timothy Pearson (1):
  Add myself to MAINTAINERS for Power VFIO support

 MAINTAINERS                               |   5 +
 arch/powerpc/include/asm/iommu.h          |   6 +-
 arch/powerpc/include/asm/pci-bridge.h     |   7 +
 arch/powerpc/kernel/iommu.c               | 246 +++++++++++++++++++++-
 arch/powerpc/kernel/pci_64.c              |   2 +-
 arch/powerpc/platforms/powernv/pci-ioda.c |  36 +++-
 arch/powerpc/platforms/pseries/iommu.c    |  27 +++
 arch/powerpc/platforms/pseries/pseries.h  |   4 +
 arch/powerpc/platforms/pseries/setup.c    |   3 +
 drivers/vfio/vfio_iommu_spapr_tce.c       |  96 ++-------
 10 files changed, 338 insertions(+), 94 deletions(-)

-- 
2.30.2

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

end of thread, other threads:[~2023-03-23  6:50 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-06 17:29 [PATCH v2 0/4] Reenable VFIO support on POWER systems Timothy Pearson
2023-03-06 23:46 ` Alex Williamson
2023-03-07  0:35   ` Timothy Pearson
2023-03-07  0:59     ` Alex Williamson
2023-03-07 23:04       ` Timothy Pearson
2023-03-07  0:51   ` Alexey Kardashevskiy
2023-03-09 11:38   ` Michael Ellerman
2023-03-09 11:40 ` Michael Ellerman
2023-03-09 19:28   ` Timothy Pearson
2023-03-18 19:06     ` Timothy Pearson
2023-03-21 10:33       ` Michael Ellerman
2023-03-21 13:18         ` Timothy Pearson
2023-03-21 21:43           ` Michael Ellerman
2023-03-23  6:49 ` Narayana Murty

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).