summaryrefslogtreecommitdiffstats
path: root/qemu-img.c
Commit message (Expand)AuthorAgeFilesLines
* qemu-img: fix invalid JSONPaolo Bonzini2013-09-121-1/+1
* qemu-img create: Emit filename on errorMax Reitz2013-09-121-1/+1
* block: Error parameter for create functionsMax Reitz2013-09-121-11/+5
* block: Error parameter for open functionsMax Reitz2013-09-121-7/+14
* snapshot: distinguish id and name in snapshot deleteWenchao Xia2013-09-121-4/+7
* block: Image file option amendmentMax Reitz2013-09-121-0/+84
* qemu-img: add a "map" subcommandPaolo Bonzini2013-09-061-0/+191
* block: make bdrv_has_zero_init return false for copy-on-write-imagesPaolo Bonzini2013-09-061-8/+1
* qemu-img: always probe the input image for allocated sectorsPaolo Bonzini2013-09-061-21/+19
* block: expect errors from bdrv_co_is_allocatedPaolo Bonzini2013-09-061-2/+14
* block: make bdrv_delete() staticFam Zheng2013-09-061-13/+13
* add qemu-img convert -n option (skip target volume creation)Alexandre Derumier2013-09-061-15/+38
* ignore SIGPIPE in qemu-img and qemu-ioMORITA Kazutaka2013-08-061-0/+4
* qemu-img: Error out for excess argumentsKevin Wolf2013-08-061-7/+10
* block: Don't parse protocol from file.filenameKevin Wolf2013-07-151-2/+2
* qemu-img: Add missing GCC_FMT_ATTRStefan Weil2013-06-211-1/+1
* block: add image info query function bdrv_query_image_info()Wenchao Xia2013-06-071-5/+6
* block: add snapshot info query function bdrv_query_snapshot_info_list()Wenchao Xia2013-06-071-1/+4
* cutils: Support 'P' and 'E' suffixes in strtosz()Kevin Wolf2013-06-061-4/+6
* block: dump snapshot and image info to specified outputWenchao Xia2013-06-041-4/+5
* block: move qmp and info dump related code to block/qapi.cWenchao Xia2013-06-041-152/+4
* qemu-img: do not zero-pad the compressed write bufferStefan Hajnoczi2013-04-221-6/+2
* block: Add options QDict to bdrv_open() prototypeKevin Wolf2013-03-151-3/+3
* qemu-img: Add compare subcommandMiroslav Rezanina2013-02-221-1/+289
* qemu-img: Add "Quiet mode" optionMiroslav Rezanina2013-02-221-48/+106
* qemu-img: add compressed clusters to BlockFragInfoStefan Hajnoczi2013-02-221-2/+5
* qemu-img: fix missing space in qemu-img check outputStefan Hajnoczi2013-02-221-4/+5
* qemu-img: add json output option to the check commandFederico Simoncelli2013-02-221-63/+169
* qemu-img: find the image end offset during checkFederico Simoncelli2013-02-221-0/+4
* qemu-img: report size overflow error messageliguang2013-01-021-3/+7
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-3/+3
* block: move include files to include/block/Paolo Bonzini2012-12-191-1/+1
* qapi: move include files to include/qobject/Paolo Bonzini2012-12-191-1/+1
* use qemu_opts_create_nofailDong Xu Wang2012-12-111-1/+1
* qemu-img: img_create(): drop unneeded goto and ret variableLuiz Capitulino2012-12-111-10/+4
* qemu-img: img_create(): pass Error object to bdrv_img_create()Luiz Capitulino2012-12-111-2/+9
* block: bdrv_img_create(): add Error ** argumentLuiz Capitulino2012-12-111-1/+1
* tools: initialize main loop before block layerPaolo Bonzini2012-11-061-2/+1
* qemu-img: Add --backing-chain option to info commandStefan Hajnoczi2012-10-241-14/+153
* qemu-img rebase: use empty string to rebase without backing fileAlex Bligh2012-10-241-10/+19
* qemu-img: Fix division by zero for zero size imagesKevin Wolf2012-10-241-8/+15
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2012-09-171-54/+203
|\
| * Don't require encryption password for 'qemu-img info' commandDaniel P. Berrange2012-09-121-10/+11
| * qemu-img: Add json output option to the info command.BenoƮt Canet2012-09-121-44/+192
* | Spelling fixes in comments and documentationStefan Weil2012-09-141-1/+1
|/
* block: add BLOCK_O_CHECK for qemu-img checkStefan Hajnoczi2012-08-101-1/+1
* qemu-img: use QemuOpts instead of QEMUOptionParameter in resize functionDong Xu Wang2012-08-061-11/+17
* Support 'help' as a synonym for '?' in command line optionsPeter Maydell2012-08-021-2/+2
* block: Replace bdrv_get_format() by bdrv_get_format_name()Markus Armbruster2012-06-151-3/+2
OpenPOWER on IntegriCloud