This patch series changes the "igd-passthrough-isa-bridge" device only to be provided if CONFIG_XEN_PCI_PASSTHROUGH is true. With it xen_pt gets decoupled from i386/pc.
Bernhard Beschow (2): hw/xen/xen_pt: Confine igd-passthrough-isa-bridge to XEN hw/xen/xen_pt: Resolve igd_passthrough_isa_bridge_create() indirection hw/i386/pc_piix.c | 118 ------------------------------------- hw/xen/xen_pt.c | 12 ---- hw/xen/xen_pt.h | 2 + hw/xen/xen_pt_graphics.c | 122 +++++++++++++++++++++++++++++++++++++++ include/hw/i386/pc.h | 1 - 5 files changed, 124 insertions(+), 131 deletions(-) -- 2.35.1
