hw/i386/pc: Create DMA controllers in south bridges

Just like in the real hardware (and in PIIX4), create the DMA
controllers in the south bridges.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20221022150508.26830-2-shentey@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
Bernhard Beschow 2022-10-22 17:04:26 +02:00 committed by Philippe Mathieu-Daudé
parent a6d89b454c
commit 503a35e7fd
5 changed files with 14 additions and 5 deletions

View file

@ -33,6 +33,7 @@ config PC87312
config PIIX3
bool
select I8257
select ISA_BUS
config PIIX4
@ -68,6 +69,7 @@ config LPC_ICH9
bool
# For historical reasons, SuperIO devices are created in the board
# for ICH9.
select I8257
select ISA_BUS
select ACPI_SMBUS
select ACPI_X86_ICH