aboutsummaryrefslogtreecommitdiff
path: root/linux-aio.c
AgeCommit message (Expand)Author
2012-06-11consolidate qemu_iovec_memset{,_skip}() into single function and use existing...Michael Tokarev
2012-04-19aio: remove process_queue callback and qemu_aio_process_queuePaolo Bonzini
2012-04-05aio: move BlockDriverAIOCB to qemu-aio.hPaolo Bonzini
2011-12-15block: qemu_aio_get does not return NULLPaolo Bonzini
2011-10-14linux-aio: Allow reads beyond the end of growable imagesKevin Wolf
2011-10-11linux-aio: Fix laio_submit error handlingKevin Wolf
2011-09-20linux-aio: remove process requests callbackPaolo Bonzini
2011-09-06linux aio: some commentsFrediano Ziglio
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-02async: Remove AsyncContextKevin Wolf
2010-04-23linux-aio: Fix typo in read() EINTR checkStefan Hajnoczi
2009-10-27linux-aio: Honour AsyncContextKevin Wolf
2009-10-27Add qemu_aio_process_queue()Kevin Wolf
2009-08-27raw-posix: add Linux native AIO supportChristoph Hellwig