Age | Commit message (Expand) | Author |
2020-05-15 | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster |
2020-02-28 | cpu/arm11mpcore: Set number of GIC priority bits to 4 | Sai Pavan Boddu |
2020-02-28 | cpu/a9mpcore: Set number of GIC priority bits to 5 | Sai Pavan Boddu |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau |
2019-08-21 | hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ | Markus Armbruster |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster |
2019-07-05 | general: Replace global smp variables with smp machine properties | Like Xu |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-03-07 | kconfig: introduce kconfig files | Paolo Bonzini |
2019-02-06 | hw/cpu/cluster: Mark the cpu-cluster device with user_creatable = false | Thomas Huth |
2019-01-29 | qom/cpu: Add cluster_index to CPUState | Peter Maydell |
2019-01-07 | hw/cpu: introduce CPU clusters | Luc Michel |
2018-08-24 | hw/cpu/a15mpcore: If CPU has EL2, enable it on the GIC and wire it up | Peter Maydell |
2018-07-17 | hw/*/realview: Fix introspection problem with 'realview_mpcore' & 'realview_gic' | Thomas Huth |
2018-07-17 | hw/cpu/arm11mpcore: Fix introspection problem with 'arm11mpcore_priv' | Thomas Huth |
2018-07-17 | hw/cpu/a9mpcore: Fix introspection problems with the "a9mpcore_priv" device | Thomas Huth |
2018-07-17 | hw/cpu/a15mpcore: Fix introspection problem with the a15mpcore_priv device | Thomas Huth |
2017-12-18 | hw: use "qemu/osdep.h" as first #include in source files | Philippe Mathieu-Daudé |
2017-08-02 | cpu: don't allow negative core id | Laurent Vivier |
2017-06-09 | hw/cpu: core.c can be compiled as common object | Thomas Huth |
2017-01-27 | Introduce DEVICE_CATEGORY_CPU for CPU devices | Thomas Huth |
2016-06-17 | cpu: Abstract CPU core type | Bharata B Rao |
2016-05-19 | explicitly include qom/cpu.h | Paolo Bonzini |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-03-04 | hw/intc/arm_gic.c: Implement GICv2 GICC_DIR | Peter Maydell |
2016-01-29 | hw: Clean up includes | Peter Maydell |
2016-01-29 | arm devices: Clean up includes | Peter Maydell |
2015-10-02 | icc_bus: drop the unused files | Zhu Guihua |
2015-09-14 | hw/cpu/{a15mpcore, a9mpcore}: Handle missing has_el3 CPU props gracefully | Edgar E. Iglesias |
2015-09-08 | hw/cpu/{a15mpcore, a9mpcore}: enable TrustZone in GIC if it is enabled in CPUs | Peter Maydell |
2015-08-13 | hw/cpu/a15mpcore: Wire up hyp and secure physical timer interrupts | Peter Maydell |
2015-08-13 | Introduce gic_class_name() instead of repeating condition | Pavel Fedin |
2014-11-03 | icc_bus: fix typo ICC_BRIGDE -> ICC_BRIDGE | Zhu Guihua |
2014-10-15 | target-i386: ICC bus: Drop BusState::allow_hotplug | Igor Mammedov |
2013-12-24 | icc_bus: QOM'ify ICC | xiaoqiang zhao |
2013-12-10 | cpu/a9mpcore: Add Global Timer | François LEGAL |
2013-12-10 | cpu/a9mpcore: reorder operations/declarations | Peter Crosthwaite |
2013-12-10 | cpu/a9mpcore: rename timerbusdev variable | Peter Crosthwaite |
2013-11-05 | arm11mpcore: Split off RealView MPCore | Andreas Färber |
2013-11-05 | arm11mpcore: Prepare for QOM embedding | Andreas Färber |
2013-11-05 | arm11mpcore: Convert mpcore_rirq_state to QOM realize | Andreas Färber |
2013-11-05 | arm11mpcore: Convert ARM11MPCorePriveState to QOM realize | Andreas Färber |
2013-11-05 | arm11mpcore: Split off SCU device | Andreas Färber |
2013-11-05 | arm11mpcore: Create container MemoryRegion in instance_init | Andreas Färber |
2013-11-05 | arm11mpcore: Drop unused fields | Andreas Färber |
2013-11-05 | arm11mpcore: Fix typo in MemoryRegion name | Andreas Färber |
2013-11-05 | a15mpcore: Prepare for QOM embedding | Andreas Färber |
2013-11-05 | a15mpcore: Convert to QOM realize | Andreas Färber |
2013-11-05 | a15mpcore: Embed GICState | Andreas Färber |