aboutsummaryrefslogtreecommitdiff
path: root/hw/cpu
AgeCommit message (Expand)Author
2020-08-24hw/cpu/a9mpcore: Verify the machine use Cortex-A9 coresPhilippe Mathieu-Daudé
2020-08-21meson: convert hw/cpuMarc-André Lureau
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus 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 3Markus Armbruster
2020-06-15sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2Markus Armbruster
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-02-28cpu/arm11mpcore: Set number of GIC priority bits to 4Sai Pavan Boddu
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-07-05general: Replace global smp variables with smp machine propertiesLike Xu
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini
2019-02-06hw/cpu/cluster: Mark the cpu-cluster device with user_creatable = falseThomas Huth
2019-01-29qom/cpu: Add cluster_index to CPUStatePeter Maydell
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