Age | Commit message (Expand) | Author |
2024-01-26 | target/arm: Move GTimer definitions to new 'gtimer.h' header | Philippe Mathieu-Daudé |
2024-01-26 | hw/cpu/a9mpcore: Build it only once | Philippe Mathieu-Daudé |
2024-01-05 | hw/cpu/cluster: Cleanup unused included header in cluster.c | Zhao Liu |
2024-01-05 | hw/cpu/core: Cleanup unused included header in core.c | Zhao Liu |
2023-09-21 | hw/other: spelling fixes | Michael Tokarev |
2023-06-20 | meson: Replace softmmu_ss -> system_ss | Philippe Mathieu-Daudé |
2023-01-16 | hw/cpu: Mark arm11 and realview mpcore as target-independent code | Thomas Huth |
2021-04-09 | cpu/core: Fix "help" of CPU core device types | Greg Kurz |
2020-09-22 | cpu/core: Register core-id and nr-threads as class properties | Eduardo Habkost |
2020-09-22 | qom: simplify object_find_property / object_class_find_property | Daniel P. Berrangé |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost |
2020-08-24 | hw/cpu/a9mpcore: Verify the machine use Cortex-A9 cores | Philippe Mathieu-Daudé |
2020-08-21 | meson: convert hw/cpu | Marc-André Lureau |
2020-07-10 | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster |
2020-07-10 | qapi: Use returned bool to check for failure, Coccinelle part | Markus Armbruster |
2020-07-10 | qdev: Use returned bool to check for qdev_realize() etc. failure | Markus Armbruster |
2020-06-15 | sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 3 | Markus Armbruster |
2020-06-15 | sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2 | Markus Armbruster |
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 |