aboutsummaryrefslogtreecommitdiff
path: root/hw/dma/pl080.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-29hw/dma: Constify VMStateRichard Henderson1-2/+2
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2018-08-20hw/dma/pl080: Remove hw_error() if DMA is enabledPeter Maydell1-1/+0
2018-08-20hw/dma/pl080: Correct bug in register address decode logicPeter Maydell1-2/+3
2018-08-20hw/dma/pl080: Provide device reset functionPeter Maydell1-0/+25
2018-08-20hw/dma/pl080: Don't use CPU address space for DMA accessesPeter Maydell1-6/+29
2018-08-20hw/dma/pl080: Support all three interrupt linesPeter Maydell1-5/+8
2018-08-20hw/dma/pl080: Allow use as embedded-struct devicePeter Maydell1-32/+2
2016-10-17hw/dma/pl080: Fix bad bit mask (PL080_CONF_M1 | PL080_CONF_M1)Thomas Huth1-1/+1
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini1-0/+1
2016-01-29arm: Clean up includesPeter Maydell1-0/+1
2015-04-26Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell1-4/+16
2014-02-11exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias1-4/+5
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+0
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+1
2013-07-29pl080: QOM'ify pl080 and pl081Andreas Färber1-31/+20
2013-07-29pl080: Rename pl080_state to PL080StateAndreas Färber1-22/+22
2013-07-04hw/d*: pass owner to memory_region_init* functionsPaolo Bonzini1-1/+1
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+421