summaryrefslogtreecommitdiff
path: root/qemu-coroutine-lock.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-02coroutine: remove qemu_co_queue_wait_insert_headMarc-André Lureau1-8/+0
2013-07-29block: Repair the throttling code.Benoît Canet1-2/+18
2013-05-24coroutine: stop using AioContext in CoQueueStefan Hajnoczi1-35/+21
2013-03-15coroutine: use AioContext for CoQueue BHStefan Hajnoczi1-17/+38
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19block: move include files to include/block/Paolo Bonzini1-3/+3
2012-10-30aio: introduce AioContext, move bottom halves therePaolo Bonzini1-1/+1
2011-12-05coroutine: add qemu_co_queue_restart_all()Stefan Hajnoczi1-7/+8
2011-12-05CoQueue: introduce qemu_co_queue_wait_insert_headZhi Yong Wu1-0/+8
2011-10-21main-loop: create main-loop.hPaolo Bonzini1-0/+1
2011-08-23coroutine: Add CoRwlock supportAneesh Kumar K.V1-0/+44
2011-08-02coroutines: Use one global bottom half for CoQueueKevin Wolf1-13/+6
2011-08-02coroutines: LocksKevin Wolf1-0/+124