diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2019-02-02 20:57:47 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@redhat.com> | 2019-11-05 23:33:12 +0100 |
commit | 0fd61a2d1cef4d324128330b8dab7aa1e393f0c9 (patch) | |
tree | a76ab06b238738d5ae0ca481b15f9146ad4c9a2b /hw/pci-host | |
parent | 4b19de14b145ac1df3082f625e3b8f9dcb0e1918 (diff) | |
download | qemu-0fd61a2d1cef4d324128330b8dab7aa1e393f0c9.zip qemu-0fd61a2d1cef4d324128330b8dab7aa1e393f0c9.tar.gz qemu-0fd61a2d1cef4d324128330b8dab7aa1e393f0c9.tar.bz2 |
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 'hw/pci-host')
-rw-r--r-- | hw/pci-host/piix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/pci-host/piix.c b/hw/pci-host/piix.c index 390fb9c..95b0412 100644 --- a/hw/pci-host/piix.c +++ b/hw/pci-host/piix.c @@ -27,6 +27,7 @@ #include "hw/irq.h" #include "hw/pci/pci.h" #include "hw/pci/pci_host.h" +#include "hw/pci-host/i440fx.h" #include "hw/southbridge/piix.h" #include "hw/qdev-properties.h" #include "hw/isa/isa.h" |