aboutsummaryrefslogtreecommitdiff
path: root/qemu-img.c
AgeCommit message (Expand)Author
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
2010-10-03Use GCC_FMT_ATTR (format checking)Stefan Weil
2010-09-08qemu-img convert: Use cache=unsafe for output imageKevin Wolf
2010-08-30qemu-img rebase: Open new backing file read-onlyKevin Wolf
2010-07-06qemu-img check: Distinguish different kinds of errorsKevin Wolf
2010-07-02qemu-img: avoid calling exit(1) to release resources properlyMORITA Kazutaka
2010-05-28add support for protocol driver create_optionsMORITA Kazutaka
2010-05-22Fix %lld or %llx printf format useBlue Swirl
2010-05-03qemu-img rebase: Fix output image corruptionKevin Wolf
2010-05-03qemu-img: Add 'resize' command to grow/shrink disk imagesStefan Hajnoczi
2010-05-03block: bdrv_has_zero_initKevin Wolf
2010-04-23qemu-img: Fix BRDV_O_FLAGS typoStefan Hajnoczi
2010-04-23qemu-img: Eliminate bdrv_new_open() code duplicationStefan Hajnoczi
2010-04-23Replace calls of old bdrv_openKevin Wolf
2010-03-09block: print errno on errorJuan Quintela