summaryrefslogtreecommitdiff
path: root/hw/dma/pl080.c
AgeCommit message (Expand)Author
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-08-20hw/dma/pl080: Remove hw_error() if DMA is enabledPeter Maydell
2018-08-20hw/dma/pl080: Correct bug in register address decode logicPeter Maydell
2018-08-20hw/dma/pl080: Provide device reset functionPeter Maydell
2018-08-20hw/dma/pl080: Don't use CPU address space for DMA accessesPeter Maydell
2018-08-20hw/dma/pl080: Support all three interrupt linesPeter Maydell
2018-08-20hw/dma/pl080: Allow use as embedded-struct devicePeter Maydell
2016-10-17hw/dma/pl080: Fix bad bit mask (PL080_CONF_M1 | PL080_CONF_M1)Thomas Huth
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini
2016-01-29arm: Clean up includesPeter Maydell
2015-04-26Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell
2014-02-11exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-07-29pl080: QOM'ify pl080 and pl081Andreas Färber
2013-07-29pl080: Rename pl080_state to PL080StateAndreas Färber
2013-07-04hw/d*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini