summaryrefslogtreecommitdiffstats
path: root/hw/cpu
Commit message (Expand)AuthorAgeFilesLines
* cpu/core: Fix "help" of CPU core device typesGreg Kurz2021-04-091-2/+8
* cpu/core: Register core-id and nr-threads as class propertiesEduardo Habkost2020-09-221-4/+4
* qom: simplify object_find_property / object_class_find_propertyDaniel P. Berrangé2020-09-222-3/+3
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* hw/cpu/a9mpcore: Verify the machine use Cortex-A9 coresPhilippe Mathieu-Daudé2020-08-241-1/+11
* meson: convert hw/cpuMarc-André Lureau2020-08-212-5/+6
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-105-34/+14Star
* qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-101-4/+2Star
* qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster2020-07-104-24/+12Star
* sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 3Markus Armbruster2020-06-151-3/+2Star
* sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2Markus Armbruster2020-06-154-29/+22Star
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-2/+2
* cpu/arm11mpcore: Set number of GIC priority bits to 4Sai Pavan Boddu2020-02-281-0/+5
* cpu/a9mpcore: Set number of GIC priority bits to 5Sai Pavan Boddu2020-02-281-0/+4
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-245-5/+5
* hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster2019-08-212-2/+2
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-165-0/+5
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-164-0/+4
* general: Replace global smp variables with smp machine propertiesLike Xu2019-07-051-1/+3
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-125-0/+6
* kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+8
* hw/cpu/cluster: Mark the cpu-cluster device with user_creatable = falseThomas Huth2019-02-061-0/+3
* qom/cpu: Add cluster_index to CPUStatePeter Maydell2019-01-291-0/+46
* hw/cpu: introduce CPU clustersLuc Michel2019-01-072-1/+51
* hw/cpu/a15mpcore: If CPU has EL2, enable it on the GIC and wire it upPeter Maydell2018-08-241-3/+28
* hw/*/realview: Fix introspection problem with 'realview_mpcore' & 'realview_gic'Thomas Huth2018-07-171-4/+4
* hw/cpu/arm11mpcore: Fix introspection problem with 'arm11mpcore_priv'Thomas Huth2018-07-171-8/+6Star
* hw/cpu/a9mpcore: Fix introspection problems with the "a9mpcore_priv" deviceThomas Huth2018-07-171-10/+8Star
* hw/cpu/a15mpcore: Fix introspection problem with the a15mpcore_priv deviceThomas Huth2018-07-171-5/+3Star
* hw: use "qemu/osdep.h" as first #include in source filesPhilippe Mathieu-Daudé2017-12-181-0/+1
* cpu: don't allow negative core idLaurent Vivier2017-08-021-0/+5
* hw/cpu: core.c can be compiled as common objectThomas Huth2017-06-091-2/+1Star
* Introduce DEVICE_CATEGORY_CPU for CPU devicesThomas Huth2017-01-271-0/+8
* cpu: Abstract CPU core typeBharata B Rao2016-06-172-0/+89
* explicitly include qom/cpu.hPaolo Bonzini2016-05-191-0/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-224-0/+4
* hw/intc/arm_gic.c: Implement GICv2 GICC_DIRPeter Maydell2016-03-041-1/+1
* hw: Clean up includesPeter Maydell2016-01-291-0/+1
* arm devices: Clean up includesPeter Maydell2016-01-293-0/+3
* icc_bus: drop the unused filesZhu Guihua2015-10-022-119/+0Star
* hw/cpu/{a15mpcore, a9mpcore}: Handle missing has_el3 CPU props gracefullyEdgar E. Iglesias2015-09-142-2/+2
* hw/cpu/{a15mpcore, a9mpcore}: enable TrustZone in GIC if it is enabled in CPUsPeter Maydell2015-09-082-0/+24
* 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
* icc_bus: fix typo ICC_BRIGDE -> ICC_BRIDGEZhu Guihua2014-11-031-2/+2
* target-i386: ICC bus: Drop BusState::allow_hotplugIgor Mammedov2014-10-151-8/+0Star
* icc_bus: QOM'ify ICCxiaoqiang zhao2013-12-241-8/+6Star
* cpu/a9mpcore: Add Global TimerFrançois LEGAL2013-12-101-5/+21