All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] tools: Fix PVH dom0 passthrough with legacy irq
@ 2025-03-08  0:17 Jason Andryuk
  2025-03-08  0:17 ` [PATCH v2 1/2] tools/ctrl: Silence missing GSI in xc_pcidev_get_gsi() Jason Andryuk
  2025-03-08  0:17 ` [PATCH v2 2/2] tools/libxl: Skip missing PCI GSIs Jason Andryuk
  0 siblings, 2 replies; 7+ messages in thread
From: Jason Andryuk @ 2025-03-08  0:17 UTC (permalink / raw)
  To: xen-devel
  Cc: Roger Pau Monné, 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   | 11 ++++++++---
 tools/libs/light/libxl_x86.c | 10 ++++++++--
 2 files changed, 16 insertions(+), 5 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2025-03-12 17:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-08  0:17 [PATCH v2 0/2] tools: Fix PVH dom0 passthrough with legacy irq Jason Andryuk
2025-03-08  0:17 ` [PATCH v2 1/2] tools/ctrl: Silence missing GSI in xc_pcidev_get_gsi() Jason Andryuk
2025-03-12 15:54   ` Anthony PERARD
2025-03-12 15:56   ` Andrew Cooper
2025-03-12 17:09     ` Jason Andryuk
2025-03-08  0:17 ` [PATCH v2 2/2] tools/libxl: Skip missing PCI GSIs Jason Andryuk
2025-03-12 15:57   ` Anthony PERARD

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.