hw/pci-host/piix: Move i440FX declarations to hw/pci-host/i440fx.h
commit0fd61a2d1cef4d324128330b8dab7aa1e393f0c9
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 2 Feb 2019 19:57:47 +0000 (2 20:57 +0100)
committerPhilippe Mathieu-Daudé <philmd@redhat.com>
Tue, 5 Nov 2019 22:33:12 +0000 (5 23:33 +0100)
treea76ab06b238738d5ae0ca481b15f9146ad4c9a2b
parent4b19de14b145ac1df3082f625e3b8f9dcb0e1918
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>
MAINTAINERS
hw/acpi/pcihp.c
hw/i386/pc_piix.c
hw/pci-host/piix.c
include/hw/i386/pc.h
include/hw/pci-host/i440fx.h [new file with mode: 0644]
stubs/pci-host-piix.c