1. cb842c9 qemu_next_deadline should not consider host-time timers by Paolo Bonzini · 14 years ago
  2. ab33fcd enable vm_clock to "warp" in the iothread+icount case by Paolo Bonzini · 14 years ago
  3. 3b2319a really fix -icount in the iothread case by Paolo Bonzini · 14 years ago
  4. 31b7c26 Merge remote branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 14 years ago
  5. e0efb99 Fix conversions from pointer to int and vice versa by Stefan Weil · 14 years ago
  6. dc7a09c Expose thread_id in info cpus by Jan Kiszka · 14 years ago
  7. f2c1cc8 kvm: Add in-kernel irqchip awareness to cpu_thread_is_idle by Jan Kiszka · 14 years ago
  8. 1009d2e x86: Unbreak TCG support for hardware breakpoints by Jan Kiszka · 14 years ago
  9. 1ab3c6c Implement qemu_kvm_eat_signals only for CONFIG_LINUX by Jan Kiszka · 14 years ago
  10. cc015e9 add Win32 IPI service by Paolo Bonzini · 14 years ago
  11. b55c22c protect qemu_cpu_kick_self for Win32 by Paolo Bonzini · 14 years ago
  12. 714bd04 provide dummy signal init functions for win32 by Paolo Bonzini · 14 years ago
  13. 712ae48 merge all signal initialization with qemu_signalfd_init, rename by Paolo Bonzini · 14 years ago
  14. 8cf3f22 iothread stops the vcpu thread via IPI by Paolo Bonzini · 14 years ago
  15. 18a8572 do not use timedwait on qemu_cpu_cond by Paolo Bonzini · 14 years ago
  16. be7d6c5 do not use timedwait on qemu_pause_cond by Paolo Bonzini · 14 years ago
  17. e009894 do not use timedwait on qemu_system_cond by Paolo Bonzini · 14 years ago
  18. 9705fbb do not use timedwait on qemu_halt_cond by Paolo Bonzini · 14 years ago
  19. 67bb172 always signal pause_cond after stopping a VCPU by Paolo Bonzini · 14 years ago
  20. df646df exit round-robin vcpu loop if cpu->stopped is true by Paolo Bonzini · 14 years ago
  21. 96284e8 include qemu-thread.h early by Paolo Bonzini · 14 years ago
  22. b7680cb Refactor thread retrieval and check by Jan Kiszka · 14 years ago
  23. c5d69e6 Merge remote branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 14 years ago
  24. ed94592 io-thread: make sure to initialize qemu_work_cond and qemu_cpu_cond by Anthony Liguori · 14 years ago
  25. 6792a57 kvm: Separate TCG from KVM cpu execution by Jan Kiszka · 14 years ago
  26. 83f338f Move debug exception handling out of cpu_exec by Jan Kiszka · 14 years ago
  27. 8cf7171 Refactor debug and vmstop request interface by Jan Kiszka · 14 years ago
  28. e07bbac Improve vm_stop reason declarations by Jan Kiszka · 14 years ago
  29. 0ab07c6 Fix a few coding style violations in cpus.c by Jan Kiszka · 14 years ago
  30. 1640032 Refactor cpu_has_work/any_cpu_has_work in cpus.c by Jan Kiszka · 14 years ago
  31. 7e97cd8 Refactor kvm&tcg function names in cpus.c by Jan Kiszka · 14 years ago
  32. 46d62fa Introduce VCPU self-signaling service by Jan Kiszka · 14 years ago
  33. 6d9cb73 kvm: Add MCE signal support for !CONFIG_IOTHREAD by Jan Kiszka · 14 years ago
  34. de75897 kvm: Fix race between timer signals and vcpu entry under !IOTHREAD by Jan Kiszka · 14 years ago
  35. d0f294c Set up signalfd under !CONFIG_IOTHREAD by Jan Kiszka · 14 years ago
  36. 9a36085 kvm: Call qemu_kvm_eat_signals also under !CONFIG_IOTHREAD by Jan Kiszka · 14 years ago
  37. 5db5bda kvm: Refactor qemu_kvm_eat_signals by Jan Kiszka · 14 years ago
  38. ff48eb5 kvm: Set up signal mask also for !CONFIG_IOTHREAD by Jan Kiszka · 14 years ago
  39. 55f8d6a Refactor signal setup functions in cpus.c by Jan Kiszka · 14 years ago
  40. a1b87fe kvm: Provide sigbus services arch-independently by Jan Kiszka · 14 years ago
  41. 84b4915 kvm: Handle kvm_init_vcpu errors by Jan Kiszka · 14 years ago
  42. d31ae05 kvm: Drop redundant kvm_enabled from kvm_cpu_thread_fn by Jan Kiszka · 14 years ago
  43. 38145df Trigger exit from cpu_exec_all on pending IO events by Jan Kiszka · 14 years ago
  44. b4a3d96 Stop current VCPU on synchronous reset requests by Jan Kiszka · 14 years ago
  45. aa2c364 Prevent abortion on multiple VCPU kicks by Jan Kiszka · 14 years ago
  46. b66042c kvm: Do not use qemu_fair_mutex by Jan Kiszka · 14 years ago
  47. 55df6f3 cpus: flush all requests on each vm stop by Michael S. Tsirkin · 14 years ago
  48. 9a78eea target-xxx: Use fprintf_function (format checking) by Stefan Weil · 14 years ago
  49. c0532a7 MCE: Relay UCR MCE to guest by Marcelo Tosatti · 14 years ago
  50. a8486bc iothread: use signalfd by Marcelo Tosatti · 14 years ago
  51. 3c638d0 Rework debug exception processing for gdb use by Jan Kiszka · 15 years ago
  52. 472fb0c Rename tcg_cpu_exec and tcg_has_work by Jan Kiszka · 15 years ago
  53. 345f442 Drop redundant global cur_cpu variable by Jan Kiszka · 15 years ago
  54. 6cabe1f Fix qemu_wait_io_event processing in io-thread mode by Jan Kiszka · 15 years ago
  55. c629a4b Fix cpu_exit for tcp_cpu_exec by Jan Kiszka · 15 years ago
  56. f8ca7b4 Init qemu_system_cond by Jan Kiszka · 15 years ago
  57. 262ea18 Fix io-thread build breakage of a88790a14f by Jan Kiszka · 14 years ago
  58. 55541c8 make qemu_thread_create block all signals by Paolo Bonzini · 15 years ago
  59. 26a8233 cpus: add one 'const' by Blue Swirl · 15 years ago
  60. 3ae9501 add cpu_is_stopped helper by Marcelo Tosatti · 15 years ago
  61. e82bcec port qemu-kvm's on_vcpu code by Marcelo Tosatti · 15 years ago
  62. 1fbb22e standardize on qemu_cpu_kick for signalling cpu thread(s) by Marcelo Tosatti · 15 years ago
  63. 1a28cac make SIG_IPI to tcg vcpu thread reliable by Marcelo Tosatti · 15 years ago
  64. 262353c Fix cpu list("-cpu ?") breakage, spotted by TeLeMan by Blue Swirl · 15 years ago
  65. 6164e6d kvm_init_vcpu requires global lock held by Marcelo Tosatti · 15 years ago
  66. 7277e02 Fix build when configured with --enable-io-thread by Blue Swirl · 15 years ago
  67. 55274a3 fix 100% cpu utilization when cpu is stopped by Paolo Bonzini · 15 years ago
  68. 29e922b Compile qemu-timer only once by Blue Swirl · 15 years ago
  69. 296af7c Refactor CPUState handling out of vl.c by Blue Swirl · 15 years ago