aboutsummaryrefslogtreecommitdiff
path: root/hw/cpu/a9mpcore.c
AgeCommit message (Expand)Author
2020-09-22qom: simplify object_find_property / object_class_find_propertyDaniel P. Berrangé
2020-08-24hw/cpu/a9mpcore: Verify the machine use Cortex-A9 coresPhilippe Mathieu-Daudé
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster
2020-06-15sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2Markus Armbruster
2020-02-28cpu/a9mpcore: Set number of GIC priority bits to 5Sai Pavan Boddu
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-07-17hw/cpu/a9mpcore: Fix introspection problems with the "a9mpcore_priv" deviceThomas Huth
2016-05-19explicitly include qom/cpu.hPaolo Bonzini
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-01-29arm devices: Clean up includesPeter Maydell
2015-09-14hw/cpu/{a15mpcore, a9mpcore}: Handle missing has_el3 CPU props gracefullyEdgar E. Iglesias
2015-09-08hw/cpu/{a15mpcore, a9mpcore}: enable TrustZone in GIC if it is enabled in CPUsPeter Maydell
2013-12-10cpu/a9mpcore: Add Global TimerFrançois LEGAL
2013-12-10cpu/a9mpcore: reorder operations/declarationsPeter Crosthwaite
2013-12-10cpu/a9mpcore: rename timerbusdev variablePeter Crosthwaite
2013-11-05a9mpcore: Prepare for QOM embeddingAndreas Färber
2013-11-05a9mpcore: Convert to QOM realizeAndreas Färber
2013-11-05a9mpcore: Embed ARMMPTimerStateAndreas Färber
2013-11-05a9mpcore: Embed A9SCUStateAndreas Färber
2013-11-05a9mpcore: Embed GICStateAndreas Färber
2013-11-05a9mpcore: Split off instance_initAndreas Färber
2013-07-29cpu/a9mpcore: QOM casting cleanupAndreas Färber
2013-07-04hw/c*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-04-08hw: move ARM CPU cores to hw/cpu/, configure with default-configs/Paolo Bonzini