aboutsummaryrefslogtreecommitdiff
path: root/hw/cpu/a15mpcore.c
AgeCommit message (Expand)Author
2024-01-26target/arm: Move GTimer definitions to new 'gtimer.h' headerPhilippe Mathieu-Daudé
2023-09-21hw/other: spelling fixesMichael Tokarev
2020-09-22qom: simplify object_find_property / object_class_find_propertyDaniel P. Berrangé
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-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
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-08-24hw/cpu/a15mpcore: If CPU has EL2, enable it on the GIC and wire it upPeter Maydell
2018-07-17hw/cpu/a15mpcore: Fix introspection problem with the a15mpcore_priv deviceThomas Huth
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-04hw/intc/arm_gic.c: Implement GICv2 GICC_DIRPeter Maydell
2016-01-29hw: 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
2015-08-13hw/cpu/a15mpcore: Wire up hyp and secure physical timer interruptsPeter Maydell
2015-08-13Introduce gic_class_name() instead of repeating conditionPavel Fedin
2013-11-05a15mpcore: Prepare for QOM embeddingAndreas Färber
2013-11-05a15mpcore: Convert to QOM realizeAndreas Färber
2013-11-05a15mpcore: Embed GICStateAndreas Färber
2013-11-05a15mpcore: Split off instance_initAndreas Färber
2013-09-03a15mpcore: Use qemu_get_cpu() for generic timersAndreas Färber
2013-08-20hw/cpu/a15mpcore: Wire generic timer outputs to GIC inputsPeter Maydell
2013-07-29cpu/a15mpcore: QOM cast cleanupAndreas Färber
2013-07-15hw/cpu/a15mpcore: Correct default value for num-irqPeter Maydell
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