All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] tools: Fix PVH dom0 passthrough with legacy irq
@ 2025-02-26 20:10 Jason Andryuk
  2025-02-26 20:10 ` [PATCH 1/2] tools/ctrl: Silence missing GSI in xc_pcidev_get_gsi() Jason Andryuk
  2025-02-26 20:10 ` [PATCH 2/2] tools/libxl: Skip missing PCI GSIs Jason Andryuk
  0 siblings, 2 replies; 7+ messages in thread
From: Jason Andryuk @ 2025-02-26 20:10 UTC (permalink / raw)
  To: xen-devel
  Cc: Jiqian Chen, Huang Rui, Jason Andryuk, Anthony PERARD,
	Juergen Gross

A PCI device may not have a legacy IRQ assigned.  This series allows
passthrough of such a device to a guest.

It relies on a Linux change to xen-pciback to also handle missing legacy
IRQs:
https://lore.kernel.org/xen-devel/20250226200134.29759-1-jason.andryuk@amd.com/T/#u

Jason Andryuk (2):
  tools/ctrl: Silence missing GSI in xc_pcidev_get_gsi()
  tools/libxl: Skip missing PCI GSIs

 tools/libs/ctrl/xc_linux.c   |  3 ++-
 tools/libs/light/libxl_x86.c | 10 ++++++++--
 2 files changed, 10 insertions(+), 3 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2025-02-28 14:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-26 20:10 [PATCH 0/2] tools: Fix PVH dom0 passthrough with legacy irq Jason Andryuk
2025-02-26 20:10 ` [PATCH 1/2] tools/ctrl: Silence missing GSI in xc_pcidev_get_gsi() Jason Andryuk
2025-02-28 13:59   ` Roger Pau Monné
2025-02-28 14:02   ` Roger Pau Monné
2025-02-26 20:10 ` [PATCH 2/2] tools/libxl: Skip missing PCI GSIs Jason Andryuk
2025-02-27  8:25   ` Jan Beulich
2025-02-27 15:24     ` Jason Andryuk

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.