aboutsummaryrefslogtreecommitdiff
path: root/hw/cpu/a9mpcore.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-22qom: simplify object_find_property / object_class_find_propertyDaniel P. Berrangé1-1/+1
2020-08-24hw/cpu/a9mpcore: Verify the machine use Cortex-A9 coresPhilippe Mathieu-Daudé1-1/+11
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-11/+5
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster1-10/+5
2020-06-15sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2Markus Armbruster1-13/+10
2020-02-28cpu/a9mpcore: Set number of GIC priority bits to 5Sai Pavan Boddu1-0/+4
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster1-1/+1
2019-08-16Include hw/qdev-properties.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-07-17hw/cpu/a9mpcore: Fix introspection problems with the "a9mpcore_priv" deviceThomas Huth1-10/+8
2016-05-19explicitly include qom/cpu.hPaolo Bonzini1-0/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-29arm devices: Clean up includesPeter Maydell1-0/+1
2015-09-14hw/cpu/{a15mpcore, a9mpcore}: Handle missing has_el3 CPU props gracefullyEdgar E. Iglesias1-1/+1
2015-09-08hw/cpu/{a15mpcore, a9mpcore}: enable TrustZone in GIC if it is enabled in CPUsPeter Maydell1-0/+11
2013-12-10cpu/a9mpcore: Add Global TimerFrançois LEGAL1-5/+21
2013-12-10cpu/a9mpcore: reorder operations/declarationsPeter Crosthwaite1-14/+14
2013-12-10cpu/a9mpcore: rename timerbusdev variablePeter Crosthwaite1-4/+4
2013-11-05a9mpcore: Prepare for QOM embeddingAndreas Färber1-23/+1
2013-11-05a9mpcore: Convert to QOM realizeAndreas Färber1-10/+26
2013-11-05a9mpcore: Embed ARMMPTimerStateAndreas Färber1-11/+18
2013-11-05a9mpcore: Embed A9SCUStateAndreas Färber1-6/+10
2013-11-05a9mpcore: Embed GICStateAndreas Färber1-9/+16
2013-11-05a9mpcore: Split off instance_initAndreas Färber1-3/+9
2013-07-29cpu/a9mpcore: QOM casting cleanupAndreas Färber1-4/+11
2013-07-04hw/c*: 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 ARM CPU cores to hw/cpu/, configure with default-configs/Paolo Bonzini1-0/+138