Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-05-25 | thread-pool: remove stopping variable | Paolo Bonzini | 1 | -3/+2 |
2022-05-25 | thread-pool: replace semaphore with condition variable | Paolo Bonzini | 1 | -40/+28 |
2022-05-25 | thread-pool: optimize scheduling of completion bottom half | Paolo Bonzini | 1 | -2/+1 |
2022-05-09 | util/event-loop-base: Introduce options to set the thread pool size | Nicolas Saenz Julienne | 1 | -4/+51 |
2020-05-04 | lockable: replaced locks with lock guard macros where appropriate | Daniel Brodsky | 1 | -2/+1 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2017-03-17 | thread-pool: add missing qemu_bh_cancel in completion function | Peter Lieven | 1 | -0/+7 |
2017-02-21 | block: explicitly acquire aiocontext in aio callbacks that need it | Paolo Bonzini | 1 | -1/+3 |
2017-02-21 | block: explicitly acquire aiocontext in bottom halves that need it | Paolo Bonzini | 1 | -0/+2 |
2017-02-21 | block: move AioContext, QEMUTimer, main-loop to libqemuutil | Paolo Bonzini | 1 | -0/+343 |