summaryrefslogtreecommitdiffstats
path: root/hw/cpu
Commit message (Expand)AuthorAgeFilesLines
* 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
* cpu/a9mpcore: reorder operations/declarationsPeter Crosthwaite2013-12-101-14/+14
* cpu/a9mpcore: rename timerbusdev variablePeter Crosthwaite2013-12-101-4/+4
* arm11mpcore: Split off RealView MPCoreAndreas Färber2013-11-053-121/+140
* arm11mpcore: Prepare for QOM embeddingAndreas Färber2013-11-051-26/+1Star
* arm11mpcore: Convert mpcore_rirq_state to QOM realizeAndreas Färber2013-11-051-14/+44
* arm11mpcore: Convert ARM11MPCorePriveState to QOM realizeAndreas Färber2013-11-051-28/+56
* arm11mpcore: Split off SCU deviceAndreas Färber2013-11-051-51/+14Star
* arm11mpcore: Create container MemoryRegion in instance_initAndreas Färber2013-11-051-3/+11
* arm11mpcore: Drop unused fieldsAndreas Färber2013-11-051-2/+0Star
* arm11mpcore: Fix typo in MemoryRegion nameAndreas Färber2013-11-051-1/+1
* 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