aboutsummaryrefslogtreecommitdiff
path: root/util/qemu-coroutine-lock.c
AgeCommit message (Expand)Author
2018-03-27coroutine: avoid co_queue_wakeup recursionStefan Hajnoczi
2018-02-15misc: fix spellingMarc-André Lureau
2018-02-08coroutine-lock: make qemu_co_enter_next thread-safePaolo Bonzini
2018-02-08coroutine-lock: convert CoQueue to use QemuLockablePaolo Bonzini
2017-07-17coroutine-lock: add qemu_co_rwlock_downgrade and qemu_co_rwlock_upgradePaolo Bonzini
2017-06-07coroutine-lock: do not touch coroutine after another one has been enteredRoman Pen
2017-02-21coroutine-lock: make CoRwlock thread-safe and fairPaolo Bonzini
2017-02-21coroutine-lock: add mutex argument to CoQueue APIsPaolo Bonzini
2017-02-21coroutine-lock: add limited spinning to CoMutexPaolo Bonzini
2017-02-21coroutine-lock: make CoMutex thread-safePaolo Bonzini
2017-02-21coroutine-lock: reschedule coroutine on the AioContext it was running onPaolo Bonzini
2016-09-05coroutine: Assert that no locks are held on terminationKevin Wolf
2016-09-05coroutine: Let CoMutex remember who holds itKevin Wolf
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini
2016-07-13coroutine: use QSIMPLEQ instead of QTAILQPaolo Bonzini
2016-02-04util: Clean up includesPeter Maydell
2015-10-20coroutine: move into libqemuutil.a libraryDaniel P. Berrange