1. a2aa09e Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  2. 67cc32e typofixes - v4 by Veres Lajos · 9 years ago
  3. 16ef9d0 qemu-thread: handle spurious futex_wait wakeups by Emilio G. Cota · 9 years ago
  4. 24fa904 qemu-thread: do not use PTHREAD_MUTEX_ERRORCHECK by Paolo Bonzini · 10 years ago
  5. 158ef8c qemu-thread: fix qemu_event without futexes by Paolo Bonzini · 10 years ago
  6. ef57137 qemu-thread: add per-thread atexit functions by Paolo Bonzini · 10 years ago
  7. 5c31207 Detect pthread_setname_np at configure time by Dr. David Alan Gilbert · 11 years ago
  8. 01207d0 qemu-thread-posix: Fix build against older glibc version by Jan Kiszka · 11 years ago
  9. 4900116 Add a 'name' parameter to qemu_thread_create by Dr. David Alan Gilbert · 11 years ago
  10. 8f480de Add 'debug-threads' suboption to --name by Dr. David Alan Gilbert · 11 years ago
  11. c7c4d06 qemu-thread: add QemuEvent by Paolo Bonzini · 11 years ago
  12. 79761c6 semaphore: fix a hangup problem under load on NetBSD hosts. by Izumi Tsutsui · 12 years ago
  13. baacf04 build: move libqemuutil.a components to util/ by Paolo Bonzini · 12 years ago[Renamed from qemu-thread-posix.c]
  14. a795ef8 Fix semaphores fallback code by Brad Smith · 12 years ago
  15. 927fa90 Disable semaphores fallback code for OpenBSD by Brad Smith · 12 years ago
  16. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  17. c166cb7 semaphore: implement fallback counting semaphores with mutex+condvar by Paolo Bonzini · 12 years ago
  18. 38b14db qemu-thread: add QemuSemaphore by Paolo Bonzini · 13 years ago
  19. 2d797b6 qemu-thread: Let qemu_thread_is_self() return bool by Andreas Färber · 13 years ago
  20. 8763046 qemu-thread: implement joinable threads for POSIX by Jan Kiszka · 13 years ago
  21. cf21871 qemu-thread: add API for joinable threads by Jan Kiszka · 13 years ago
  22. 53380ac Abort on thread layer errors by Jan Kiszka · 13 years ago
  23. 44bc10d qemu-thread: delete unused functions by Blue Swirl · 14 years ago
  24. cc015e9 add Win32 IPI service by Paolo Bonzini · 14 years ago
  25. 89b48b5 add assertions on the owner of a QemuMutex by Paolo Bonzini · 14 years ago
  26. 9257d46 add win32 qemu-thread implementation by Paolo Bonzini · 14 years ago[Renamed from qemu-thread.c]
  27. b7680cb Refactor thread retrieval and check by Jan Kiszka · 14 years ago
  28. 313b1d6 qemu-thread: add qemu_mutex/cond_destroy and qemu_mutex_exit by Corentin Chary · 15 years ago
  29. 55541c8 make qemu_thread_create block all signals by Paolo Bonzini · 15 years ago
  30. 609f2fa qemu-thread: use pthread_equal by Sebastian Herbszt · 15 years ago
  31. e5d355d qemu: mutex/thread/cond wrappers and configure tweaks (Marcelo Tosatti) by aliguori · 16 years ago