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