commit | 0fd61a2d1cef4d324128330b8dab7aa1e393f0c9 | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | Sat Feb 02 20:57:47 2019 +0100 |
committer | Philippe Mathieu-Daudé <philmd@redhat.com> | Tue Nov 05 23:33:12 2019 +0100 |
tree | a76ab06b238738d5ae0ca481b15f9146ad4c9a2b | |
parent | 4b19de14b145ac1df3082f625e3b8f9dcb0e1918 [diff] |
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>