mbox series

[0/2] tools: Fix PVH dom0 passthrough with legacy irq

Message ID 20250226201022.42447-1-jason.andryuk@amd.com (mailing list archive)
Headers show
Series tools: Fix PVH dom0 passthrough with legacy irq | expand

Message

Jason Andryuk Feb. 26, 2025, 8:10 p.m. UTC
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(-)