summaryrefslogtreecommitdiff
path: root/async.c
AgeCommit message (Expand)AuthorFilesLines
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