summaryrefslogtreecommitdiffstats
path: root/hw/dma/pl080.c
Commit message (Expand)AuthorAgeFilesLines
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* hw/dma/pl080: Remove hw_error() if DMA is enabledPeter Maydell2018-08-201-1/+0Star
* hw/dma/pl080: Correct bug in register address decode logicPeter Maydell2018-08-201-2/+3
* hw/dma/pl080: Provide device reset functionPeter Maydell2018-08-201-0/+25
* hw/dma/pl080: Don't use CPU address space for DMA accessesPeter Maydell2018-08-201-6/+29
* hw/dma/pl080: Support all three interrupt linesPeter Maydell2018-08-201-5/+8
* hw/dma/pl080: Allow use as embedded-struct devicePeter Maydell2018-08-201-32/+2Star
* hw/dma/pl080: Fix bad bit mask (PL080_CONF_M1 | PL080_CONF_M1)Thomas Huth2016-10-171-1/+1
* hw: explicitly include qemu/log.hPaolo Bonzini2016-05-191-0/+1
* arm: Clean up includesPeter Maydell2016-01-291-0/+1
* Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell2015-04-261-4/+16
* exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-4/+5
* sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+0Star
* qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+1
* pl080: QOM'ify pl080 and pl081Andreas Färber2013-07-291-31/+20Star
* pl080: Rename pl080_state to PL080StateAndreas Färber2013-07-291-22/+22
* hw/d*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+1
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+421