diff options
author | Philippe Mathieu-Daudé | 2019-02-02 20:57:47 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé | 2019-11-05 23:33:12 +0100 |
commit | 0fd61a2d1cef4d324128330b8dab7aa1e393f0c9 (patch) | |
tree | a76ab06b238738d5ae0ca481b15f9146ad4c9a2b /stubs | |
parent | hw/pci-host/piix: Define and use the PIIX IRQ Route Control Registers (diff) | |
download | qemu-0fd61a2d1cef4d324128330b8dab7aa1e393f0c9.tar.gz qemu-0fd61a2d1cef4d324128330b8dab7aa1e393f0c9.tar.xz qemu-0fd61a2d1cef4d324128330b8dab7aa1e393f0c9.zip |
hw/pci-host/piix: Move i440FX declarations to hw/pci-host/i440fx.h
The hw/pci-host/piix.c contains a mix of PIIX3 and i440FX chipsets
functions. To be able to split it, we need to export some
declarations first.
Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Diffstat (limited to 'stubs')
-rw-r--r-- | stubs/pci-host-piix.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stubs/pci-host-piix.c b/stubs/pci-host-piix.c index 6ed81b1f21..93975adbfe 100644 --- a/stubs/pci-host-piix.c +++ b/stubs/pci-host-piix.c @@ -1,5 +1,6 @@ #include "qemu/osdep.h" -#include "hw/i386/pc.h" +#include "hw/pci-host/i440fx.h" + PCIBus *find_i440fx(void) { return NULL; |