1. 376692b cpus: protect work list with work_mutex by Paolo Bonzini · 10 years ago
  2. e0c3821 tcg: signal-free qemu_cpu_kick by Paolo Bonzini · 9 years ago
  3. f240eb6 remove qemu/tls.h by Paolo Bonzini · 9 years ago
  4. 414b15c exec: drop cpu_can_do_io, just read cpu->can_do_io by Paolo Bonzini · 10 years ago
  5. 37b9de4 disas: QOMify target specific setup by Peter Crosthwaite · 10 years ago
  6. 2991b89 cpu: Add wrapper for the set_pc() hook by Peter Crosthwaite · 10 years ago
  7. b7bca73 cpu: Convert cpu_index into a bitmap by Bharata B Rao · 10 years ago
  8. 8487d12 cpus: Add a macro to walk CPUs in reverse by Bharata B Rao · 10 years ago
  9. a3590da qom: Don't pass string table to object_get_enum() function by Daniel P. Berrange · 10 years ago
  10. a8e3fbe qom: Add an object_property_add_enum() helper function by Daniel P. Berrange · 10 years ago
  11. 2e4450f qom: Make enum string tables const-correct by Daniel P. Berrange · 10 years ago
  12. a31bdae qom: Add object_new_with_props() / object_new_withpropv() helpers by Daniel P. Berrange · 10 years ago
  13. bc2256c qom: Add helper function for getting user objects root by Daniel P. Berrange · 10 years ago
  14. fb9e7e3 qom: add object_property_add_const_link by Paolo Bonzini · 10 years ago
  15. 66b9b43 exec.c: Capture the memory attributes for a watchpoint hit by Peter Maydell · 10 years ago
  16. d6edb15 qom: Add can_be_deleted callback to UserCreatableClass by Lin Ma · 10 years ago
  17. e7ae771 Fix remaining warnings from Sparse (void return) by Stefan Weil · 10 years ago
  18. c08295d cpu: Add missing documentation for some CPUClass methods by Peter Maydell · 10 years ago
  19. 8e099d1 Generalize QOM publishing of date and time from mc146818rtc.c by David Gibson · 10 years ago
  20. 5de0904 Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging by Peter Maydell · 10 years ago
  21. 9d82b5a exec: make iotlb RCU-friendly by Paolo Bonzini · 12 years ago
  22. f824e8e qom: Fix typo, 'my_class_init' -> 'derived_class_init' by Zhoujian · 10 years ago
  23. 8074264 qom: Add description field in ObjectProperty struct by Gonglei · 10 years ago
  24. 2472b6c gdbstub: Allow target CPUs to specify watchpoint STOP_BEFORE_ACCESS flag by Peter Maydell · 10 years ago
  25. 9585db6 qom: Add cpu_exec_interrupt hook by Richard Henderson · 10 years ago
  26. cffe7b3 qom: Add cpu_exec_enter and cpu_exec_exit hooks by Richard Henderson · 10 years ago
  27. 86025ee cpu-exec: Make debug_excp_handler a QOM CPU method by Peter Maydell · 10 years ago
  28. 0822567 exec.c: Record watchpoint fault address and direction by Peter Maydell · 10 years ago
  29. 05068c0 exec.c: Relax restrictions on watchpoint length and alignment by Peter Maydell · 10 years ago
  30. 64607d0 qom: add a generic mechanism to resolve paths by Paolo Bonzini · 11 years ago
  31. ef7c7ff qom: add object_property_add_alias() by Stefan Hajnoczi · 11 years ago
  32. bf7663c cpu: introduce CPUClass::virtio_is_big_endian() by Greg Kurz · 11 years ago
  33. 1f21772 qom: introduce object_property_get_enum and object_property_get_uint16List by Hu Tao · 11 years ago
  34. 93e2232 softmmu: make do_unaligned_access a method of CPU by Paolo Bonzini · 11 years ago
  35. 0d6d1ab cpu: Avoid QOM casts for CPU() by Andreas Färber · 11 years ago
  36. d1a1451 Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-2.0' into staging by Peter Maydell · 11 years ago
  37. 39f72ef qom: Add check() argument to object_property_add_link() by Stefan Hajnoczi · 11 years ago
  38. 7e4fb26 cpu: Move tcg_exit_req to the end of CPUState by Richard Henderson · 11 years ago
  39. 9561fda qom: Make QOM link property unref optional by Stefan Hajnoczi · 11 years ago
  40. a47dddd exec: Change cpu_abort() argument to CPUState by Andreas Färber · 11 years ago
  41. b3310ab exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argument by Andreas Färber · 11 years ago
  42. 75a3403 exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argument by Andreas Färber · 11 years ago
  43. f0c3c50 cpu: Move breakpoints field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  44. ff4700b cpu: Move watchpoint fields from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  45. 0429a97 cpu: Move opaque field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  46. 2710342 cpu: Move exception_index field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  47. 6f03bef cpu: Move jmp_env field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  48. 8cd7043 cpu: Move tb_jmp_cache field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  49. 28ecfd7 cpu: Move icount_decr field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  50. efee734 cpu: Move icount_extra field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  51. 99df7dc cpu: Move can_do_io field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  52. 93afead cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  53. 7510454 cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook by Andreas Färber · 11 years ago
  54. 9262685 cpu: Factor out cpu_generic_init() by Andreas Färber · 11 years ago
  55. 94a444b cpu: Introduce CPUClass::parse_features() hook by Andreas Färber · 11 years ago
  56. 8c2e1b0 cpu: Turn cpu_has_work() into a CPUClass hook by Andreas Färber · 11 years ago
  57. 11f590b object: add object_get_canonical_path_component() by Stefan Hajnoczi · 11 years ago
  58. b5ba1cc dump: const-qualify the buf of WriteCoreDumpFunction by qiaonuohan · 11 years ago
  59. 0b7593e qapi: Add human mode to StringOutputVisitor by Paolo Bonzini · 11 years ago
  60. 09daed8 cpu: Add per-cpu address space by Edgar E. Iglesias · 11 years ago
  61. 269e09f add optional 2nd stage initialization to -object/object-add commands by Igor Mammedov · 11 years ago
  62. b061dc4 qom: Do not register interface "types" in the type table and fix names by Paolo Bonzini · 11 years ago
  63. 0ab4c94 qom: Split out object and class caches by Peter Crosthwaite · 11 years ago
  64. a25ebca qom: Fix pointer to int property helpers' documentation by Michael S. Tsirkin · 11 years ago
  65. e732ea6 qom: add pointer to int property helpers by Michael S. Tsirkin · 11 years ago
  66. e82df24 qom: cleanup struct Error references by Michael S. Tsirkin · 11 years ago
  67. 008e056 cleanup object.h: include error.h directly by Igor Mammedov · 11 years ago
  68. aaa6a40 Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging by Anthony Liguori · 11 years ago
  69. 38fcbd3 cpu: Replace qemu_for_each_cpu() by Andreas Färber · 12 years ago
  70. bdc4464 cpu: Use QTAILQ for CPU list by Andreas Färber · 12 years ago
  71. 5b9237f qom: Assert instance size in object_initialize_with_type() by Andreas Färber · 11 years ago
  72. 213f0c4 qom: Pass available size to object_initialize() by Andreas Färber · 12 years ago
  73. 53caad9 qom: Fix object_initialize_with_type() argument name in documentation by Andreas Färber · 12 years ago
  74. 7039291 object: Fix typo in qom/object.h by Peter Chubb · 12 years ago
  75. 8231c2d qom: Introduce instance_post_init hook by Eduardo Habkost · 12 years ago
  76. 35143f0 gdbstub: Fix gdb_register_coprocessor() register counting by Andreas Färber · 12 years ago
  77. 5b24c64 cpu: Introduce CPUClass::gdb_core_xml_file for GDB_CORE_XML by Andreas Färber · 12 years ago
  78. 5b50e79 cpu: Introduce CPUClass::gdb_{read,write}_register() by Andreas Färber · 12 years ago
  79. a0e372f cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regs by Andreas Färber · 12 years ago
  80. eac8b35 cpu: Move gdb_regs field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  81. f3659ee cpu: Introduce CPUClass::memory_rw_debug() for target_memory_rw_debug() by Andreas Färber · 12 years ago
  82. 00b941e cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook by Andreas Färber · 12 years ago
  83. 3825b28 cpu: Change cpu_single_step() argument to CPUState by Andreas Färber · 12 years ago
  84. ed2803d cpu: Move singlestep_enabled field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  85. bdf7ae5 cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb() by Andreas Färber · 12 years ago
  86. f45748f cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc() by Andreas Färber · 12 years ago
  87. 577f42c cpu: Introduce vaddr type by Andreas Färber · 12 years ago
  88. 3c02270 Introduce async_run_on_cpu() by Chegu Vinod · 12 years ago
  89. 91b1df8 cpu: Move reset logging to CPUState by Andreas Färber · 12 years ago
  90. 182735e cpu: Make first_cpu and next_cpu CPUState by Andreas Färber · 12 years ago
  91. 4917cf4 cpu: Replace cpu_single_env with CPUState current_cpu by Andreas Färber · 12 years ago
  92. c658b94 cpu: Turn cpu_unassigned_access() into a CPUState hook by Andreas Färber · 12 years ago
  93. c643bed cpu: Change qemu_init_vcpu() argument to CPUState by Andreas Färber · 12 years ago
  94. 878096e cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks by Andreas Färber · 12 years ago
  95. 60a3e17 cpu: Change cpu_exit() argument to CPUState by Andreas Färber · 12 years ago
  96. 1a1562f cpu: Introduce VMSTATE_CPU() macro for CPUState by Andreas Färber · 12 years ago
  97. 19e3835 cpu: Introduce device_class_set_vmsd() helper by Andreas Färber · 12 years ago
  98. 76d5f02 cpu: Fix cpu_class_set_vmsd() documentation by Andreas Färber · 12 years ago
  99. a23bbfd cpu: Turn cpu_get_memory_mapping() into a CPUState hook by Andreas Färber · 12 years ago
  100. 444d559 cpu: Turn cpu_paging_enabled() into a CPUState hook by Andreas Färber · 12 years ago