summaryrefslogtreecommitdiffstats
path: root/qemu-img.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* qemu-img convert: Use cache=unsafe for output imageKevin Wolf2010-09-081-1/+2
* qemu-img rebase: Open new backing file read-onlyKevin Wolf2010-08-301-1/+1
* qemu-img check: Distinguish different kinds of errorsKevin Wolf2010-07-061-15/+48
* qemu-img: avoid calling exit(1) to release resources properlyMORITA Kazutaka2010-07-021-52/+185
* add support for protocol driver create_optionsMORITA Kazutaka2010-05-281-15/+34
* Fix %lld or %llx printf format useBlue Swirl2010-05-221-5/+5
* qemu-img rebase: Fix output image corruptionKevin Wolf2010-05-031-3/+3
* qemu-img: Add 'resize' command to grow/shrink disk imagesStefan Hajnoczi2010-05-031-0/+92
* block: bdrv_has_zero_initKevin Wolf2010-05-031-2/+4
* qemu-img: Fix BRDV_O_FLAGS typoStefan Hajnoczi2010-04-231-10/+10
* qemu-img: Eliminate bdrv_new_open() code duplicationStefan Hajnoczi2010-04-231-73/+10
* Replace calls of old bdrv_openKevin Wolf2010-04-231-8/+8
* block: print errno on errorJuan Quintela2010-03-091-2/+2
* qemu-img rebase: Add -f optionKevin Wolf2010-03-091-4/+16
* qemu-img: Fix error messageKevin Wolf2010-02-191-1/+1
* qemu-img: Fix segfault during rebaseKevin Wolf2010-02-191-1/+1
* qemu-img: use the heap instead of the huge stack array for win32TeLeMan2010-02-101-3/+11
* qemu-img: Fix qemu-img can't create qcow image based on read-only imageSheng Yang2010-02-101-5/+10
* qemu-img: avoid preprocessor directives in a printf callPaolo Bonzini2010-02-081-4/+5
* Revert "On some systems printf is a macro"malc2010-02-081-30/+30
* On some systems printf is a macromalc2010-02-071-30/+30
OpenPOWER on IntegriCloud