]> git.ipfire.org Git - thirdparty/qemu.git/commit
piix4: Add an i8257 DMA Controller as specified in datasheet
authorHervé Poussineau <hpoussin@reactos.org>
Sat, 6 Jan 2018 15:37:22 +0000 (16:37 +0100)
committerPhilippe Mathieu-Daudé <philmd@redhat.com>
Tue, 5 Nov 2019 22:33:12 +0000 (23:33 +0100)
commit135bfcc1ef47809d550a014c1c59a8cc544922bb
tree3c8964b6cc79e3a9fb14eda8b1d0cf8d3ae08227
parent9b74b190d6ca36ff997d6c502ec574610e4a251c
piix4: Add an i8257 DMA Controller as specified in datasheet

The i8257 is not a chipset on the Malta board, but is part of
the PIIX4 chipset.
Create the i8257 in the PIIX4 code, remove the one instantiated
in malta board, to not have it twice.

Acked-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
Message-Id: <20171216090228.28505-9-hpoussin@reactos.org>
Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Esteban Bosse <estebanbosse@gmail.com>
[PMD: rebased, reworded description]
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
hw/isa/piix4.c
hw/mips/mips_malta.c