aboutsummaryrefslogtreecommitdiff
path: root/block/qcow.c
AgeCommit message (Expand)Author
2012-06-11change qemu_iovec_to_buf() to match other to,from_buf functionsMichael Tokarev
2012-06-11allow qemu_iovec_from_buffer() to specify offset from which to start copyingMichael Tokarev
2012-04-05block: push recursive flushing up from driversPaolo Bonzini
2012-01-26qcow: Use bdrv functions to replace file operationLi Zhi Hui
2012-01-26qcow: Return real error code in qcow_openLi Zhi Hui
2011-12-05block: convert qcow2, qcow2, and vmdk to .bdrv_co_is_allocated()Stefan Hajnoczi
2011-12-05block: Add coroutine_fn marker to coroutine functionsDong Xu Wang
2011-11-23qcow: Add migration blockerKevin Wolf
2011-11-11block: Rename bdrv_co_flush to bdrv_co_flush_to_diskKevin Wolf
2011-10-28qcow: Fix bdrv_write_compressed error handlingKevin Wolf
2011-10-21block: change flush to co_flushPaolo Bonzini
2011-10-21block: drop redundant bdrv_flush implementationStefan Hajnoczi
2011-10-14block/qcow: Fix use of free() instead of g_free()Stefan Weil
2011-08-23qcow: remove old #undefined codeFrediano Ziglio
2011-08-23qcow: Remove QCowAIOCBFrediano Ziglio
2011-08-23qcow: move some blocks of code to avoid useless variable initializationFrediano Ziglio
2011-08-23qcow: QCowAIOCB field cleanupFrediano Ziglio
2011-08-23qcow/qcow2: Allocate QCowAIOCB structure using stackFrediano Ziglio
2011-08-23qcow: initialize coroutine mutexScott Wood
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-02qcow: Use coroutinesKevin Wolf
2011-06-14qcow: Avoid direct AIO callbackKevin Wolf
2011-03-15block/qcow: Don't ignore immediate read/write and other failuresStefan Weil
2010-11-24block: Remove unused s->hd in various driversKevin Wolf
2010-11-04block: Allow bdrv_flush to return errorsKevin Wolf
2010-06-22qcow: Use bdrv_(p)write_sync for metadata writesKevin Wolf
2010-05-17block: Avoid unchecked casts for AIOCBsKevin Wolf
2010-05-03block: Open the underlying image file in generic codeKevin Wolf
2010-03-09qcow: return errno instead of -1Juan Quintela
2010-01-26block/qcow.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov
2010-01-13qcow/qcow2: implement bdrv_aio_flushKevin Wolf
2009-07-10qcow1: Fix qcow_aio_writevKevin Wolf
2009-06-06qemu-img: Print available options with -o ?Kevin Wolf
2009-05-27fully split aio_pool from BlockDriverChristoph Hellwig
2009-05-27qcow: add qcow_aio_setup helperChristoph Hellwig
2009-05-27qcow/qcow2: Drop synchronous qcow_write()Kevin Wolf
2009-05-22Convert all block drivers to new bdrv_createKevin Wolf
2009-05-14Move block drivers into their own directoryAnthony Liguori