public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v0 0/3] PCI passthru on Hyper-V (Part II)
@ 2026-04-29 23:15 Mukesh R
  2026-04-29 23:15 ` [PATCH v0 1/3] mshv: Import declarations for irq remap and add irqbypass support Mukesh R
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Mukesh R @ 2026-04-29 23:15 UTC (permalink / raw)
  To: hpa, robin.murphy, robh, linux-hyperv, linux-kernel, iommu,
	linux-pci, linux-arch

This patch series implements interrupt remapping part of the PCI
passthru feature on Hyper-V when Linux is running as a privileged VM.
These patches complement the Part I of the feature at:

https://lore.kernel.org/linux-hyperv/20260422023239.1171963-1-mrathor@linux.microsoft.com/T/#t

Testing and other details are listed there.

Thanks,
-Mukesh

Mukesh R (3):
  mshv: Import declarations for irq remap and add irqbypass support
  hyperv: Implement irq remap for passthru devices
  mshv: Implement guest irq migration for passthru'd devices

 arch/x86/hyperv/irqdomain.c         |  18 +-
 drivers/hv/Kconfig                  |   1 +
 drivers/hv/mshv_eventfd.c           | 500 +++++++++++++++++++++++++++-
 drivers/hv/mshv_eventfd.h           |   3 +
 drivers/iommu/hyperv-iommu-root.c   |  14 +
 drivers/pci/controller/pci-hyperv.c |  10 +
 include/asm-generic/mshyperv.h      |   4 +
 include/hyperv/hvgdk_mini.h         |   3 +
 include/hyperv/hvhdk.h              |  17 +
 9 files changed, 564 insertions(+), 6 deletions(-)

-- 
2.51.2.vfs.0.1


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

end of thread, other threads:[~2026-04-29 23:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-29 23:15 [PATCH v0 0/3] PCI passthru on Hyper-V (Part II) Mukesh R
2026-04-29 23:15 ` [PATCH v0 1/3] mshv: Import declarations for irq remap and add irqbypass support Mukesh R
2026-04-29 23:15 ` [PATCH v0 2/3] hyperv: Implement irq remap for passthru devices Mukesh R
2026-04-29 23:15 ` [PATCH v0 3/3] mshv: Implement guest irq migration for passthru'd devices Mukesh R

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox