summaryrefslogtreecommitdiffstats
path: root/hw/cpu/a9mpcore.c
Commit message (Expand)AuthorAgeFilesLines
* qom: simplify object_find_property / object_class_find_propertyDaniel P. Berrangé2020-09-221-1/+1
* hw/cpu/a9mpcore: Verify the machine use Cortex-A9 coresPhilippe Mathieu-Daudé2020-08-241-1/+11
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-11/+5Star
* qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster2020-07-101-10/+5Star
* sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2Markus Armbruster2020-06-151-13/+10Star
* cpu/a9mpcore: Set number of GIC priority bits to 5Sai Pavan Boddu2020-02-281-0/+4
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster2019-08-211-1/+1
* Include hw/qdev-properties.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/cpu/a9mpcore: Fix introspection problems with the "a9mpcore_priv" deviceThomas Huth2018-07-171-10/+8Star
* explicitly include qom/cpu.hPaolo Bonzini2016-05-191-0/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* arm devices: Clean up includesPeter Maydell2016-01-291-0/+1
* hw/cpu/{a15mpcore, a9mpcore}: Handle missing has_el3 CPU props gracefullyEdgar E. Iglesias2015-09-141-1/+1
* hw/cpu/{a15mpcore, a9mpcore}: enable TrustZone in GIC if it is enabled in CPUsPeter Maydell2015-09-081-0/+11
* cpu/a9mpcore: Add Global TimerFrançois LEGAL2013-12-101-5/+21
* cpu/a9mpcore: reorder operations/declarationsPeter Crosthwaite2013-12-101-14/+14
* cpu/a9mpcore: rename timerbusdev variablePeter Crosthwaite2013-12-101-4/+4
* a9mpcore: Prepare for QOM embeddingAndreas Färber2013-11-051-23/+1Star
* a9mpcore: Convert to QOM realizeAndreas Färber2013-11-051-10/+26
* a9mpcore: Embed ARMMPTimerStateAndreas Färber2013-11-051-11/+18
* a9mpcore: Embed A9SCUStateAndreas Färber2013-11-051-6/+10
* a9mpcore: Embed GICStateAndreas Färber2013-11-051-9/+16
* a9mpcore: Split off instance_initAndreas Färber2013-11-051-3/+9
* cpu/a9mpcore: QOM casting cleanupAndreas Färber2013-07-291-4/+11
* hw/c*: 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 ARM CPU cores to hw/cpu/, configure with default-configs/Paolo Bonzini2013-04-081-0/+138