aboutsummaryrefslogtreecommitdiff
path: root/qemu-img.c
AgeCommit message (Expand)Author
2013-11-15qemu-img: Fix overwriting 'ret' before usingFam Zheng
2013-10-24qemu-img: add special exit code if bdrv_check is not supportedPeter Lieven
2013-09-12qemu-img: fix invalid JSONPaolo Bonzini
2013-09-12qemu-img create: Emit filename on errorMax Reitz
2013-09-12block: Error parameter for create functionsMax Reitz
2013-09-12block: Error parameter for open functionsMax Reitz
2013-09-12snapshot: distinguish id and name in snapshot deleteWenchao Xia
2013-09-12block: Image file option amendmentMax Reitz
2013-09-06qemu-img: add a "map" subcommandPaolo Bonzini
2013-09-06block: make bdrv_has_zero_init return false for copy-on-write-imagesPaolo Bonzini
2013-09-06qemu-img: always probe the input image for allocated sectorsPaolo Bonzini
2013-09-06block: expect errors from bdrv_co_is_allocatedPaolo Bonzini
2013-09-06block: make bdrv_delete() staticFam Zheng
2013-09-06add qemu-img convert -n option (skip target volume creation)Alexandre Derumier
2013-08-06ignore SIGPIPE in qemu-img and qemu-ioMORITA Kazutaka
2013-08-06qemu-img: Error out for excess argumentsKevin Wolf
2013-07-15block: Don't parse protocol from file.filenameKevin Wolf
2013-06-21qemu-img: Add missing GCC_FMT_ATTRStefan Weil
2013-06-07block: add image info query function bdrv_query_image_info()Wenchao Xia
2013-06-07block: add snapshot info query function bdrv_query_snapshot_info_list()Wenchao Xia
2013-06-06cutils: Support 'P' and 'E' suffixes in strtosz()Kevin Wolf
2013-06-04block: dump snapshot and image info to specified outputWenchao Xia
2013-06-04block: move qmp and info dump related code to block/qapi.cWenchao Xia
2013-04-22qemu-img: do not zero-pad the compressed write bufferStefan Hajnoczi
2013-03-15block: Add options QDict to bdrv_open() prototypeKevin Wolf
2013-02-22qemu-img: Add compare subcommandMiroslav Rezanina
2013-02-22qemu-img: Add "Quiet mode" optionMiroslav Rezanina
2013-02-22qemu-img: add compressed clusters to BlockFragInfoStefan Hajnoczi
2013-02-22qemu-img: fix missing space in qemu-img check outputStefan Hajnoczi
2013-02-22qemu-img: add json output option to the check commandFederico Simoncelli
2013-02-22qemu-img: find the image end offset during checkFederico Simoncelli
2013-01-02qemu-img: report size overflow error messageliguang
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19block: move include files to include/block/Paolo Bonzini
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini
2012-12-11use qemu_opts_create_nofailDong Xu Wang
2012-12-11qemu-img: img_create(): drop unneeded goto and ret variableLuiz Capitulino
2012-12-11qemu-img: img_create(): pass Error object to bdrv_img_create()Luiz Capitulino
2012-12-11block: bdrv_img_create(): add Error ** argumentLuiz Capitulino
2012-11-06tools: initialize main loop before block layerPaolo Bonzini
2012-10-24qemu-img: Add --backing-chain option to info commandStefan Hajnoczi
2012-10-24qemu-img rebase: use empty string to rebase without backing fileAlex Bligh
2012-10-24qemu-img: Fix division by zero for zero size imagesKevin Wolf
2012-09-17Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2012-09-14Spelling fixes in comments and documentationStefan Weil
2012-09-12Don't require encryption password for 'qemu-img info' commandDaniel P. Berrange
2012-09-12qemu-img: Add json output option to the info command.BenoƮt Canet
2012-08-10block: add BLOCK_O_CHECK for qemu-img checkStefan Hajnoczi
2012-08-06qemu-img: use QemuOpts instead of QEMUOptionParameter in resize functionDong Xu Wang