On 1/9/22 18:25, Bernhard Beschow wrote:
Just like in the real hardware (and in PIIX4), create the DMA controllers in the south bridges.Signed-off-by: Bernhard Beschow <shen...@gmail.com> --- hw/i386/pc.c | 3 --- hw/i386/pc_piix.c | 2 ++ hw/isa/Kconfig | 2 ++ hw/isa/lpc_ich9.c | 3 +++ hw/isa/piix3.c | 9 +++++++-- 5 files changed, 14 insertions(+), 5 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>