summaryrefslogtreecommitdiffstats
path: root/async.c
Commit message (Expand)AuthorAgeFilesLines
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* block: move include files to include/block/Paolo Bonzini2012-12-191-1/+1
* aio: Get rid of qemu_aio_flush()Kevin Wolf2012-12-111-5/+0
* aio: fix aio_ctx_prepare with idle bottom halvesPaolo Bonzini2012-11-121-4/+2
* aio: clean up now-unused functionsPaolo Bonzini2012-10-301-16/+7
* aio: add aio_notifyPaolo Bonzini2012-10-301-4/+26
* aio: make AioContexts GSourcesPaolo Bonzini2012-10-301-1/+64
* aio: add non-blocking variant of aio_waitPaolo Bonzini2012-10-301-1/+1
* aio: add I/O handlers to the AioContext interfacePaolo Bonzini2012-10-301-0/+6
* aio: introduce AioContext, move bottom halves therePaolo Bonzini2012-10-301-15/+15
* async: Use bool for boolean struct members and remove a holeStefan Weil2012-05-011-3/+3
* main_loop_wait: block indefinitelyStefano Stabellini2012-04-261-1/+1
* main-loop: create main-loop.hPaolo Bonzini2011-10-211-0/+1
* async: Allow nested qemu_bh_poll callsKevin Wolf2011-09-061-8/+16
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-2/+2
* async: Remove AsyncContextKevin Wolf2011-08-021-91/+7
* Allow nested qemu_bh_poll() after BH deletionKevin Wolf2011-06-151-2/+3
* Introduce contexts for asynchronous callbacksKevin Wolf2009-10-271-7/+93
* Split out bottom halvesKevin Wolf2009-10-271-0/+130
OpenPOWER on IntegriCloud