mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -06:00
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:
parent
14a026dd58
commit
0f25d865a1
5 changed files with 4 additions and 4 deletions
|
@ -28,7 +28,7 @@ config PCI_SABRE
|
|||
select PCI
|
||||
bool
|
||||
|
||||
config PCI_PIIX
|
||||
config PCI_I440FX
|
||||
bool
|
||||
select PCI
|
||||
select PAM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue