aboutsummaryrefslogtreecommitdiff
path: root/qemu-img.c
AgeCommit message (Expand)Author
2012-06-15block: Replace bdrv_get_format() by bdrv_get_format_name()Markus Armbruster
2012-06-15qemu-img check: Print fixed clusters and recheckKevin Wolf
2012-06-15qemu-img check -r for repairing imagesKevin Wolf
2012-05-14qemu-img: Fix segmentation faultCharles Arnold
2012-05-10qemu-img: make "info" backing file output correct and easier to usePaolo Bonzini
2012-04-20qemu-img: let 'qemu-img convert' flush dataLiu Yuan
2012-04-05qemu-img: add dirty flag statusDong Xu Wang
2012-04-05qemu-img: add image fragmentation statisticsDong Xu Wang
2012-03-12qcow2: Add error messages in qcow2_truncateKevin Wolf
2012-02-29qemu-img: fix segment fault when the image format is qedZhi Yong Wu
2012-02-09cutils: extract buffer_is_zero() from qemu-img.cStefan Hajnoczi
2011-12-15qemu-img rebase: Fix for undersized backing filesKevin Wolf
2011-11-28qemu-img: Tighten parsing of size argumentsMarkus Armbruster
2011-10-21qemu-img: Don't allow preallocation and compression at the same timeKevin Wolf
2011-08-29qemu-img: Require larger zero areas for sparse handlingKevin Wolf
2011-08-23qemu-img: print error codes when convert failsStefan Hajnoczi
2011-08-23qemu-img: Use qemu_blockalignKevin Wolf
2011-08-23block: add cache=directsync parameter to -driveStefan Hajnoczi
2011-08-23block: parse cache mode flags in a single placeStefan Hajnoczi
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-07-19block: add bdrv_get_allocated_file_size() operationFam Zheng
2011-07-05qemu-img: Add cache command line optionFederico Simoncelli
2011-06-24qemu-img: Don't prepend qemu-img to error messages twice.Markus Armbruster
2011-06-24Strip trailing '\n' from error_report()'s first argumentMarkus Armbruster
2011-05-18qemu_img: is_not_zero() optimizationDmitry Konishchev
2011-05-18qemu-img.c: Remove superfluous parenthesisJes Sorensen
2011-05-03qemu-img resize: Fix option parsingKevin Wolf
2011-04-27qemu-img: allow rebase to a NULL backing file when unsafeAnthony Liguori
2011-04-07qemu-img rebase: Fix segfault if backing file can't be openedKevin Wolf
2011-04-07qemu-img: Initial progress printing supportJes Sorensen
2011-02-10qemu-img: Improve error messages for failed bdrv_openKevin Wolf
2011-01-24Make strtosz() return int64_t instead of ssize_tJes Sorensen
2011-01-24qemu-img snapshot: Use writeback cachingKevin Wolf
2010-12-17Remove NULL checks for bdrv_new return valueKevin Wolf
2010-12-17qemu.img.c: Use error_report() instead of own error() implementationJes Sorensen
2010-12-17qemu-img.c: Re-factor img_create()Jes Sorensen
2010-12-17qemu-img: Call error_set_prognameKevin Wolf
2010-12-17qemu-img.c: Clean up handling of image size in img_create()Jes Sorensen
2010-12-14qemu-img: Fail creation if backing format is invalidStefan Hajnoczi
2010-12-14qemu-img: Free option parameter lists in img_create()Stefan Hajnoczi
2010-12-14qemu-img: Deprecate obsolete -6 and -e optionsJes Sorensen
2010-12-14Make error handling more consistent in img_create() and img_resize()Jes Sorensen
2010-12-14Fail if detecting an unknown optionJes Sorensen
2010-12-14Fix formatting and missing braces in qemu-img.cJes Sorensen
2010-12-14Consolidate printing of block driver optionsJes Sorensen
2010-12-14img_convert(): Only try to free bs[] entries if bs is valid.Jes Sorensen
2010-12-14Use qemu_mallocz() instead of calloc() in img_convert()Jes Sorensen
2010-10-30Move qemu_gettimeofday() to OS specific filesJes Sorensen
2010-10-22qemu-img: Fix qemu-img convert -obacking_fileKevin Wolf
2010-10-22Copy snapshots out of QCOW2 diskedison