qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/2] Confine igd-passthrough-isa-bridge to XEN


From: Bernhard Beschow
Subject: [PATCH 0/2] Confine igd-passthrough-isa-bridge to XEN
Date: Sat, 26 Mar 2022 17:58:22 +0100

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]