summaryrefslogtreecommitdiff
path: root/util/qemu-thread-win32.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-16util/qemu-thread-*: add qemu_lock, locked and unlock trace eventsAlex Bennée1-9/+11
2017-07-04qemu-thread: Assert locks are initialized before usingFam Zheng1-1/+33
2017-05-05trace: add qemu mutex lock and unlock trace eventsJose Ricardo Ziviani1-1/+10
2017-03-27win32: replace custom mutex and condition variable with native primitivesAndrey Shedel1-121/+15
2017-01-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-2/+2
2017-01-19Plumb the HAXM-based hardware acceleration supportVincent Palatin1-2/+2
2017-01-16qemu-thread: optimize QemuLockCnt with futexes on LinuxPaolo Bonzini1-1/+1
2016-10-28qemu-thread: introduce QemuRecMutexPaolo Bonzini1-0/+25
2016-10-24qemu-thread: use acquire/release to clarify semantics of QemuEventPaolo Bonzini1-3/+12
2016-02-04util: Clean up includesPeter Maydell1-2/+1
2015-09-24qemu-thread: add a fast path to the Win32 QemuEventPaolo Bonzini1-4/+62
2015-01-13qemu-thread: add per-thread atexit functionsPaolo Bonzini1-11/+37
2014-03-27Detect pthread_setname_np at configure timeDr. David Alan Gilbert1-0/+2
2014-03-09Add a 'name' parameter to qemu_thread_createDr. David Alan Gilbert1-1/+1
2014-03-09Add 'debug-threads' suboption to --nameDr. David Alan Gilbert1-0/+8
2013-10-17qemu-thread: add QemuEventPaolo Bonzini1-0/+26
2013-01-12build: move libqemuutil.a components to util/Paolo Bonzini1-0/+359