diff options
| author | Bernhard Beschow <shentey@gmail.com> | 2022-03-26 17:58:23 +0100 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2022-05-12 12:07:06 +0200 |
| commit | 4a8027363e9680d00786622ee786fc3ccd6b970b (patch) | |
| tree | 9e7ea1d172c921ff91bfdc6b10791af377ff61ca /include | |
| parent | 354d2d9b87658bab5da58b4251aeb612fa7dc6e4 (diff) | |
| download | focaccia-qemu-4a8027363e9680d00786622ee786fc3ccd6b970b.tar.gz focaccia-qemu-4a8027363e9680d00786622ee786fc3ccd6b970b.zip | |
hw/xen/xen_pt: Confine igd-passthrough-isa-bridge to XEN
igd-passthrough-isa-bridge is only requested in xen_pt but was implemented in pc_piix.c. This caused xen_pt to dependend on i386/pc which is hereby resolved. Signed-off-by: Bernhard Beschow <shentey@gmail.com> Acked-by: Anthony PERARD <anthony.perard@citrix.com> Message-Id: <20220326165825.30794-2-shentey@gmail.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/hw/i386/pc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h index 637367dc5f..aff8add155 100644 --- a/include/hw/i386/pc.h +++ b/include/hw/i386/pc.h @@ -315,5 +315,4 @@ extern const size_t pc_compat_1_4_len; } \ type_init(pc_machine_init_##suffix) -extern void igd_passthrough_isa_bridge_create(PCIBus *bus, uint16_t gpu_dev_id); #endif |