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