Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | coroutine-lock: make CoRwlock thread-safe and fair | Paolo Bonzini | 2017-02-21 | 1 | -11/+24 |
* | coroutine-lock: add mutex argument to CoQueue APIs | Paolo Bonzini | 2017-02-21 | 1 | -3/+21 |
* | coroutine-lock: add limited spinning to CoMutex | Paolo Bonzini | 2017-02-21 | 1 | -6/+45 |
* | coroutine-lock: make CoMutex thread-safe | Paolo Bonzini | 2017-02-21 | 1 | -10/+143 |
* | coroutine-lock: reschedule coroutine on the AioContext it was running on | Paolo Bonzini | 2017-02-21 | 1 | -3/+2 |
* | coroutine: Assert that no locks are held on termination | Kevin Wolf | 2016-09-05 | 1 | -0/+11 |
* | coroutine: Let CoMutex remember who holds it | Kevin Wolf | 2016-09-05 | 1 | -0/+3 |
* | coroutine: move entry argument to qemu_coroutine_create | Paolo Bonzini | 2016-07-13 | 1 | -2/+2 |
* | coroutine: use QSIMPLEQ instead of QTAILQ | Paolo Bonzini | 2016-07-13 | 1 | -11/+11 |
* | util: Clean up includes | Peter Maydell | 2016-02-04 | 1 | -0/+1 |
* | coroutine: move into libqemuutil.a library | Daniel P. Berrange | 2015-10-20 | 1 | -0/+186 |