aboutsummaryrefslogtreecommitdiff
path: root/hw/cpu
AgeCommit message (Expand)Author
2019-01-07hw/cpu: introduce CPU clustersLuc Michel
2018-08-24hw/cpu/a15mpcore: If CPU has EL2, enable it on the GIC and wire it upPeter Maydell
2018-07-17hw/*/realview: Fix introspection problem with 'realview_mpcore' & 'realview_gic'Thomas Huth
2018-07-17hw/cpu/arm11mpcore: Fix introspection problem with 'arm11mpcore_priv'Thomas Huth
2018-07-17hw/cpu/a9mpcore: Fix introspection problems with the "a9mpcore_priv" deviceThomas Huth
2018-07-17hw/cpu/a15mpcore: Fix introspection problem with the a15mpcore_priv deviceThomas Huth
2017-12-18hw: use "qemu/osdep.h" as first #include in source filesPhilippe Mathieu-Daudé
2017-08-02cpu: don't allow negative core idLaurent Vivier
2017-06-09hw/cpu: core.c can be compiled as common objectThomas Huth
2017-01-27Introduce DEVICE_CATEGORY_CPU for CPU devicesThomas Huth
2016-06-17cpu: Abstract CPU core typeBharata B Rao
2016-05-19explicitly include qom/cpu.hPaolo Bonzini
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
2016-01-29arm devices: Clean up includesPeter Maydell
2015-10-02icc_bus: drop the unused filesZhu Guihua
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
2014-11-03icc_bus: fix typo ICC_BRIGDE -> ICC_BRIDGEZhu Guihua
2014-10-15target-i386: ICC bus: Drop BusState::allow_hotplugIgor Mammedov
2013-12-24icc_bus: QOM'ify ICCxiaoqiang zhao
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-05arm11mpcore: Split off RealView MPCoreAndreas Färber
2013-11-05arm11mpcore: Prepare for QOM embeddingAndreas Färber
2013-11-05arm11mpcore: Convert mpcore_rirq_state to QOM realizeAndreas Färber
2013-11-05arm11mpcore: Convert ARM11MPCorePriveState to QOM realizeAndreas Färber
2013-11-05arm11mpcore: Split off SCU deviceAndreas Färber
2013-11-05arm11mpcore: Create container MemoryRegion in instance_initAndreas Färber
2013-11-05arm11mpcore: Drop unused fieldsAndreas Färber
2013-11-05arm11mpcore: Fix typo in MemoryRegion nameAndreas Färber
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-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-09-03Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori
2013-09-03a15mpcore: Use qemu_get_cpu() for generic timersAndreas Färber
2013-08-30qdev: Pass size to qbus_create_inplace()Andreas Färber
2013-08-20default-configs: Fix A9MP and A15MP config namesPeter Maydell
2013-08-20hw/cpu/a15mpcore: Wire generic timer outputs to GIC inputsPeter Maydell