aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* qemu-img: Improve error messages for failed bdrv_openKevin Wolf2011-02-111-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
* Ask for read-write permissions when opening filesNaphtali Sprei2010-01-261-2/+2
* Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...Naphtali Sprei2010-01-201-4/+6
* qemu-img rebaseKevin Wolf2010-01-131-0/+225
* block: Introduce BDRV_O_NO_BACKINGKevin Wolf2010-01-131-1/+1
* qemu-img: Fix memory leakKevin Wolf2009-12-031-0/+1
* Fix description of size parameter in qemu-img's help textPierre Riteau2009-12-031-3/+3
* qemu-img: There is more than one host device driverKevin Wolf2009-12-031-2/+2
* Documentation: Don't mention old qemu-img optionsKevin Wolf2009-11-091-6/+0