summaryrefslogtreecommitdiffstats
path: root/stubs
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2019-02-02 20:57:47 +0100
committerPhilippe Mathieu-Daudé2019-11-05 23:33:12 +0100
commit0fd61a2d1cef4d324128330b8dab7aa1e393f0c9 (patch)
treea76ab06b238738d5ae0ca481b15f9146ad4c9a2b /stubs
parenthw/pci-host/piix: Define and use the PIIX IRQ Route Control Registers (diff)
downloadqemu-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.c3
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;