summaryrefslogtreecommitdiffstats
path: root/qemu-img.c
Commit message (Expand)AuthorAgeFilesLines
...
* qemu-img check: Print fixed clusters and recheckKevin Wolf2012-06-151-0/+10
* qemu-img check -r for repairing imagesKevin Wolf2012-06-151-3/+22
* qemu-img: Fix segmentation faultCharles Arnold2012-05-141-1/+3
* qemu-img: make "info" backing file output correct and easier to usePaolo Bonzini2012-05-101-5/+7
* qemu-img: let 'qemu-img convert' flush dataLiu Yuan2012-04-201-2/+2
* qemu-img: add dirty flag statusDong Xu Wang2012-04-051-0/+3
* qemu-img: add image fragmentation statisticsDong Xu Wang2012-04-051-1/+8
* qcow2: Add error messages in qcow2_truncateKevin Wolf2012-03-121-1/+1
* qemu-img: fix segment fault when the image format is qedZhi Yong Wu2012-02-291-0/+2
* cutils: extract buffer_is_zero() from qemu-img.cStefan Hajnoczi2012-02-091-39/+7
* qemu-img rebase: Fix for undersized backing filesKevin Wolf2011-12-151-9/+33
* qemu-img: Tighten parsing of size argumentsMarkus Armbruster2011-11-281-4/+6
* qemu-img: Don't allow preallocation and compression at the same timeKevin Wolf2011-10-211-0/+11
* qemu-img: Require larger zero areas for sparse handlingKevin Wolf2011-08-291-2/+59
* qemu-img: print error codes when convert failsStefan Hajnoczi2011-08-231-5/+8
* qemu-img: Use qemu_blockalignKevin Wolf2011-08-231-6/+6
* block: add cache=directsync parameter to -driveStefan Hajnoczi2011-08-231-1/+2
* block: parse cache mode flags in a single placeStefan Hajnoczi2011-08-231-24/+3
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-9/+9
* block: add bdrv_get_allocated_file_size() operationFam Zheng2011-07-191-30/+1
* qemu-img: Add cache command line optionFederico Simoncelli2011-07-051-13/+67
* qemu-img: Don't prepend qemu-img to error messages twice.Markus Armbruster2011-06-241-4/+4
* Strip trailing '\n' from error_report()'s first argumentMarkus Armbruster2011-06-241-2/+2
* qemu_img: is_not_zero() optimizationDmitry Konishchev2011-05-181-3/+26
* qemu-img.c: Remove superfluous parenthesisJes Sorensen2011-05-181-3/+3
* qemu-img resize: Fix option parsingKevin Wolf2011-05-031-2/+11
* qemu-img: allow rebase to a NULL backing file when unsafeAnthony Liguori2011-04-271-1/+1
* qemu-img rebase: Fix segfault if backing file can't be openedKevin Wolf2011-04-071-2/+6
* qemu-img: Initial progress printing supportJes Sorensen2011-04-071-2/+36
* qemu-img: Improve error messages for failed bdrv_openKevin Wolf2011-02-101-3/+7
* Make strtosz() return int64_t instead of ssize_tJes Sorensen2011-01-241-1/+1
* qemu-img snapshot: Use writeback cachingKevin Wolf2011-01-241-1/+1
* Remove NULL checks for bdrv_new return valueKevin Wolf2010-12-171-4/+1
* qemu.img.c: Use error_report() instead of own error() implementationJes Sorensen2010-12-171-65/+62
* qemu-img.c: Re-factor img_create()Jes Sorensen2010-12-171-106/+2
* qemu-img: Call error_set_prognameKevin Wolf2010-12-171-0/+3
* qemu-img.c: Clean up handling of image size in img_create()Jes Sorensen2010-12-171-6/+17
* qemu-img: Fail creation if backing format is invalidStefan Hajnoczi2010-12-141-10/+12
* qemu-img: Free option parameter lists in img_create()Stefan Hajnoczi2010-12-141-2/+2
* qemu-img: Deprecate obsolete -6 and -e optionsJes Sorensen2010-12-141-31/+22
* Make error handling more consistent in img_create() and img_resize()Jes Sorensen2010-12-141-6/+12
* Fail if detecting an unknown optionJes Sorensen2010-12-141-0/+8
* Fix formatting and missing braces in qemu-img.cJes Sorensen2010-12-141-26/+51
* Consolidate printing of block driver optionsJes Sorensen2010-12-141-9/+37
* img_convert(): Only try to free bs[] entries if bs is valid.Jes Sorensen2010-12-141-5/+8
* Use qemu_mallocz() instead of calloc() in img_convert()Jes Sorensen2010-12-141-6/+2
* Move qemu_gettimeofday() to OS specific filesJes Sorensen2010-10-301-0/+1
* qemu-img: Fix qemu-img convert -obacking_fileKevin Wolf2010-10-221-0/+7
* Copy snapshots out of QCOW2 diskedison2010-10-221-1/+18
* Use GCC_FMT_ATTR (format checking)Stefan Weil2010-10-031-1/+1
OpenPOWER on IntegriCloud