]> Git Repo - qemu.git/commit - MAINTAINERS
hw/pci-host: Rename incorrectly named 'piix' as 'i440fx'
authorPhilippe Mathieu-Daudé <[email protected]>
Sat, 2 Feb 2019 20:03:07 +0000 (21:03 +0100)
committerPhilippe Mathieu-Daudé <[email protected]>
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 <[email protected]>
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
MAINTAINERS
hw/i386/Kconfig
hw/pci-host/Kconfig
hw/pci-host/Makefile.objs
hw/pci-host/i440fx.c [new file with mode: 0644]
hw/pci-host/piix.c [deleted file]
This page took 0.027005 seconds and 4 git commands to generate.