aboutsummaryrefslogtreecommitdiff
path: root/qemu-coroutine-lock.c
AgeCommit message (Expand)Author
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19block: move include files to include/block/Paolo Bonzini
2012-10-30aio: introduce AioContext, move bottom halves therePaolo Bonzini
2011-12-05coroutine: add qemu_co_queue_restart_all()Stefan Hajnoczi
2011-12-05CoQueue: introduce qemu_co_queue_wait_insert_headZhi Yong Wu
2011-10-21main-loop: create main-loop.hPaolo Bonzini
2011-08-23coroutine: Add CoRwlock supportAneesh Kumar K.V
2011-08-02coroutines: Use one global bottom half for CoQueueKevin Wolf
2011-08-02coroutines: LocksKevin Wolf