1. 9b990ee tcg: Add CPUState cflags_next_tb by Richard Henderson · 7 years ago
  2. 8301ea4 qom/cpu: move cpu_model null check to cpu_class_by_name() by Philippe Mathieu-Daudé · 7 years ago
  3. 4482e05 cpu: make cpu_generic_init() abort QEMU on error by Igor Mammedov · 7 years ago
  4. 3c72234 qom: cpus: split cpu_generic_init() on feature parsing and cpu creation parts by Igor Mammedov · 7 years ago
  5. ed86012 boards.h: Define new flag ignore_memory_transaction_failures by Peter Maydell · 7 years ago
  6. 3e2cf18 qom: cpu: fix parsed feature string length by Igor Mammedov · 8 years ago
  7. 5ce46cb cpu: cpu_by_arch_id() helper by Eduardo Habkost · 8 years ago
  8. cde0a63 Revert "cpu: add APIs to allocate/free CPU environment" by Michael S. Tsirkin · 8 years ago
  9. e2a7f28 cpu: add APIs to allocate/free CPU environment by Michael S. Tsirkin · 8 years ago
  10. d01c05c trace: Allocate cpu->trace_dstate in place by Lluís Vilanova · 8 years ago
  11. c7e002c cpu: Convert to DEFINE_PROP_LINK by Fam Zheng · 8 years ago
  12. 290dae4 cpu: move interrupt handling out of translate-common.c by Paolo Bonzini · 8 years ago
  13. 2cd5394 cpu: Introduce a wrapper for tlb_flush() that can be used in common code by Thomas Huth · 8 years ago
  14. f3ced3c tcg: consistently access cpu->tb_jmp_cache atomically by Emilio G. Cota · 8 years ago
  15. e90f2a8 qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable by Eduardo Habkost · 8 years ago
  16. 5651743 trace: add sanity check by Anthony Xu · 8 years ago
  17. 30f3dda Merge branch 'icount-update' into HEAD by Paolo Bonzini · 8 years ago
  18. 8d04fb5 tcg: drop global lock during TCG code execution by Jan Kiszka · 8 years ago
  19. 1aab16c cpu-exec: unify icount_decr and tcg_exit_req by Paolo Bonzini · 8 years ago
  20. c86f106 report guest crash information in GUEST_PANICKED event by Anton Nefedov · 8 years ago
  21. 4061200 arm: Correctly handle watchpoints for BE32 CPUs by Julian Brown · 8 years ago
  22. 0ab8ed1 trace: switch to modular code generation for sub-directories by Daniel P. Berrange · 8 years ago
  23. ba31cc7 Introduce DEVICE_CATEGORY_CPU for CPU devices by Thomas Huth · 8 years ago
  24. 598cf1c Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 8 years ago
  25. b394662 kvm: move cpu synchronization code by Vincent Palatin · 8 years ago
  26. ab4b927 Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging by Peter Maydell · 8 years ago
  27. 82e95ec trace: Fix dynamic event state on vCPU hot-unplug by Lluís Vilanova · 8 years ago
  28. ba7d3d1 cpu_common_reset: wrap TCG specific code in tcg_enabled() by Alex Bennée · 8 years ago
  29. 1f5c00c qom/cpu: move tlb_flush to cpu_common_reset by Alex Bennée · 8 years ago
  30. 7bbc124 exec: call cpu_exec_exit() from a CPU unrealize common function by Laurent Vivier · 8 years ago
  31. 39e329e exec: split cpu_exec_init() by Laurent Vivier · 8 years ago
  32. b7d4895 trace: dynamically allocate trace_dstate in CPUState by Daniel P. Berrange · 8 years ago
  33. 027d9a7 cpu: atomically modify cpu->exit_request by Alex Bennée · 8 years ago
  34. ce7cf6a qom/cpu: atomically clear the tb_jmp_cache by Alex Bennée · 8 years ago
  35. 2cc2d08 trace: Add event "guest_cpu_reset" by Lluís Vilanova · 8 years ago
  36. 2bfe11c trace: Properly initialize dynamic event states in hot-plugged vCPUs by Lluís Vilanova · 8 years ago
  37. fa5376d linux-user-i386: Fix crash on cpuid by Marc-André Lureau · 8 years ago
  38. a07f953 exec: Set cpu_index only if it's not been explictly set by Igor Mammedov · 9 years ago
  39. 4815185 trace: Add per-vCPU tracing states for events with the 'vcpu' property by Lluís Vilanova · 9 years ago
  40. 6aff24c pc: Parse CPU features only once by Igor Mammedov · 9 years ago
  41. 09f71b0 arm: virt: Parse cpu_model only once by Igor Mammedov · 9 years ago
  42. 62a48a2 cpu: Use CPUClass->parse_features() as convertor to global properties by Igor Mammedov · 9 years ago
  43. 3213525 tcg: Remove needless CPUState::current_tb by Sergey Fedorov · 9 years ago
  44. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  45. 1ef26b1 cpu: Clean up includes by Peter Maydell · 9 years ago
  46. 568496c cpu: Add callback to check architectural watchpoint match by Sergey Fedorov · 9 years ago
  47. 508127e log: do not unnecessarily include qom/cpu.h by Paolo Bonzini · 9 years ago
  48. b09afd5 dump: qemunotes aren't commonly needed by Andrew Jones · 9 years ago
  49. bac05aa cpu: Add crash_occurred flag into CPUState by Andrey Smetanin · 10 years ago
  50. 376692b cpus: protect work list with work_mutex by Paolo Bonzini · 10 years ago
  51. ab096a7 tcg: synchronize cpu->exit_request and cpu->tcg_exit_req accesses by Paolo Bonzini · 10 years ago
  52. 414b15c exec: drop cpu_can_do_io, just read cpu->can_do_io by Paolo Bonzini · 10 years ago
  53. b7bca73 cpu: Convert cpu_index into a bitmap by Bharata B Rao · 10 years ago
  54. 7c39163 cpu: Initialize breakpoint/watchpoint lists in cpu_common_initfn() by Eduardo Habkost · 10 years ago
  55. fbe95bf qom: Fix warning from Sparse by Stefan Weil · 10 years ago
  56. 565f65d error: Use error_report_err() where appropriate by Markus Armbruster · 10 years ago
  57. f9d8f66 cpu: initialize cpu->exception_index on reset by Paolo Bonzini · 10 years ago
  58. fcd702e qom/cpu: remove the unused CPU hot-plug notifier by Gu Zheng · 10 years ago
  59. 9585db6 qom: Add cpu_exec_interrupt hook by Richard Henderson · 10 years ago
  60. cffe7b3 qom: Add cpu_exec_enter and cpu_exec_exit hooks by Richard Henderson · 10 years ago
  61. 86025ee cpu-exec: Make debug_excp_handler a QOM CPU method by Peter Maydell · 10 years ago
  62. bf7663c cpu: introduce CPUClass::virtio_is_big_endian() by Greg Kurz · 11 years ago
  63. 8cd7043 cpu: Move tb_jmp_cache field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  64. 28ecfd7 cpu: Move icount_decr field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  65. efee734 cpu: Move icount_extra field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  66. 99df7dc cpu: Move can_do_io field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  67. 93afead cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  68. 9262685 cpu: Factor out cpu_generic_init() by Andreas Färber · 11 years ago
  69. 1590bbc cpu: Implement CPUClass::parse_features() for the rest of CPUs by Andreas Färber · 11 years ago
  70. 8c2e1b0 cpu: Turn cpu_has_work() into a CPUClass hook by Andreas Färber · 12 years ago
  71. 9d11118 cpu: Don't clear cpu->exit_request on reset by Edgar E. Iglesias · 11 years ago
  72. ffa9571 cpu: Document why cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  73. efec3dd qdev: Replace no_user by cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  74. 97577fd cpu: Move cpu state syncs up into cpu_dump_state() by James Hogan · 12 years ago
  75. 38fcbd3 cpu: Replace qemu_for_each_cpu() by Andreas Färber · 12 years ago
  76. 35143f0 gdbstub: Fix gdb_register_coprocessor() register counting by Andreas Färber · 12 years ago
  77. 14a10fc cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState" 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. 91b1df8 cpu: Move reset logging to CPUState by Andreas Färber · 12 years ago
  81. c643bed cpu: Change qemu_init_vcpu() argument to CPUState by Andreas Färber · 12 years ago
  82. 878096e cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks by Andreas Färber · 12 years ago
  83. 60a3e17 cpu: Change cpu_exit() argument to CPUState by Andreas Färber · 12 years ago
  84. 6db297e cpu: Change default for CPUClass::get_paging_enabled() by Andreas Färber · 12 years ago
  85. a23bbfd cpu: Turn cpu_get_memory_mapping() into a CPUState hook by Andreas Färber · 12 years ago
  86. 444d559 cpu: Turn cpu_paging_enabled() into a CPUState hook by Andreas Färber · 12 years ago
  87. c72bf46 cpu: Move cpu_write_elfXX_note() functions to CPUState by Jens Freimann · 12 years ago
  88. 69e5ff0 cpu: Add helper cpu_exists(), to check if CPU with specified id exists by Igor Mammedov · 12 years ago
  89. 997395d cpu: Introduce get_arch_id() method and override it for X86CPU by Igor Mammedov · 12 years ago
  90. 066e9b2 cpu: Introduce CPU hot-plug notifier by Igor Mammedov · 12 years ago
  91. 6afb472 cpu: Resume CPU from DeviceClass::realize() if hot-plugged by Igor Mammedov · 12 years ago
  92. 13eed94 cpu: Call cpu_synchronize_post_init() from DeviceClass::realize() by Igor Mammedov · 12 years ago
  93. d8ed887 exec: Pass CPUState to cpu_reset_interrupt() by Andreas Färber · 12 years ago
  94. 259186a cpu: Move halted and interrupt_request fields to CPUState by Andreas Färber · 12 years ago
  95. d77953b cpu: Move current_tb field to CPUState by Andreas Färber · 12 years ago
  96. fcd7d00 cpu: Move exit_request field to CPUState by Andreas Färber · 12 years ago
  97. 4f65809 cpu: Prepare QOM realizefn by Andreas Färber · 12 years ago
  98. 2b8c275 cpu: Add model resolution support to CPUClass by Andreas Färber · 12 years ago
  99. 961f839 cpu: Change parent type to Device by Eduardo Habkost · 12 years ago
  100. 14cccb6 qom: move include files to include/qom/ by Paolo Bonzini · 12 years ago