summaryrefslogtreecommitdiffstats
path: root/hw/cpu/a15mpcore.c
Commit message (Expand)AuthorAgeFilesLines
* qom: simplify object_find_property / object_class_find_propertyDaniel P. Berrangé2020-09-221-2/+2
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-3/+1Star
* qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster2020-07-101-2/+1Star
* sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2Markus Armbruster2020-06-151-3/+2Star
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-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/a15mpcore: If CPU has EL2, enable it on the GIC and wire it upPeter Maydell2018-08-241-3/+28
* hw/cpu/a15mpcore: Fix introspection problem with the a15mpcore_priv deviceThomas Huth2018-07-171-5/+3Star
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* hw/intc/arm_gic.c: Implement GICv2 GICC_DIRPeter Maydell2016-03-041-1/+1
* hw: 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/+13
* hw/cpu/a15mpcore: Wire up hyp and secure physical timer interruptsPeter Maydell2015-08-131-7/+14
* Introduce gic_class_name() instead of repeating conditionPavel Fedin2015-08-131-6/+2Star
* a15mpcore: Prepare for QOM embeddingAndreas Färber2013-11-051-20/+1Star
* a15mpcore: Convert to QOM realizeAndreas Färber2013-11-051-8/+12
* a15mpcore: Embed GICStateAndreas Färber2013-11-051-15/+24
* a15mpcore: Split off instance_initAndreas Färber2013-11-051-3/+10
* a15mpcore: Use qemu_get_cpu() for generic timersAndreas Färber2013-09-031-3/+2Star
* hw/cpu/a15mpcore: Wire generic timer outputs to GIC inputsPeter Maydell2013-08-201-0/+18
* cpu/a15mpcore: QOM cast cleanupAndreas Färber2013-07-291-4/+11
* hw/cpu/a15mpcore: Correct default value for num-irqPeter Maydell2013-07-151-2/+2
* hw/c*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+2
* 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/+114