aboutsummaryrefslogtreecommitdiff
path: root/qemu-img.c
AgeCommit message (Expand)Author
2020-05-19qemu-img: Add bitmap sub-commandEric Blake
2020-05-19qemu-img: Fix stale comments on doc locationEric Blake
2020-05-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2020-05-18block: Use blk_make_empty() after commitsMax Reitz
2020-05-18qemu-img: Add --start-offset and --max-length to mapEyal Moscovici
2020-05-18qemu-img: refactor dump_map_entry JSON format outputEyal Moscovici
2020-05-18qemu-img: validate image length in img_mapEyal Moscovici
2020-05-18qemu_img: add cvtnum_full to print error reportsEyal Moscovici
2020-04-30block-backend: Add flags to blk_truncate()Kevin Wolf
2020-04-29qemu-img: Reject broken -o ""Markus Armbruster
2020-04-29qemu-img: Move is_valid_option_list() to qemu-img.c and rewriteMarkus Armbruster
2020-04-29qemu-img: Factor out accumulate_options() helperMarkus Armbruster
2020-04-07qemu-img: Report convert errors by bytes, not sectorsEric Blake
2020-03-26qemu-img: Fix check's leak/corruption fix reportMax Reitz
2020-03-11job: refactor progress to separate objectVladimir Sementsov-Ogievskiy
2020-03-11qemu-img: free memory before re-assignPan Nengyuan
2020-03-11qemu-img: allow qemu-img measure --object without a filenameStefan Hajnoczi
2020-02-20qemu-img: Fix convert -n -B for backing-less targetsMax Reitz
2020-02-20qemu-img: Add --target-is-zero to convertDavid Edmondson
2020-01-30qemu-img: adds option to use aio engine for benchmarkingAarushi Mehta
2019-12-18qemu-img: fix info --backing-chain --image-optsStefan Hajnoczi
2019-10-28Revert "qemu-img: Check post-truncation size"Max Reitz
2019-10-28block: Pass truncate exact=true where reasonableMax Reitz
2019-10-28block: Add @exact parameter to bdrv_co_truncate()Max Reitz
2019-10-14qemu-img: Support help options for --objectKevin Wolf
2019-09-16block: Use QEMU_IS_ALIGNEDNir Soffer
2019-08-27block: define .*_part io handlers in BlockDriverVladimir Sementsov-Ogievskiy
2019-08-19qemu-img: Fix bdrv_has_zero_init() use in convertMax Reitz
2019-08-16Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-08-16qemu-img convert: Deprecate using -n and -o togetherKevin Wolf
2019-07-02block: include base when checking image chain for block allocationAndrey Shinkevich
2019-06-14qemu-img: Add salvaging mode to convertMax Reitz
2019-06-14qemu-img: Move quiet into ImgConvertStateMax Reitz
2019-06-14qemu-img: Fix options leakage in img_rebase()Max Reitz
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-06-04block: Add BlockBackend.ctxKevin Wolf
2019-05-28qemu-img: rebase: Reuse in-chain BlockDriverStateSam Eiderman
2019-05-28qemu-img: rebase: Reduce reads on in-chain rebaseSam Eiderman
2019-05-28qemu-img: rebase: Reuse parent BlockDriverStateSam Eiderman
2019-05-10qemu-img: Use zero writes after source backing EOFMax Reitz
2019-05-10qemu-img: Allow rebase with no input baseMax Reitz
2019-05-10qemu-img: Use IEC binary prefixes for size constantsStefano Garzarella
2019-04-30qemu-img: use buffer-based ioVladimir Sementsov-Ogievskiy
2019-04-30qemu-img: Make create hint at protocol optionsMax Reitz
2019-04-18block/qapi: Clean up how we print to monitor or stdoutMarkus Armbruster
2019-04-17qemu-img: Use error_vreport() in error_exit()Markus Armbruster
2019-04-17log: Make glib logging go through QEMUChristophe Fergeau