aboutsummaryrefslogtreecommitdiff
path: root/qemu-img.c
AgeCommit message (Expand)Author
2020-07-17qemu-img resize: Require --shrink for shrinking all image formatsKevin Wolf
2020-07-14qemu-img: Deprecate use of -b without -FEric Blake
2020-07-14block: Add support to warn on backing file change without formatEric Blake
2020-07-14block: Finish deprecation of 'qemu-img convert -n -o'Eric Blake
2020-07-14qemu-img map: Don't limit block status request sizeKevin Wolf
2020-07-10qemu-img: Ignore Error objects where the return value sufficesMarkus Armbruster
2020-07-10qemu-option: Use returned bool to check for failureMarkus Armbruster
2020-07-06qemu-img: convert: don't use unallocated_blocks_are_zeroVladimir Sementsov-Ogievskiy
2020-07-06block/amend: refactor qcow2 amend optionsMaxim Levitsky
2020-07-06block/amend: separate amend and create options for qemu-imgMaxim Levitsky
2020-07-06block/amend: add 'force' optionMaxim Levitsky
2020-07-03qemu-img convert: Don't pre-zero imagesKevin Wolf
2020-05-28qemu-img: Add convert --bitmaps optionEric Blake
2020-05-28qemu-img: Factor out code for merging bitmapsEric Blake
2020-05-28qcow2: Expose bitmaps' size during measureEric Blake
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