summaryrefslogtreecommitdiffstats
path: root/qemu-img.c
Commit message (Expand)AuthorAgeFilesLines
* qemu-img: remove unused variableMiroslav Rezanina2022-11-111-2/+2
* block: return errors from bdrv_register_buf()Stefan Hajnoczi2022-10-261-1/+1
* block: pass size to bdrv_unregister_buf()Stefan Hajnoczi2022-10-261-2/+2
* job.c: enable job lock/unlock and remove Aiocontext locksEmanuele Giuseppe Esposito2022-10-071-2/+0Star
* jobs: group together API calls under the same job lockEmanuele Giuseppe Esposito2022-10-071-5/+10
* qemu-img: Wean documentation and help output off '?' for helpMarkus Armbruster2022-09-301-2/+2
* block: Change blk_pwrite_compressed() param orderAlberto Faria2022-07-121-1/+1
* block: Change blk_{pread,pwrite}() param orderAlberto Faria2022-07-121-9/+9
* block: Add a 'flags' param to blk_pread()Alberto Faria2022-07-121-6/+6
* block: Make blk_{pread,pwrite}() return 0 on successAlberto Faria2022-07-121-16/+9Star
* qapi: rename BlockDirtyBitmapMergeSource to BlockDirtyBitmapOrStrVladimir Sementsov-Ogievskiy2022-04-261-4/+4
* compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau2022-04-211-4/+8
* include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau2022-04-211-1/+1
* util/log: Pass Error pointer to qemu_set_logRichard Henderson2022-04-201-1/+1
* include: move progress API to qemu-progress.hMarc-André Lureau2022-04-061-0/+1
* Replace qemu_gettimeofday() with g_get_real_time()Marc-André Lureau2022-04-061-4/+4
* Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau2022-03-221-2/+2
* osdep: Move memalign-related functions to their own headerPeter Maydell2022-03-071-0/+1
* qemu-img: make is_allocated_sectors() more efficientVladimir Sementsov-Ogievskiy2022-01-141-4/+19
* blockjob: implement and use block_job_get_aio_contextVladimir Sementsov-Ogievskiy2021-12-281-1/+1
* qemu-img: Add -F shorthand to convertEric Blake2021-09-151-3/+7
* qemu-img: Allow target be aligned to sector sizeHanna Reitz2021-09-151-0/+8
* error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster2021-08-261-5/+1Star
* qemu-img: Add --skip-broken-bitmaps for 'convert --bitmaps'Eric Blake2021-07-211-6/+23
* qemu-img: Fail fast on convert --bitmaps with inconsistent bitmapEric Blake2021-07-211-3/+26
* qemu-img: Make unallocated part of backing chain obvious in mapEric Blake2021-07-121-2/+5
* qemu-img: Improve error for rebase without backing formatEric Blake2021-07-091-0/+3
* qemu-img: Require -F with -b backing imageEric Blake2021-07-091-2/+4
* progressmeter: protect with a mutexEmanuele Giuseppe Esposito2021-06-251-3/+6
* qemu-img convert: Unshare write permission for sourceKevin Wolf2021-04-301-1/+1
* qemu-img: Use user_creatable_process_cmdline() for --objectKevin Wolf2021-03-191-206/+45Star
* qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake2021-01-281-6/+2Star
* qobject: Change qobject_to_json()'s value to GStringMarkus Armbruster2020-12-191-13/+12Star
* qobject: Make qobject_to_json_pretty() take a pretty argumentMarkus Armbruster2020-12-191-4/+4
* qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake2020-12-191-3/+2Star
* trace: remove argument from trace_init_filePaolo Bonzini2020-11-111-4/+2Star
* qemu-img convert: Free @sn_opts in all error casesTuguoyi2020-11-031-1/+1
* qemu-img: add support for rate limit in qemu-img convertZhengui2020-10-271-1/+26
* qemu-img: add support for rate limit in qemu-img commitZhengui2020-10-271-2/+9
* Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-09-21' int...Peter Maydell2020-09-231-3/+8
|\
| * qemu-img: Support bitmap --merge into backing imageEric Blake2020-09-221-3/+8
* | qemu/: fix some comment spelling errorszhaolichang2020-09-171-1/+1
|/
* qemu-img: Explicit number replaced by a constantYi Li2020-09-151-5/+5
* qemu-img: avoid unaligned read requests during convertPeter Lieven2020-09-151-0/+22
* qemu-img: Use child access functionsMax Reitz2020-09-071-17/+26
* block: add missing socket_init() calls to toolsDaniel P. Berrangé2020-09-021-0/+2
* qemu-img resize: Require --shrink for shrinking all image formatsKevin Wolf2020-07-171-11/+3Star
* qemu-img: Deprecate use of -b without -FEric Blake2020-07-141-1/+8
* block: Add support to warn on backing file change without formatEric Blake2020-07-141-2/+2
* block: Finish deprecation of 'qemu-img convert -n -o'Eric Blake2020-07-141-2/+2