summaryrefslogtreecommitdiff
path: root/qemu-img.c
Commit message (Expand)AuthorAgeFilesLines
* block: Mark bdrv_query_block_graph_info() and callers GRAPH_RDLOCKKevin Wolf2023-05-101-0/+2
* block: Mark bdrv_co_copy_range() GRAPH_RDLOCKEmanuele Giuseppe Esposito2023-02-231-1/+3
* block: Mark bdrv_co_block_status() and callers GRAPH_RDLOCKKevin Wolf2023-02-231-1/+3
* qemu-img: Change info key names for protocol nodesHanna Reitz2023-02-011-1/+2
* qemu-img: Let info print block graphHanna Reitz2023-02-011-21/+48
* block/qapi: Add indentation to bdrv_node_info_dump()Hanna Reitz2023-02-011-1/+1
* qemu-img: Use BlockNodeInfoHanna Reitz2023-02-011-24/+24
* qemu-img bitmap: Report errors while closing the imageKevin Wolf2023-01-241-0/+11
* qemu-img commit: Report errors while closing the imageKevin Wolf2023-01-241-0/+13
* include/block: Untangle inclusion loopsMarkus Armbruster2023-01-201-0/+1
* qapi block: Elide redundant has_FOO in generated CMarkus Armbruster2022-12-141-7/+6
* 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/+0
* 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/+9
* 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/+1
* 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/+45
* qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake2021-01-281-6/+2
* qobject: Change qobject_to_json()'s value to GStringMarkus Armbruster2020-12-191-13/+12
* 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/+2
* trace: remove argument from trace_init_filePaolo Bonzini2020-11-111-4/+2
* 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