diff options
author | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | 2017-10-14 13:22:22 +0100 |
---|---|---|
committer | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | 2017-10-31 17:25:36 +0000 |
commit | 6aa62ed6b8cef3623083b1a90cecfb854f7c4a79 (patch) | |
tree | 357eba8078725d0e94fdc4a8ce5a73a725036364 /hw/watchdog | |
parent | e6ca02a46ae0fafe59544b789e9172efa1a929c1 (diff) | |
download | qemu-6aa62ed6b8cef3623083b1a90cecfb854f7c4a79.zip qemu-6aa62ed6b8cef3623083b1a90cecfb854f7c4a79.tar.gz qemu-6aa62ed6b8cef3623083b1a90cecfb854f7c4a79.tar.bz2 |
sparc32_dma: introduce new SPARC32_DMA type container object
Create a new SPARC32_DMA container object (including an appropriate container
memory region) and add instances of the SPARC32_ESPDMA_DEVICE and
SPARC32_LEDMA_DEVICE as child objects. The benefit is that most of the gpio
wiring complexity between esp/espdma and lance/ledma is now hidden within the
SPARC32_DMA realize function.
Since the sun4m IOMMU is already QOMified we can find a reference to
it using object_resolve_path_type() allowing us to completely remove all external
references to the iommu pointer.
Finally we rework sun4m's sparc32_dma_init() to invoke the new SPARC32_DMA object
and wire up the remaining board memory regions/IRQs.
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Artyom Tarasenko <atar4qemu@gmail.com>
Acked-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'hw/watchdog')
0 files changed, 0 insertions, 0 deletions