aboutsummaryrefslogtreecommitdiff
path: root/qemu-img.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-21qemu-img: Add --skip-broken-bitmaps for 'convert --bitmaps'Eric Blake1-6/+23
2021-07-21qemu-img: Fail fast on convert --bitmaps with inconsistent bitmapEric Blake1-3/+26
2021-07-12qemu-img: Make unallocated part of backing chain obvious in mapEric Blake1-2/+5
2021-07-09qemu-img: Improve error for rebase without backing formatEric Blake1-0/+3
2021-07-09qemu-img: Require -F with -b backing imageEric Blake1-2/+4
2021-06-25progressmeter: protect with a mutexEmanuele Giuseppe Esposito1-3/+6
2021-04-30qemu-img convert: Unshare write permission for sourceKevin Wolf1-1/+1
2021-03-19qemu-img: Use user_creatable_process_cmdline() for --objectKevin Wolf1-206/+45
2021-01-28qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake1-6/+2
2020-12-19qobject: Change qobject_to_json()'s value to GStringMarkus Armbruster1-13/+12
2020-12-19qobject: Make qobject_to_json_pretty() take a pretty argumentMarkus Armbruster1-4/+4
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake1-3/+2
2020-11-11trace: remove argument from trace_init_filePaolo Bonzini1-4/+2
2020-11-03qemu-img convert: Free @sn_opts in all error casesTuguoyi1-1/+1
2020-10-27qemu-img: add support for rate limit in qemu-img convertZhengui1-1/+26
2020-10-27qemu-img: add support for rate limit in qemu-img commitZhengui1-2/+9
2020-09-23Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-09-21' int...Peter Maydell1-3/+8
2020-09-21qemu-img: Support bitmap --merge into backing imageEric Blake1-3/+8
2020-09-17qemu/: fix some comment spelling errorszhaolichang1-1/+1
2020-09-15qemu-img: Explicit number replaced by a constantYi Li1-5/+5
2020-09-15qemu-img: avoid unaligned read requests during convertPeter Lieven1-0/+22
2020-09-07qemu-img: Use child access functionsMax Reitz1-17/+26
2020-09-02block: add missing socket_init() calls to toolsDaniel P. Berrangé1-0/+2
2020-07-17qemu-img resize: Require --shrink for shrinking all image formatsKevin Wolf1-11/+3
2020-07-14qemu-img: Deprecate use of -b without -FEric Blake1-1/+8
2020-07-14block: Add support to warn on backing file change without formatEric Blake1-2/+2
2020-07-14block: Finish deprecation of 'qemu-img convert -n -o'Eric Blake1-2/+2
2020-07-14qemu-img map: Don't limit block status request sizeKevin Wolf1-4/+1
2020-07-10qemu-img: Ignore Error objects where the return value sufficesMarkus Armbruster1-12/+3
2020-07-10qemu-option: Use returned bool to check for failureMarkus Armbruster1-13/+7
2020-07-06qemu-img: convert: don't use unallocated_blocks_are_zeroVladimir Sementsov-Ogievskiy1-3/+1
2020-07-06block/amend: refactor qcow2 amend optionsMaxim Levitsky1-2/+16
2020-07-06block/amend: separate amend and create options for qemu-imgMaxim Levitsky1-9/+9
2020-07-06block/amend: add 'force' optionMaxim Levitsky1-1/+7
2020-07-03qemu-img convert: Don't pre-zero imagesKevin Wolf1-9/+0
2020-05-28qemu-img: Add convert --bitmaps optionEric Blake1-3/+67
2020-05-28qemu-img: Factor out code for merging bitmapsEric Blake1-13/+21
2020-05-28qcow2: Expose bitmaps' size during measureEric Blake1-0/+3
2020-05-19qemu-img: Add bitmap sub-commandEric Blake1-0/+248
2020-05-19qemu-img: Fix stale comments on doc locationEric Blake1-1/+1
2020-05-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-5/+14
2020-05-18block: Use blk_make_empty() after commitsMax Reitz1-5/+14
2020-05-18qemu-img: Add --start-offset and --max-length to mapEyal Moscovici1-1/+21
2020-05-18qemu-img: refactor dump_map_entry JSON format outputEyal Moscovici1-4/+8
2020-05-18qemu-img: validate image length in img_mapEyal Moscovici1-0/+5
2020-05-18qemu_img: add cvtnum_full to print error reportsEyal Moscovici1-42/+34
2020-04-30block-backend: Add flags to blk_truncate()Kevin Wolf1-1/+1
2020-04-29qemu-img: Reject broken -o ""Markus Armbruster1-2/+4
2020-04-29qemu-img: Move is_valid_option_list() to qemu-img.c and rewriteMarkus Armbruster1-0/+26
2020-04-29qemu-img: Factor out accumulate_options() helperMarkus Armbruster1-36/+23