- 0b47ec4 cpu/core: Fix "help" of CPU core device types by Greg Kurz · 4 years ago
- 2decc51 cpu/core: Register core-id and nr-threads as class properties by Eduardo Habkost · 4 years, 6 months ago
- efba159 qom: simplify object_find_property / object_class_find_property by Daniel P. Berrangé · 4 years, 6 months ago
- 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 6 months ago
- 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 7 months ago
- db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 6 months ago
- 8cbd461 hw/cpu/a9mpcore: Verify the machine use Cortex-A9 cores by Philippe Mathieu-Daudé · 4 years, 8 months ago
- cff3c5d meson: convert hw/cpu by Marc-André Lureau · 6 years ago
- 668f62e error: Eliminate error_propagate() with Coccinelle, part 1 by Markus Armbruster · 4 years, 8 months ago
- 62a35aa qapi: Use returned bool to check for failure, Coccinelle part by Markus Armbruster · 4 years, 8 months ago
- 118bfd7 qdev: Use returned bool to check for qdev_realize() etc. failure by Markus Armbruster · 4 years, 8 months ago
- 5a147c8 sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 3 by Markus Armbruster · 4 years, 9 months ago
- db873cc sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2 by Markus Armbruster · 4 years, 9 months ago
- d262312 qom: Drop parameter @errp of object_property_add() & friends by Markus Armbruster · 4 years, 10 months ago
- 25f1d9f cpu/arm11mpcore: Set number of GIC priority bits to 4 by Sai Pavan Boddu · 5 years ago
- b3df30a cpu/a9mpcore: Set number of GIC priority bits to 5 by Sai Pavan Boddu · 5 years ago
- 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
- 2e5b09f hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ by Markus Armbruster · 6 years ago
- a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
- 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 6 years ago
- 5cc8767 general: Replace global smp variables with smp machine properties by Like Xu · 6 years ago
- 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
- 82f5181 kconfig: introduce kconfig files by Paolo Bonzini · 6 years ago
- dab864d hw/cpu/cluster: Mark the cpu-cluster device with user_creatable = false by Thomas Huth · 6 years ago
- 7ea7b9a qom/cpu: Add cluster_index to CPUState by Peter Maydell · 6 years ago
- 335d52f hw/cpu: introduce CPU clusters by Luc Michel · 6 years ago
- ba3287d hw/cpu/a15mpcore: If CPU has EL2, enable it on the GIC and wire it up by Peter Maydell · 7 years ago
- 32db1b5 hw/*/realview: Fix introspection problem with 'realview_mpcore' & 'realview_gic' by Thomas Huth · 7 years ago
- b2bc349 hw/cpu/arm11mpcore: Fix introspection problem with 'arm11mpcore_priv' by Thomas Huth · 7 years ago
- 2ba486e hw/cpu/a9mpcore: Fix introspection problems with the "a9mpcore_priv" device by Thomas Huth · 7 years ago
- fd31701 hw/cpu/a15mpcore: Fix introspection problem with the a15mpcore_priv device by Thomas Huth · 7 years ago
- e9808d0 hw: use "qemu/osdep.h" as first #include in source files by Philippe Mathieu-Daudé · 7 years ago
- be2960b cpu: don't allow negative core id by Laurent Vivier · 8 years ago
- 3b95410 hw/cpu: core.c can be compiled as common object by Thomas Huth · 8 years ago
- ba31cc7 Introduce DEVICE_CATEGORY_CPU for CPU devices by Thomas Huth · 8 years ago
- f1020c2 cpu: Abstract CPU core type by Bharata B Rao · 9 years ago
- 7d0c99a explicitly include qom/cpu.h by Paolo Bonzini · 9 years ago
- da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
- a55c910 hw/intc/arm_gic.c: Implement GICv2 GICC_DIR by Peter Maydell · 9 years ago
- 0430891 hw: Clean up includes by Peter Maydell · 9 years ago
- 17b7f2d arm devices: Clean up includes by Peter Maydell · 9 years ago
- dfeb867 icc_bus: drop the unused files by Zhu Guihua · 10 years ago
- 6533a1f hw/cpu/{a15mpcore, a9mpcore}: Handle missing has_el3 CPU props gracefully by Edgar E. Iglesias · 10 years ago
- 4182bbb hw/cpu/{a15mpcore, a9mpcore}: enable TrustZone in GIC if it is enabled in CPUs by Peter Maydell · 10 years ago
- 5dfaa75 hw/cpu/a15mpcore: Wire up hyp and secure physical timer interrupts by Peter Maydell · 10 years ago
- e6fbcbc Introduce gic_class_name() instead of repeating condition by Pavel Fedin · 10 years ago
- 3a0614c icc_bus: fix typo ICC_BRIGDE -> ICC_BRIDGE by Zhu Guihua · 10 years ago
- c32e36f target-i386: ICC bus: Drop BusState::allow_hotplug by Igor Mammedov · 10 years ago
- 494c271 icc_bus: QOM'ify ICC by xiaoqiang zhao · 11 years ago
- 57e72f2 cpu/a9mpcore: Add Global Timer by François LEGAL · 11 years ago
- 4c25f36 cpu/a9mpcore: reorder operations/declarations by Peter Crosthwaite · 11 years ago
- d3053e6 cpu/a9mpcore: rename timerbusdev variable by Peter Crosthwaite · 11 years ago
- 9c219b7 arm11mpcore: Split off RealView MPCore by Andreas Färber · 12 years ago
- 7b960dc arm11mpcore: Prepare for QOM embedding by Andreas Färber · 12 years ago
- 306476e arm11mpcore: Convert mpcore_rirq_state to QOM realize by Andreas Färber · 12 years ago
- 08602ac arm11mpcore: Convert ARM11MPCorePriveState to QOM realize by Andreas Färber · 12 years ago
- 53cb9a1 arm11mpcore: Split off SCU device by Andreas Färber · 12 years ago
- 2c42c3a arm11mpcore: Create container MemoryRegion in instance_init by Andreas Färber · 12 years ago
- 21ebaf1 arm11mpcore: Drop unused fields by Andreas Färber · 12 years ago
- 4c14253 arm11mpcore: Fix typo in MemoryRegion name by Andreas Färber · 12 years ago
- 43482f7 a15mpcore: Prepare for QOM embedding by Andreas Färber · 12 years ago
- 7c76a48 a15mpcore: Convert to QOM realize by Andreas Färber · 12 years ago
- 524a2d8 a15mpcore: Embed GICState by Andreas Färber · 12 years ago
- b9ed148 a15mpcore: Split off instance_init by Andreas Färber · 12 years ago
- de4c2dc a9mpcore: Prepare for QOM embedding by Andreas Färber · 12 years ago
- 837cf10 a9mpcore: Convert to QOM realize by Andreas Färber · 12 years ago
- eb110bd a9mpcore: Embed ARMMPTimerState by Andreas Färber · 12 years ago
- fc719d7 a9mpcore: Embed A9SCUState by Andreas Färber · 12 years ago
- 9b5f952 a9mpcore: Embed GICState by Andreas Färber · 12 years ago
- 753bc6e a9mpcore: Split off instance_init by Andreas Färber · 12 years ago
- aaa6a40 Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging by Anthony Liguori · 12 years ago
- 27013bf a15mpcore: Use qemu_get_cpu() for generic timers by Andreas Färber · 12 years ago
- fb17dfe qdev: Pass size to qbus_create_inplace() by Andreas Färber · 12 years ago
- 66aae5e default-configs: Fix A9MP and A15MP config names by Peter Maydell · 12 years ago
- 6033e84 hw/cpu/a15mpcore: Wire generic timer outputs to GIC inputs by Peter Maydell · 12 years ago
- 45c0a67 arm11mpcore: QOM cast cleanups for mpcore_rirq_state by Andreas Färber · 12 years ago
- 56fc028 arm11mpcore: QOM cast cleanups for ARM11MPCorePriveState by Andreas Färber · 12 years ago
- 97da11d cpu/a15mpcore: QOM cast cleanup by Andreas Färber · 12 years ago
- 5126fec cpu/a9mpcore: QOM casting cleanup by Andreas Färber · 12 years ago
- 125ee0e devices: Associate devices to their logical category by Marcel Apfelbaum · 12 years ago
- 5286224 hw/cpu/a15mpcore: Correct default value for num-irq by Peter Maydell · 12 years ago
- 300b1fc hw/c*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
- 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
- 53a89e2 target-i386: Move APIC to ICC bus by Igor Mammedov · 12 years ago
- f0513d2 target-i386: Introduce ICC bus/device/bridge by Igor Mammedov · 12 years ago
- 0434e30 hw: move ARM CPU cores to hw/cpu/, configure with default-configs/ by Paolo Bonzini · 12 years ago
- 1fd6bb4 hw: make subdirectories for devices by Paolo Bonzini · 12 years ago