summaryrefslogtreecommitdiff
path: root/qemu-img.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-06tools: initialize main loop before block layerPaolo Bonzini1-2/+1
2012-10-24qemu-img: Add --backing-chain option to info commandStefan Hajnoczi1-14/+153
2012-10-24qemu-img rebase: use empty string to rebase without backing fileAlex Bligh1-10/+19
2012-10-24qemu-img: Fix division by zero for zero size imagesKevin Wolf1-8/+15
2012-09-17Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori1-54/+203
2012-09-14Spelling fixes in comments and documentationStefan Weil1-1/+1
2012-09-12Don't require encryption password for 'qemu-img info' commandDaniel P. Berrange1-10/+11
2012-09-12qemu-img: Add json output option to the info command.BenoƮt Canet1-44/+192
2012-08-10block: add BLOCK_O_CHECK for qemu-img checkStefan Hajnoczi1-1/+1
2012-08-06qemu-img: use QemuOpts instead of QEMUOptionParameter in resize functionDong Xu Wang1-11/+17
2012-08-02Support 'help' as a synonym for '?' in command line optionsPeter Maydell1-2/+2
2012-06-15block: Replace bdrv_get_format() by bdrv_get_format_name()Markus Armbruster1-3/+2
2012-06-15qemu-img check: Print fixed clusters and recheckKevin Wolf1-0/+10
2012-06-15qemu-img check -r for repairing imagesKevin Wolf1-3/+22
2012-05-14qemu-img: Fix segmentation faultCharles Arnold1-1/+3
2012-05-10qemu-img: make "info" backing file output correct and easier to usePaolo Bonzini1-5/+7
2012-04-20qemu-img: let 'qemu-img convert' flush dataLiu Yuan1-2/+2
2012-04-05qemu-img: add dirty flag statusDong Xu Wang1-0/+3
2012-04-05qemu-img: add image fragmentation statisticsDong Xu Wang1-1/+8
2012-03-12qcow2: Add error messages in qcow2_truncateKevin Wolf1-1/+1
2012-02-29qemu-img: fix segment fault when the image format is qedZhi Yong Wu1-0/+2
2012-02-09cutils: extract buffer_is_zero() from qemu-img.cStefan Hajnoczi1-39/+7
2011-12-15qemu-img rebase: Fix for undersized backing filesKevin Wolf1-9/+33
2011-11-28qemu-img: Tighten parsing of size argumentsMarkus Armbruster1-4/+6
2011-10-21qemu-img: Don't allow preallocation and compression at the same timeKevin Wolf1-0/+11
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