aboutsummaryrefslogtreecommitdiff
path: root/qemu-img.c
AgeCommit message (Expand)Author
2020-12-19qobject: Change qobject_to_json()'s value to GStringMarkus Armbruster
2020-12-19qobject: Make qobject_to_json_pretty() take a pretty argumentMarkus Armbruster
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake
2020-11-11trace: remove argument from trace_init_filePaolo Bonzini
2020-11-03qemu-img convert: Free @sn_opts in all error casesTuguoyi
2020-10-27qemu-img: add support for rate limit in qemu-img convertZhengui
2020-10-27qemu-img: add support for rate limit in qemu-img commitZhengui
2020-09-23Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-09-21' int...Peter Maydell
2020-09-21qemu-img: Support bitmap --merge into backing imageEric Blake
2020-09-17qemu/: fix some comment spelling errorszhaolichang
2020-09-15qemu-img: Explicit number replaced by a constantYi Li
2020-09-15qemu-img: avoid unaligned read requests during convertPeter Lieven
2020-09-07qemu-img: Use child access functionsMax Reitz
2020-09-02block: add missing socket_init() calls to toolsDaniel P. Berrangé
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