aboutsummaryrefslogtreecommitdiff
path: root/qemu-img.c
AgeCommit message (Expand)Author
2022-04-26qapi: rename BlockDirtyBitmapMergeSource to BlockDirtyBitmapOrStrVladimir Sementsov-Ogievskiy
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau
2022-04-21include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau
2022-04-20util/log: Pass Error pointer to qemu_set_logRichard Henderson
2022-04-06include: move progress API to qemu-progress.hMarc-André Lureau
2022-04-06Replace qemu_gettimeofday() with g_get_real_time()Marc-André Lureau
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell
2022-01-14qemu-img: make is_allocated_sectors() more efficientVladimir Sementsov-Ogievskiy
2021-12-28blockjob: implement and use block_job_get_aio_contextVladimir Sementsov-Ogievskiy
2021-09-15qemu-img: Add -F shorthand to convertEric Blake
2021-09-15qemu-img: Allow target be aligned to sector sizeHanna Reitz
2021-08-26error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster
2021-07-21qemu-img: Add --skip-broken-bitmaps for 'convert --bitmaps'Eric Blake
2021-07-21qemu-img: Fail fast on convert --bitmaps with inconsistent bitmapEric Blake
2021-07-12qemu-img: Make unallocated part of backing chain obvious in mapEric Blake
2021-07-09qemu-img: Improve error for rebase without backing formatEric Blake
2021-07-09qemu-img: Require -F with -b backing imageEric Blake
2021-06-25progressmeter: protect with a mutexEmanuele Giuseppe Esposito
2021-04-30qemu-img convert: Unshare write permission for sourceKevin Wolf
2021-03-19qemu-img: Use user_creatable_process_cmdline() for --objectKevin Wolf
2021-01-28qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake
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