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>
This commit is contained in:
Philippe Mathieu-Daudé 2019-02-02 21:03:07 +01:00 committed by Philippe Mathieu-Daudé
parent 14a026dd58
commit 0f25d865a1
5 changed files with 4 additions and 4 deletions

View file

@ -28,7 +28,7 @@ config PCI_SABRE
select PCI
bool
config PCI_PIIX
config PCI_I440FX
bool
select PCI
select PAM