Age | Commit message (Expand) | Author |
---|---|---|
2015-04-30 | coroutine: remove unnecessary parentheses in qemu_co_queue_empty | Emilio G. Cota |
2013-12-02 | coroutine: remove qemu_co_queue_wait_insert_head | Marc-André Lureau |
2013-07-29 | block: Repair the throttling code. | Benoît Canet |
2013-05-24 | coroutine: stop using AioContext in CoQueue | Stefan Hajnoczi |
2013-03-15 | coroutine: use AioContext for CoQueue BH | Stefan Hajnoczi |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-12-19 | block: move include files to include/block/ | Paolo Bonzini |
2012-10-30 | aio: introduce AioContext, move bottom halves there | Paolo Bonzini |
2011-12-05 | coroutine: add qemu_co_queue_restart_all() | Stefan Hajnoczi |
2011-12-05 | CoQueue: introduce qemu_co_queue_wait_insert_head | Zhi Yong Wu |
2011-10-21 | main-loop: create main-loop.h | Paolo Bonzini |
2011-08-23 | coroutine: Add CoRwlock support | Aneesh Kumar K.V |
2011-08-02 | coroutines: Use one global bottom half for CoQueue | Kevin Wolf |
2011-08-02 | coroutines: Locks | Kevin Wolf |