aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-img.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-29qemu-img: Require larger zero areas for sparse handlingKevin Wolf1-2/+59
2011-08-23qemu-img: print error codes when convert failsStefan Hajnoczi1-5/+8
2011-08-23qemu-img: Use qemu_blockalignKevin Wolf1-6/+6
2011-08-23block: add cache=directsync parameter to -driveStefan Hajnoczi1-1/+2
2011-08-23block: parse cache mode flags in a single placeStefan Hajnoczi1-24/+3
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-9/+9
2011-07-19block: add bdrv_get_allocated_file_size() operationFam Zheng1-30/+1
2011-07-05qemu-img: Add cache command line optionFederico Simoncelli1-13/+67
2011-06-24qemu-img: Don't prepend qemu-img to error messages twice.Markus Armbruster1-4/+4
2011-06-24Strip trailing '\n' from error_report()'s first argumentMarkus Armbruster1-2/+2
2011-05-18qemu_img: is_not_zero() optimizationDmitry Konishchev1-3/+26
2011-05-18qemu-img.c: Remove superfluous parenthesisJes Sorensen1-3/+3
2011-05-03qemu-img resize: Fix option parsingKevin Wolf1-2/+11
2011-04-27qemu-img: allow rebase to a NULL backing file when unsafeAnthony Liguori1-1/+1
2011-04-07qemu-img rebase: Fix segfault if backing file can't be openedKevin Wolf1-2/+6
2011-04-07qemu-img: Initial progress printing supportJes Sorensen1-2/+36
2011-02-10qemu-img: Improve error messages for failed bdrv_openKevin Wolf1-3/+7
2011-01-24Make strtosz() return int64_t instead of ssize_tJes Sorensen1-1/+1
2011-01-24qemu-img snapshot: Use writeback cachingKevin Wolf1-1/+1
2010-12-17Remove NULL checks for bdrv_new return valueKevin Wolf1-4/+1
2010-12-17qemu.img.c: Use error_report() instead of own error() implementationJes Sorensen1-65/+62
2010-12-17qemu-img.c: Re-factor img_create()Jes Sorensen1-106/+2
2010-12-17qemu-img: Call error_set_prognameKevin Wolf1-0/+3
2010-12-17qemu-img.c: Clean up handling of image size in img_create()Jes Sorensen1-6/+17
2010-12-14qemu-img: Fail creation if backing format is invalidStefan Hajnoczi1-10/+12
2010-12-14qemu-img: Free option parameter lists in img_create()Stefan Hajnoczi1-2/+2
2010-12-14qemu-img: Deprecate obsolete -6 and -e optionsJes Sorensen1-31/+22
2010-12-14Make error handling more consistent in img_create() and img_resize()Jes Sorensen1-6/+12
2010-12-14Fail if detecting an unknown optionJes Sorensen1-0/+8
2010-12-14Fix formatting and missing braces in qemu-img.cJes Sorensen1-26/+51
2010-12-14Consolidate printing of block driver optionsJes Sorensen1-9/+37
2010-12-14img_convert(): Only try to free bs[] entries if bs is valid.Jes Sorensen1-5/+8
2010-12-14Use qemu_mallocz() instead of calloc() in img_convert()Jes Sorensen1-6/+2
2010-10-30Move qemu_gettimeofday() to OS specific filesJes Sorensen1-0/+1
2010-10-22qemu-img: Fix qemu-img convert -obacking_fileKevin Wolf1-0/+7
2010-10-22Copy snapshots out of QCOW2 diskedison1-1/+18
2010-10-03Use GCC_FMT_ATTR (format checking)Stefan Weil1-1/+1
2010-09-08qemu-img convert: Use cache=unsafe for output imageKevin Wolf1-1/+2
2010-08-30qemu-img rebase: Open new backing file read-onlyKevin Wolf1-1/+1
2010-07-06qemu-img check: Distinguish different kinds of errorsKevin Wolf1-15/+48
2010-07-02qemu-img: avoid calling exit(1) to release resources properlyMORITA Kazutaka1-52/+185
2010-05-28add support for protocol driver create_optionsMORITA Kazutaka1-15/+34
2010-05-22Fix %lld or %llx printf format useBlue Swirl1-5/+5
2010-05-03qemu-img rebase: Fix output image corruptionKevin Wolf1-3/+3
2010-05-03qemu-img: Add 'resize' command to grow/shrink disk imagesStefan Hajnoczi1-0/+92
2010-05-03block: bdrv_has_zero_initKevin Wolf1-2/+4
2010-04-23qemu-img: Fix BRDV_O_FLAGS typoStefan Hajnoczi1-10/+10
2010-04-23qemu-img: Eliminate bdrv_new_open() code duplicationStefan Hajnoczi1-73/+10
2010-04-23Replace calls of old bdrv_openKevin Wolf1-8/+8
2010-03-09block: print errno on errorJuan Quintela1-2/+2