aboutsummaryrefslogtreecommitdiff
path: root/block/qcow.c
AgeCommit message (Expand)Author
2014-09-12block: don't convert file size to sector sizeHu Tao
2014-09-12block: round up file size to nearest sectorHu Tao
2014-08-20block: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2014-08-15qcow1: Handle failure for potentially large allocationsKevin Wolf
2014-06-26block: Catch backing files assigned to non-COW driversKevin Wolf
2014-06-16cleanup QEMUOptionParameterChunyan Liu
2014-06-16qcow.c: replace QEMUOptionParameter with QemuOptsChunyan Liu
2014-06-16change block layer to support both QemuOpts and QEMUOptionParamterChunyan Liu
2014-05-19qcow1: Stricter backing file length checkKevin Wolf
2014-05-19qcow1: Validate image size (CVE-2014-0223)Kevin Wolf
2014-05-19qcow1: Validate L2 table size (CVE-2014-0222)Kevin Wolf
2014-05-19qcow1: Check maximum cluster sizeKevin Wolf
2014-05-19qcow1: Make padding in the header explicitKevin Wolf
2014-04-30block: Use correct width in format stringsMax Reitz
2014-03-25Fixed various typosDeepak Kathayat
2014-02-21block: do not abuse EMEDIUMTYPEPaolo Bonzini
2014-02-21qcow: correctly propagate errorsPaolo Bonzini
2014-02-21block: Make bdrv_file_open() staticMax Reitz
2014-01-22block: Allow reference for bdrv_file_open()Max Reitz
2013-09-12block: Error parameter for create functionsMax Reitz
2013-09-12block: Error parameter for open functionsMax Reitz
2013-09-12bdrv: Use "Error" for creating imagesMax Reitz
2013-09-12bdrv: Use "Error" for opening imagesMax Reitz
2013-09-06block: return get_block_status data and flags for formatsPaolo Bonzini
2013-09-06block: introduce bdrv_get_block_status APIPaolo Bonzini
2013-09-06block: make bdrv_delete() staticFam Zheng
2013-06-28block: change default of .has_zero_init to 0Peter Lieven
2013-04-22qcow: allow sub-cluster compressed write to last clusterStefan Hajnoczi
2013-04-13aes: move aes.h from include/block to include/qemuAurelien Jarno
2013-03-22block: Add options QDict to bdrv_file_open() prototypesKevin Wolf
2013-03-15block: Add options QDict to .bdrv_open()Kevin Wolf
2013-01-25block: Use error code EMEDIUMTYPE for wrong format in some block driversStefan Weil
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19migration: move include files to include/migration/Paolo Bonzini
2012-12-19block: move include files to include/block/Paolo Bonzini
2012-09-24block: qcow image file reopenJeff Cody
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