]> git.proxmox.com Git - mirror_qemu.git/commit - hw/hppa/machine.c
hw: replace hw/i386/pc.h with a header just for the i8259
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 12 Dec 2019 16:15:43 +0000 (17:15 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 17 Dec 2019 18:33:49 +0000 (19:33 +0100)
commit852c27e2ba99939e13a8e87f0d1a43aaec805f56
tree9d55fd3c7eff15b99b3497447b1b8de1f0a39ca8
parentb54f33c4e07758f05ead2c27a2dcd1c1b87a34e7
hw: replace hw/i386/pc.h with a header just for the i8259

Remove the need to include i386/pc.h to get to the i8259 functions.
This is enough to remove the inclusion of hw/i386/pc.h from all non-x86
files.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
27 files changed:
hw/alpha/alpha_sys.h
hw/alpha/dp264.c
hw/hppa/hppa_sys.h
hw/hppa/machine.c
hw/i386/kvm/i8259.c
hw/i386/microvm.c
hw/i386/pc.c
hw/i386/x86.c
hw/input/pckbd.c
hw/intc/Kconfig
hw/intc/apic.c
hw/intc/i8259.c
hw/intc/i8259_common.c
hw/intc/ioapic.c
hw/isa/i82378.c
hw/isa/lpc_ich9.c
hw/isa/piix4.c
hw/mips/gt64xxx_pci.c
hw/mips/mips_fulong2e.c
hw/mips/mips_jazz.c
hw/mips/mips_r4k.c
hw/pci-host/bonito.c
hw/pci-host/prep.c
include/hw/i386/pc.h
include/hw/intc/i8259.h [new file with mode: 0644]
include/hw/isa/i8259_internal.h
target/i386/monitor.c