]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/pci-host: Rename incorrectly named 'piix' as 'i440fx'
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 2 Feb 2019 20:03:07 +0000 (21:03 +0100)
committerPhilippe Mathieu-Daudé <philmd@redhat.com>
Tue, 5 Nov 2019 22:33:12 +0000 (23:33 +0100)
commit0f25d865a1764527546cf159883e880d487363cf
tree317f3932096e8e8caa8fa66e090477470de78037
parent14a026dd581a16b566c55aea4ee7f1b3758f214a
hw/pci-host: Rename incorrectly named 'piix' as 'i440fx'

We moved all the PIIX3 southbridge code out of hw/pci-host/piix.c,
it now only contains i440FX northbridge code.
Rename it to match the chipset modelled.

Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
MAINTAINERS
hw/i386/Kconfig
hw/pci-host/Kconfig
hw/pci-host/Makefile.objs
hw/pci-host/i440fx.c [moved from hw/pci-host/piix.c with 100% similarity]