summaryrefslogtreecommitdiff
path: root/async.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-13aio: add aio_context_acquire() and aio_context_release()Stefan Hajnoczi1-0/+18
2013-08-22aio / timers: aio_ctx_prepare sets timeout from AioContext timersAlex Bligh1-1/+12
2013-08-22aio / timers: Add a notify callback to QEMUTimerListAlex Bligh1-1/+6
2013-08-22aio / timers: Add QEMUTimerListGroup to AioContextAlex Bligh1-0/+2
2013-08-19aio: drop io_flush argumentStefan Hajnoczi1-2/+2
2013-07-19QEMUBH: make AioContext's bh re-entrantLiu Ping Fan1-2/+31
2013-03-15aio: add a ThreadPool instance to AioContextStefan Hajnoczi1-0/+11
2013-02-21aio: convert aio_poll() to g_poll(3)Stefan Hajnoczi1-0/+2
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19block: move include files to include/block/Paolo Bonzini1-1/+1
2012-12-11aio: Get rid of qemu_aio_flush()Kevin Wolf1-5/+0
2012-11-12aio: fix aio_ctx_prepare with idle bottom halvesPaolo Bonzini1-4/+2
2012-10-30aio: clean up now-unused functionsPaolo Bonzini1-16/+7
2012-10-30aio: add aio_notifyPaolo Bonzini1-4/+26
2012-10-30aio: make AioContexts GSourcesPaolo Bonzini1-1/+64
2012-10-30aio: add non-blocking variant of aio_waitPaolo Bonzini1-1/+1
2012-10-30aio: add I/O handlers to the AioContext interfacePaolo Bonzini1-0/+6
2012-10-30aio: introduce AioContext, move bottom halves therePaolo Bonzini1-15/+15
2012-05-01async: Use bool for boolean struct members and remove a holeStefan Weil1-3/+3
2012-04-26main_loop_wait: block indefinitelyStefano Stabellini1-1/+1
2011-10-21main-loop: create main-loop.hPaolo Bonzini1-0/+1
2011-09-06async: Allow nested qemu_bh_poll callsKevin Wolf1-8/+16
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2011-08-02async: Remove AsyncContextKevin Wolf1-91/+7
2011-06-15Allow nested qemu_bh_poll() after BH deletionKevin Wolf1-2/+3
2009-10-27Introduce contexts for asynchronous callbacksKevin Wolf1-7/+93
2009-10-27Split out bottom halvesKevin Wolf1-0/+130