summaryrefslogtreecommitdiff
path: root/block/qcow.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-21block: do not abuse EMEDIUMTYPEPaolo Bonzini1-1/+2
2014-02-21qcow: correctly propagate errorsPaolo Bonzini1-6/+6
2014-02-21block: Make bdrv_file_open() staticMax Reitz1-2/+3
2014-01-22block: Allow reference for bdrv_file_open()Max Reitz1-1/+2
2013-09-12block: Error parameter for create functionsMax Reitz1-1/+3
2013-09-12block: Error parameter for open functionsMax Reitz1-1/+4
2013-09-12bdrv: Use "Error" for creating imagesMax Reitz1-1/+2
2013-09-12bdrv: Use "Error" for opening imagesMax Reitz1-1/+2
2013-09-06block: return get_block_status data and flags for formatsPaolo Bonzini1-1/+8
2013-09-06block: introduce bdrv_get_block_status APIPaolo Bonzini1-2/+2
2013-09-06block: make bdrv_delete() staticFam Zheng1-1/+1
2013-06-28block: change default of .has_zero_init to 0Peter Lieven1-0/+1
2013-04-22qcow: allow sub-cluster compressed write to last clusterStefan Hajnoczi1-2/+15
2013-04-13aes: move aes.h from include/block to include/qemuAurelien Jarno1-1/+1
2013-03-22block: Add options QDict to bdrv_file_open() prototypesKevin Wolf1-1/+1
2013-03-15block: Add options QDict to .bdrv_open()Kevin Wolf1-1/+1
2013-01-25block: Use error code EMEDIUMTYPE for wrong format in some block driversStefan Weil1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19migration: move include files to include/migration/Paolo Bonzini1-1/+1
2012-12-19block: move include files to include/block/Paolo Bonzini1-2/+2
2012-09-24block: qcow image file reopenJeff Cody1-0/+10
2012-06-11change qemu_iovec_to_buf() to match other to,from_buf functionsMichael Tokarev1-1/+1
2012-06-11allow qemu_iovec_from_buffer() to specify offset from which to start copyingMichael Tokarev1-1/+1
2012-04-05block: push recursive flushing up from driversPaolo Bonzini1-6/+0
2012-01-26qcow: Use bdrv functions to replace file operationLi Zhi Hui1-17/+31
2012-01-26qcow: Return real error code in qcow_openLi Zhi Hui1-19/+37
2011-12-05block: convert qcow2, qcow2, and vmdk to .bdrv_co_is_allocated()Stefan Hajnoczi1-3/+5
2011-12-05block: Add coroutine_fn marker to coroutine functionsDong Xu Wang1-2/+2
2011-11-23qcow: Add migration blockerKevin Wolf1-0/+12
2011-11-11block: Rename bdrv_co_flush to bdrv_co_flush_to_diskKevin Wolf1-8/+10
2011-10-28qcow: Fix bdrv_write_compressed error handlingKevin Wolf1-11/+19
2011-10-21block: change flush to co_flushPaolo Bonzini1-6/+5
2011-10-21block: drop redundant bdrv_flush implementationStefan Hajnoczi1-6/+0
2011-10-14block/qcow: Fix use of free() instead of g_free()Stefan Weil1-1/+1
2011-08-23qcow: remove old #undefined codeFrediano Ziglio1-63/+0
2011-08-23qcow: Remove QCowAIOCBFrediano Ziglio1-168/+123
2011-08-23qcow: move some blocks of code to avoid useless variable initializationFrediano Ziglio1-27/+26
2011-08-23qcow: QCowAIOCB field cleanupFrediano Ziglio1-72/+65
2011-08-23qcow/qcow2: Allocate QCowAIOCB structure using stackFrediano Ziglio1-36/+16
2011-08-23qcow: initialize coroutine mutexScott Wood1-0/+2
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-18/+18
2011-08-02qcow: Use coroutinesKevin Wolf1-118/+62
2011-06-14qcow: Avoid direct AIO callbackKevin Wolf1-2/+56
2011-03-15block/qcow: Don't ignore immediate read/write and other failuresStefan Weil1-4/+12
2010-11-24block: Remove unused s->hd in various driversKevin Wolf1-1/+0
2010-11-04block: Allow bdrv_flush to return errorsKevin Wolf1-2/+2
2010-06-22qcow: Use bdrv_(p)write_sync for metadata writesKevin Wolf1-8/+10
2010-05-17block: Avoid unchecked casts for AIOCBsKevin Wolf1-1/+1
2010-05-03block: Open the underlying image file in generic codeKevin Wolf1-37/+30
2010-03-09qcow: return errno instead of -1Juan Quintela1-4/+4