summaryrefslogtreecommitdiffstats
path: root/block/qcow.c
Commit message (Expand)AuthorAgeFilesLines
...
* block: convert qcow2, qcow2, and vmdk to .bdrv_co_is_allocated()Stefan Hajnoczi2011-12-051-3/+5
* block: Add coroutine_fn marker to coroutine functionsDong Xu Wang2011-12-051-2/+2
* qcow: Add migration blockerKevin Wolf2011-11-231-0/+12
* block: Rename bdrv_co_flush to bdrv_co_flush_to_diskKevin Wolf2011-11-111-8/+10
* qcow: Fix bdrv_write_compressed error handlingKevin Wolf2011-10-281-11/+19
* block: change flush to co_flushPaolo Bonzini2011-10-211-6/+5
* block: drop redundant bdrv_flush implementationStefan Hajnoczi2011-10-211-6/+0
* block/qcow: Fix use of free() instead of g_free()Stefan Weil2011-10-141-1/+1
* qcow: remove old #undefined codeFrediano Ziglio2011-08-231-63/+0
* qcow: Remove QCowAIOCBFrediano Ziglio2011-08-231-168/+123
* qcow: move some blocks of code to avoid useless variable initializationFrediano Ziglio2011-08-231-27/+26
* qcow: QCowAIOCB field cleanupFrediano Ziglio2011-08-231-72/+65
* qcow/qcow2: Allocate QCowAIOCB structure using stackFrediano Ziglio2011-08-231-36/+16
* qcow: initialize coroutine mutexScott Wood2011-08-231-0/+2
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-18/+18
* qcow: Use coroutinesKevin Wolf2011-08-021-118/+62
* qcow: Avoid direct AIO callbackKevin Wolf2011-06-141-2/+56
* block/qcow: Don't ignore immediate read/write and other failuresStefan Weil2011-03-151-4/+12
* block: Remove unused s->hd in various driversKevin Wolf2010-11-241-1/+0
* block: Allow bdrv_flush to return errorsKevin Wolf2010-11-041-2/+2
* qcow: Use bdrv_(p)write_sync for metadata writesKevin Wolf2010-06-221-8/+10
* block: Avoid unchecked casts for AIOCBsKevin Wolf2010-05-171-1/+1
* block: Open the underlying image file in generic codeKevin Wolf2010-05-031-37/+30
* qcow: return errno instead of -1Juan Quintela2010-03-091-4/+4
* block/qcow.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov2010-01-261-4/+22
* qcow/qcow2: implement bdrv_aio_flushKevin Wolf2010-01-131-0/+9
* qcow1: Fix qcow_aio_writevKevin Wolf2009-07-101-1/+1
* qemu-img: Print available options with -o ?Kevin Wolf2009-06-061-3/+15
* fully split aio_pool from BlockDriverChristoph Hellwig2009-05-271-11/+13
* qcow: add qcow_aio_setup helperChristoph Hellwig2009-05-271-23/+29
* qcow/qcow2: Drop synchronous qcow_write()Kevin Wolf2009-05-271-36/+1
* Convert all block drivers to new bdrv_createKevin Wolf2009-05-221-2/+26
* Move block drivers into their own directoryAnthony Liguori2009-05-141-0/+945
OpenPOWER on IntegriCloud