summaryrefslogtreecommitdiff
path: root/qemu-img.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-03qemu-img: Plug memory leak in convert commandMarkus Armbruster1-1/+1
2013-11-15qemu-img: Fix overwriting 'ret' before usingFam Zheng1-3/+3
2013-10-24qemu-img: add special exit code if bdrv_check is not supportedPeter Lieven1-1/+1
2013-09-12qemu-img: fix invalid JSONPaolo Bonzini1-1/+1
2013-09-12qemu-img create: Emit filename on errorMax Reitz1-1/+1
2013-09-12block: Error parameter for create functionsMax Reitz1-11/+5
2013-09-12block: Error parameter for open functionsMax Reitz1-7/+14
2013-09-12snapshot: distinguish id and name in snapshot deleteWenchao Xia1-4/+7
2013-09-12block: Image file option amendmentMax Reitz1-0/+84
2013-09-06qemu-img: add a "map" subcommandPaolo Bonzini1-0/+191
2013-09-06block: make bdrv_has_zero_init return false for copy-on-write-imagesPaolo Bonzini1-8/+1
2013-09-06qemu-img: always probe the input image for allocated sectorsPaolo Bonzini1-21/+19
2013-09-06block: expect errors from bdrv_co_is_allocatedPaolo Bonzini1-2/+14
2013-09-06block: make bdrv_delete() staticFam Zheng1-13/+13
2013-09-06add qemu-img convert -n option (skip target volume creation)Alexandre Derumier1-15/+38
2013-08-06ignore SIGPIPE in qemu-img and qemu-ioMORITA Kazutaka1-0/+4
2013-08-06qemu-img: Error out for excess argumentsKevin Wolf1-7/+10
2013-07-15block: Don't parse protocol from file.filenameKevin Wolf1-2/+2
2013-06-21qemu-img: Add missing GCC_FMT_ATTRStefan Weil1-1/+1
2013-06-07block: add image info query function bdrv_query_image_info()Wenchao Xia1-5/+6
2013-06-07block: add snapshot info query function bdrv_query_snapshot_info_list()Wenchao Xia1-1/+4
2013-06-06cutils: Support 'P' and 'E' suffixes in strtosz()Kevin Wolf1-4/+6
2013-06-04block: dump snapshot and image info to specified outputWenchao Xia1-4/+5
2013-06-04block: move qmp and info dump related code to block/qapi.cWenchao Xia1-152/+4
2013-04-22qemu-img: do not zero-pad the compressed write bufferStefan Hajnoczi1-6/+2
2013-03-15block: Add options QDict to bdrv_open() prototypeKevin Wolf1-3/+3
2013-02-22qemu-img: Add compare subcommandMiroslav Rezanina1-1/+289
2013-02-22qemu-img: Add "Quiet mode" optionMiroslav Rezanina1-48/+106
2013-02-22qemu-img: add compressed clusters to BlockFragInfoStefan Hajnoczi1-2/+5
2013-02-22qemu-img: fix missing space in qemu-img check outputStefan Hajnoczi1-4/+5
2013-02-22qemu-img: add json output option to the check commandFederico Simoncelli1-63/+169
2013-02-22qemu-img: find the image end offset during checkFederico Simoncelli1-0/+4
2013-01-02qemu-img: report size overflow error messageliguang1-3/+7
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-3/+3
2012-12-19block: move include files to include/block/Paolo Bonzini1-1/+1
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini1-1/+1
2012-12-11use qemu_opts_create_nofailDong Xu Wang1-1/+1
2012-12-11qemu-img: img_create(): drop unneeded goto and ret variableLuiz Capitulino1-10/+4
2012-12-11qemu-img: img_create(): pass Error object to bdrv_img_create()Luiz Capitulino1-2/+9
2012-12-11block: bdrv_img_create(): add Error ** argumentLuiz Capitulino1-1/+1
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