summaryrefslogtreecommitdiffstats
path: root/hw/ssi/pl022.c
Commit message (Expand)AuthorAgeFilesLines
* hw/ssi: Rename SSI 'slave' as 'peripheral'Philippe Mathieu-Daudé2020-12-101-1/+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/ssi/pl022: Correct wrong DMACR and ICR handlingPeter Maydell2018-08-241-2/+10
* hw/ssi/pl022: Correct wrong value for PL022_INT_RTPeter Maydell2018-08-241-1/+1
* hw/ssi/pl022: Use DeviceState::realize rather than SysBusDevice::initPeter Maydell2018-08-241-5/+3Star
* hw/ssi/pl022: Don't directly call vmstate_register()Peter Maydell2018-08-241-1/+1
* hw/ssi/pl022: Set up reset function in class initPeter Maydell2018-08-241-2/+5
* hw/ssi/pl022: Allow use as embedded-struct devicePeter Maydell2018-08-241-25/+1Star
* hw: explicitly include qemu/log.hPaolo Bonzini2016-05-191-0/+1
* arm devices: Clean up includesPeter Maydell2016-01-291-0/+1
* ssi: Move ssi.h into a separate directoryAlistair Francis2016-01-211-1/+1
* savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela2014-05-131-2/+1Star
* pl022: fix buffer overun on invalid state loadMichael S. Tsirkin2014-05-051-0/+14
* pl022: QOM cast cleanupAndreas Färber2013-07-291-8/+13
* pl022: Rename pl022_state to PL022StateAndreas Färber2013-07-291-36/+36
* hw/s*: 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/+308