1. 9f09e18 cpu: Move thread_id to CPUState by Andreas Färber · 13 years ago
  2. f100f0b cpus: Pass CPUState to run_on_cpu() by Andreas Färber · 13 years ago
  3. 3993c6b cpus: Pass CPUState to [qemu_]cpu_has_work() by Andreas Färber · 13 years ago
  4. 509a0d7 cpus: Pass CPUState to qemu_wait_io_event_common() by Andreas Färber · 13 years ago
  5. 6d45b10 cpus: Pass CPUState to flush_queued_work() by Andreas Färber · 13 years ago
  6. c64ca81 cpu: Move queued_work_{first,last} to CPUState by Andreas Färber · 13 years ago
  7. c08d742 cpus: Pass CPUState to qemu_cpu_kick() by Andreas Färber · 13 years ago
  8. e5ab30a cpus: Pass CPUState to qemu_tcg_init_vcpu() by Andreas Färber · 13 years ago
  9. c3586ba cpus: Pass CPUState to qemu_tcg_cpu_thread_fn by Andreas Färber · 13 years ago
  10. f5c121b cpu: Move halt_cond to CPUState by Andreas Färber · 13 years ago
  11. a1fcaa7 cpus: Pass CPUState to cpu_can_run() by Andreas Färber · 13 years ago
  12. 2fa4534 cpus: Pass CPUState to cpu_is_stopped() by Andreas Färber · 13 years ago
  13. f324e76 cpu: Move stopped field to CPUState by Andreas Färber · 13 years ago
  14. 4fdeee7 cpu: Move stop field to CPUState by Andreas Färber · 13 years ago
  15. 61a4621 cpu: Move created field to CPUState by Andreas Färber · 13 years ago
  16. 2ff09a4 cpus: Pass CPUState to qemu_cpu_kick_thread() by Andreas Färber · 13 years ago
  17. 60e8257 cpus: Pass CPUState to qemu_cpu_is_self() by Andreas Färber · 13 years ago
  18. aa723c2 cpus: create qemu_in_vcpu_thread() by Juan Quintela · 13 years ago
  19. 046dbab Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydell/qemu-arm by Aurelien Jarno · 12 years ago
  20. 6fd2a02 cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic by Peter Maydell · 12 years ago
  21. b2532d8 cpu: Add missing 'static' attribute to qemu_global_mutex by Stefan Weil · 12 years ago
  22. e916cbf Drop cpu_list_id macro by Peter Maydell · 13 years ago
  23. 7ae26bd kvm: Decouple 'async interrupt delivery' from 'kernel irqchip' by Peter Maydell · 13 years ago
  24. ee785fe Fixes related to processing of qemu's -numa option by Chegu Vinod · 13 years ago
  25. 216fc9a cpu: Move thread_kicked to CPUState by Andreas Färber · 13 years ago
  26. 814e612 cpu: Move thread field into CPUState by Andreas Färber · 13 years ago
  27. bcba2a7 cpu: Move CPU_COMMON_THREAD into CPUState by Andreas Färber · 13 years ago
  28. ac873f1 cpus.c: Make all_cpu_threads_idle() static by Peter Maydell · 13 years ago
  29. 56b9ead kvm: Drop redundant kvm_enabled from cpu_thread_is_idle by Jan Kiszka · 13 years ago
  30. 8156be5 qtest: add clock management by Paolo Bonzini · 13 years ago
  31. c7f0f3b qtest: add test framework by Anthony Liguori · 13 years ago
  32. 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
  33. d798e97 Allow to use pause_all_vcpus from VCPU context by Jan Kiszka · 13 years ago
  34. 8e564b4 Process pending work while waiting for initial kick-off in TCG mode by Jan Kiszka · 13 years ago
  35. 5207a5e Remove useless casts from cpu iterators by Jan Kiszka · 13 years ago
  36. e479c20 kvm: Set cpu_single_env only once by Jan Kiszka · 13 years ago
  37. 02c0919 apic: Inject external NMI events via LINT1 by Jan Kiszka · 13 years ago
  38. a7d64dd cleanup, Remove duplicated code by Lai Jiangshan · 13 years ago
  39. 1ecf47b fix win32 build by Paolo Bonzini · 13 years ago
  40. 9423a2e Merge remote-tracking branch 'stefanha/trivial-patches-next' into staging by Anthony Liguori · 13 years ago
  41. cf21871 qemu-thread: add API for joinable threads by Jan Kiszka · 13 years ago
  42. ab49ab5 qapi: Convert inject-nmi by Luiz Capitulino · 13 years ago
  43. 6d3962b qapi: Convert pmemsave by Luiz Capitulino · 13 years ago
  44. 0cfd6a9 qapi: Convert memsave by Luiz Capitulino · 13 years ago
  45. 3a93113 fix typo: delete redundant semicolon by Dong Xu Wang · 13 years ago
  46. eb5d5be Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 13 years ago
  47. 922453b block: convert qemu_aio_flush() calls to bdrv_drain_all() by Stefan Hajnoczi · 13 years ago
  48. 07f3507 fix spelling in main directory by Dong Xu Wang · 13 years ago
  49. 47113ab reenable vm_clock when resuming all vcpus by Wen Congyang · 13 years ago
  50. bdb7ca6 Simplify cpu_exec_all to tcg_exec_all by Jan Kiszka · 13 years ago
  51. de0b36b qapi: Convert query-cpus by Luiz Capitulino · 13 years ago
  52. 9943590 simplify main loop functions by Paolo Bonzini · 14 years ago
  53. d3b12f5 main-loop: create main-loop.c by Paolo Bonzini · 14 years ago
  54. 44a9b35 main-loop: create main-loop.h by Paolo Bonzini · 14 years ago
  55. a5c57d6 qemu-timer: do not refer to runstate_is_running() by Paolo Bonzini · 14 years ago
  56. 946fb27 qemu-timer: move icount to cpus.c by Paolo Bonzini · 14 years ago
  57. 8a9236f runstate: Allow user to migrate twice by Luiz Capitulino · 13 years ago
  58. c8af89a Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 13 years ago
  59. e1d3b25 block: avoid SIGUSR2 by Frediano Ziglio · 14 years ago
  60. 1354869 Drop the vm_running global variable by Luiz Capitulino · 14 years ago
  61. f5bbfba RunState: Add additional states by Luiz Capitulino · 14 years ago
  62. 1dfb4dd Replace the VMSTOP macros with a proper state type by Luiz Capitulino · 14 years ago
  63. 12d4536 main: force enabling of I/O thread by Anthony Liguori · 14 years ago
  64. fa7d186 Replace qemu_system_cond with VCPU stop mechanism by Jan Kiszka · 14 years ago
  65. eae74cf Do not kick vcpus in TCG mode by Jan Kiszka · 14 years ago
  66. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  67. 46daff1 iothread: replace fair_mutex with a condition variable by Paolo Bonzini · 14 years ago
  68. 89b9ba6 Fix signal handling of SIG_IPI when io-thread is enabled by Alexandre Raymond · 14 years ago
  69. 5664aed Fix signal handling when io-thread is disabled by Alexandre Raymond · 14 years ago
  70. bb820c0 Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 14 years ago
  71. 2b41f10 Remove exec-all.h include directives by Blue Swirl · 14 years ago
  72. 0ff0fc1 Do not include compatfd for WIN32 by Jan Kiszka · 14 years ago
  73. 77bec68 Fix typo in cpus.c by Alexandre Raymond · 14 years ago
  74. c235d73 Command line support for altering the log file location by Matthew Fernandez · 14 years ago
  75. cb842c9 qemu_next_deadline should not consider host-time timers by Paolo Bonzini · 14 years ago
  76. ab33fcd enable vm_clock to "warp" in the iothread+icount case by Paolo Bonzini · 14 years ago
  77. 3b2319a really fix -icount in the iothread case by Paolo Bonzini · 14 years ago
  78. 31b7c26 Merge remote branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 14 years ago
  79. e0efb99 Fix conversions from pointer to int and vice versa by Stefan Weil · 14 years ago
  80. dc7a09c Expose thread_id in info cpus by Jan Kiszka · 14 years ago
  81. f2c1cc8 kvm: Add in-kernel irqchip awareness to cpu_thread_is_idle by Jan Kiszka · 14 years ago
  82. 1009d2e x86: Unbreak TCG support for hardware breakpoints by Jan Kiszka · 14 years ago
  83. 1ab3c6c Implement qemu_kvm_eat_signals only for CONFIG_LINUX by Jan Kiszka · 14 years ago
  84. cc015e9 add Win32 IPI service by Paolo Bonzini · 14 years ago
  85. b55c22c protect qemu_cpu_kick_self for Win32 by Paolo Bonzini · 14 years ago
  86. 714bd04 provide dummy signal init functions for win32 by Paolo Bonzini · 14 years ago
  87. 712ae48 merge all signal initialization with qemu_signalfd_init, rename by Paolo Bonzini · 14 years ago
  88. 8cf3f22 iothread stops the vcpu thread via IPI by Paolo Bonzini · 14 years ago
  89. 18a8572 do not use timedwait on qemu_cpu_cond by Paolo Bonzini · 14 years ago
  90. be7d6c5 do not use timedwait on qemu_pause_cond by Paolo Bonzini · 14 years ago
  91. e009894 do not use timedwait on qemu_system_cond by Paolo Bonzini · 14 years ago
  92. 9705fbb do not use timedwait on qemu_halt_cond by Paolo Bonzini · 14 years ago
  93. 67bb172 always signal pause_cond after stopping a VCPU by Paolo Bonzini · 14 years ago
  94. df646df exit round-robin vcpu loop if cpu->stopped is true by Paolo Bonzini · 14 years ago
  95. 96284e8 include qemu-thread.h early by Paolo Bonzini · 14 years ago
  96. b7680cb Refactor thread retrieval and check by Jan Kiszka · 14 years ago
  97. c5d69e6 Merge remote branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 14 years ago
  98. ed94592 io-thread: make sure to initialize qemu_work_cond and qemu_cpu_cond by Anthony Liguori · 14 years ago
  99. 6792a57 kvm: Separate TCG from KVM cpu execution by Jan Kiszka · 14 years ago
  100. 83f338f Move debug exception handling out of cpu_exec by Jan Kiszka · 14 years ago