mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 11:04:58 -06:00
hw/isa/piix3: Merge hw/isa/piix4.c
Now that the PIIX3 and PIIX4 device models are sufficiently prepared, their implementations can be merged into one file for further consolidation. Signed-off-by: Bernhard Beschow <shentey@gmail.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Message-Id: <20231007123843.127151-20-shentey@gmail.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
74bdcfb4b2
commit
1697189977
7 changed files with 195 additions and 309 deletions
|
@ -31,16 +31,7 @@ config PC87312
|
|||
select FDC_ISA
|
||||
select IDE_ISA
|
||||
|
||||
config PIIX3
|
||||
bool
|
||||
select ACPI_PIIX4
|
||||
select I8257
|
||||
select IDE_PIIX
|
||||
select ISA_BUS
|
||||
select MC146818RTC
|
||||
select USB_UHCI
|
||||
|
||||
config PIIX4
|
||||
config PIIX
|
||||
bool
|
||||
# For historical reasons, SuperIO devices are created in the board
|
||||
# for PIIX4.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue