Age | Commit message (Expand) | Author |
2013-12-13 | qemu-img: make progress output more accurate during convert | Peter Lieven |
2013-12-06 | qemu-img: decrease progress update interval on convert | Peter Lieven |
2013-12-06 | qemu-img: round down request length to an aligned sector | Peter Lieven |
2013-12-05 | qemu-img: dynamically adjust iobuffer size during convert | Peter Lieven |
2013-12-05 | qemu-img: fix usage instruction for qemu-img convert | Peter Lieven |
2013-12-05 | qemu-img: add support for skipping zeroes in input during convert | Peter Lieven |
2013-12-04 | qemu-img: add -l for snapshot in convert | Wenchao Xia |
2013-12-04 | snapshot: distinguish id and name in load_tmp | Wenchao Xia |
2013-11-28 | qemu-img: conditionally zero out target on convert | Peter Lieven |
2013-11-28 | qemu-img: add support for fully allocated images | Peter Lieven |
2013-11-15 | qemu-img: Fix overwriting 'ret' before using | Fam Zheng |
2013-10-24 | qemu-img: add special exit code if bdrv_check is not supported | Peter Lieven |
2013-09-12 | qemu-img: fix invalid JSON | Paolo Bonzini |
2013-09-12 | qemu-img create: Emit filename on error | Max Reitz |
2013-09-12 | block: Error parameter for create functions | Max Reitz |
2013-09-12 | block: Error parameter for open functions | Max Reitz |
2013-09-12 | snapshot: distinguish id and name in snapshot delete | Wenchao Xia |
2013-09-12 | block: Image file option amendment | Max Reitz |
2013-09-06 | qemu-img: add a "map" subcommand | Paolo Bonzini |
2013-09-06 | block: make bdrv_has_zero_init return false for copy-on-write-images | Paolo Bonzini |
2013-09-06 | qemu-img: always probe the input image for allocated sectors | Paolo Bonzini |
2013-09-06 | block: expect errors from bdrv_co_is_allocated | Paolo Bonzini |
2013-09-06 | block: make bdrv_delete() static | Fam Zheng |
2013-09-06 | add qemu-img convert -n option (skip target volume creation) | Alexandre Derumier |
2013-08-06 | ignore SIGPIPE in qemu-img and qemu-io | MORITA Kazutaka |
2013-08-06 | qemu-img: Error out for excess arguments | Kevin Wolf |
2013-07-15 | block: Don't parse protocol from file.filename | Kevin Wolf |
2013-06-21 | qemu-img: Add missing GCC_FMT_ATTR | Stefan Weil |
2013-06-07 | block: add image info query function bdrv_query_image_info() | Wenchao Xia |
2013-06-07 | block: add snapshot info query function bdrv_query_snapshot_info_list() | Wenchao Xia |
2013-06-06 | cutils: Support 'P' and 'E' suffixes in strtosz() | Kevin Wolf |
2013-06-04 | block: dump snapshot and image info to specified output | Wenchao Xia |
2013-06-04 | block: move qmp and info dump related code to block/qapi.c | Wenchao Xia |
2013-04-22 | qemu-img: do not zero-pad the compressed write buffer | Stefan Hajnoczi |
2013-03-15 | block: Add options QDict to bdrv_open() prototype | Kevin Wolf |
2013-02-22 | qemu-img: Add compare subcommand | Miroslav Rezanina |
2013-02-22 | qemu-img: Add "Quiet mode" option | Miroslav Rezanina |
2013-02-22 | qemu-img: add compressed clusters to BlockFragInfo | Stefan Hajnoczi |
2013-02-22 | qemu-img: fix missing space in qemu-img check output | Stefan Hajnoczi |
2013-02-22 | qemu-img: add json output option to the check command | Federico Simoncelli |
2013-02-22 | qemu-img: find the image end offset during check | Federico Simoncelli |
2013-01-02 | qemu-img: report size overflow error message | liguang |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-12-19 | block: move include files to include/block/ | Paolo Bonzini |
2012-12-19 | qapi: move include files to include/qobject/ | Paolo Bonzini |
2012-12-11 | use qemu_opts_create_nofail | Dong Xu Wang |
2012-12-11 | qemu-img: img_create(): drop unneeded goto and ret variable | Luiz Capitulino |
2012-12-11 | qemu-img: img_create(): pass Error object to bdrv_img_create() | Luiz Capitulino |
2012-12-11 | block: bdrv_img_create(): add Error ** argument | Luiz Capitulino |