| Commit message (Expand) | Author | Age | Files | Lines |
* | maint: Include bug-reporting info in --help output | Eric Blake | 2017-08-08 | 1 | -1/+1 |
* | maint: Reorder include directives for qemu-{nbd, io} | Eric Blake | 2017-07-24 | 1 | -1/+2 |
* | qemu-img: Check for backing image if specified during create | John Snow | 2017-07-18 | 1 | -5/+11 |
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-07-12' into ... | Peter Maydell | 2017-07-13 | 1 | -1/+1 |
|\ |
|
| * | qobject: Catch another straggler for use of qdict_put_str() | Eric Blake | 2017-07-12 | 1 | -1/+1 |
* | | qemu-img: Expose PreallocMode for resizing | Max Reitz | 2017-07-11 | 1 | -3/+30 |
* | | block: Add PreallocMode to blk_truncate() | Max Reitz | 2017-07-11 | 1 | -1/+1 |
* | | qemu-img: add measure subcommand | Stefan Hajnoczi | 2017-07-11 | 1 | -0/+234 |
* | | block: rip out all traces of password prompting | Daniel P. Berrange | 2017-07-11 | 1 | -31/+0 |
* | | block: deprecate "encryption=on" in favor of "encrypt.format=aes" | Daniel P. Berrange | 2017-07-11 | 1 | -1/+3 |
|/ |
|
* | block: Make bdrv_is_allocated_above() byte-based | Eric Blake | 2017-07-10 | 1 | -3/+10 |
* | block: Make bdrv_is_allocated() byte-based | Eric Blake | 2017-07-10 | 1 | -1/+7 |
* | qemu-img: drop -e and -6 options from the 'create' & 'convert' commands | Daniel P. Berrange | 2017-07-10 | 1 | -18/+2 |
* | qemu-img: don't shadow opts variable in img_dd() | Stefan Hajnoczi | 2017-06-26 | 1 | -6/+3 |
* | fix: avoid an infinite loop or a dangling pointer problem in img_commit | sochin.jiang | 2017-06-26 | 1 | -7/+13 |
* | Merge remote-tracking branch 'kwolf/tags/for-upstream' into staging | Stefan Hajnoczi | 2017-05-30 | 1 | -31/+117 |
|\ |
|
| * | qemu-img: Fix leakage of options on error | Fam Zheng | 2017-05-29 | 1 | -0/+1 |
| * | qemu-img: copy *key-secret opts when opening newly created files | Daniel P. Berrange | 2017-05-29 | 1 | -5/+37 |
| * | qemu-img: introduce --target-image-opts for 'convert' command | Daniel P. Berrange | 2017-05-29 | 1 | -27/+57 |
| * | qemu-img: fix --image-opts usage with dd command | Daniel P. Berrange | 2017-05-29 | 1 | -2/+7 |
| * | qemu-img: add support for --object with 'dd' command | Daniel P. Berrange | 2017-05-29 | 1 | -0/+18 |
* | | block: Use QDict helpers for --force-share | Eric Blake | 2017-05-23 | 1 | -4/+3 |
|/ |
|
* | qemu-img: wait for convert coroutines to complete | Anton Nefedov | 2017-05-11 | 1 | -15/+11 |
* | qemu-img: Add --force-share option to subcommands | Fam Zheng | 2017-05-11 | 1 | -36/+117 |
* | qobject: Use simpler QDict/QList scalar insertion macros | Eric Blake | 2017-05-09 | 1 | -3/+3 |
* | qemu-img: use blk_co_pwrite_zeroes for zero sectors when compressed | Lidong Chen | 2017-04-28 | 1 | -30/+14 |
* | qemu-img: improve convert_iteration_sectors() | Vladimir Sementsov-Ogievskiy | 2017-04-28 | 1 | -22/+10 |
* | block: Add errp to b{lk,drv}_truncate() | Max Reitz | 2017-04-28 | 1 | -13/+4 |
* | qemu-img/convert: Move bs_n > 1 && -B check down | Max Reitz | 2017-04-27 | 1 | -6/+7 |
* | qemu-img/convert: Use @opts for one thing only | Max Reitz | 2017-04-27 | 1 | -4/+6 |
* | qemu-img: simplify img_convert | Peter Lieven | 2017-04-27 | 1 | -120/+81 |
* | block: Make errp the last parameter of commit_active_start | Fam Zheng | 2017-04-24 | 1 | -1/+1 |
* | block: Make errp the last parameter of bdrv_img_create | Fam Zheng | 2017-04-24 | 1 | -1/+1 |
* | qemu-img: print short help on getopt failure | Stefan Hajnoczi | 2017-03-27 | 1 | -20/+97 |
* | qemu-img: fix switch indentation in img_amend() | Stefan Hajnoczi | 2017-03-27 | 1 | -41/+41 |
* | qemu-img: show help for invalid global options | Stefan Hajnoczi | 2017-03-27 | 1 | -0/+1 |
* | commit: Add filter-node-name to block-commit | Kevin Wolf | 2017-02-28 | 1 | -2/+2 |
* | mirror: Use real permissions in mirror/active commit block job | Kevin Wolf | 2017-02-28 | 1 | -1/+5 |
* | block: Add BDRV_O_RESIZE for blk_new_open() | Kevin Wolf | 2017-02-28 | 1 | -1/+1 |
* | qemu-img: make convert async | Peter Lieven | 2017-02-28 | 1 | -96/+226 |
* | util/cutils: Change qemu_strtosz*() from int64_t to uint64_t | Markus Armbruster | 2017-02-23 | 1 | -1/+4 |
* | util/cutils: Return qemu_strtosz*() error and value separately | Markus Armbruster | 2017-02-23 | 1 | -3/+7 |
* | util/cutils: Let qemu_strtosz*() optionally reject trailing crap | Markus Armbruster | 2017-02-23 | 1 | -6/+1 |
* | qemu-img: Wrap cvtnum() around qemu_strtosz() | Markus Armbruster | 2017-02-23 | 1 | -27/+31 |
* | util/cutils: New qemu_strtosz() | Markus Armbruster | 2017-02-23 | 1 | -10/+8 |
* | qemu-img: Avoid setting ret to unused value in img_convert() | Peter Maydell | 2017-02-12 | 1 | -4/+4 |
* | qemu-img: Use qemu_strtoul() rather than raw strtoul() | Peter Maydell | 2017-02-12 | 1 | -16/+16 |
* | qemu-img: Improve commit invalid base message | Max Reitz | 2017-02-12 | 1 | -1/+3 |
* | qemu-img: remove dead check | Paolo Bonzini | 2017-01-24 | 1 | -7/+5 |
* | qemu-img: fix in-flight count for qemu-img bench | Paolo Bonzini | 2017-01-09 | 1 | -7/+10 |