summaryrefslogtreecommitdiffstats
path: root/qemu-img.c
Commit message (Expand)AuthorAgeFilesLines
...
* qemu-img map: Don't limit block status request sizeKevin Wolf2020-07-141-4/+1Star
* qemu-img: Ignore Error objects where the return value sufficesMarkus Armbruster2020-07-101-12/+3Star
* qemu-option: Use returned bool to check for failureMarkus Armbruster2020-07-101-13/+7Star
* qemu-img: convert: don't use unallocated_blocks_are_zeroVladimir Sementsov-Ogievskiy2020-07-061-3/+1Star
* block/amend: refactor qcow2 amend optionsMaxim Levitsky2020-07-061-2/+16
* block/amend: separate amend and create options for qemu-imgMaxim Levitsky2020-07-061-9/+9
* block/amend: add 'force' optionMaxim Levitsky2020-07-061-1/+7
* qemu-img convert: Don't pre-zero imagesKevin Wolf2020-07-031-9/+0Star
* qemu-img: Add convert --bitmaps optionEric Blake2020-05-281-3/+67
* qemu-img: Factor out code for merging bitmapsEric Blake2020-05-281-13/+21
* qcow2: Expose bitmaps' size during measureEric Blake2020-05-281-0/+3
* qemu-img: Add bitmap sub-commandEric Blake2020-05-191-0/+248
* qemu-img: Fix stale comments on doc locationEric Blake2020-05-191-1/+1
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2020-05-191-5/+14
|\
| * block: Use blk_make_empty() after commitsMax Reitz2020-05-181-5/+14
* | qemu-img: Add --start-offset and --max-length to mapEyal Moscovici2020-05-181-1/+21
* | qemu-img: refactor dump_map_entry JSON format outputEyal Moscovici2020-05-181-4/+8
* | qemu-img: validate image length in img_mapEyal Moscovici2020-05-181-0/+5
* | qemu_img: add cvtnum_full to print error reportsEyal Moscovici2020-05-181-42/+34Star
|/
* block-backend: Add flags to blk_truncate()Kevin Wolf2020-04-301-1/+1
* qemu-img: Reject broken -o ""Markus Armbruster2020-04-291-2/+4
* qemu-img: Move is_valid_option_list() to qemu-img.c and rewriteMarkus Armbruster2020-04-291-0/+26
* qemu-img: Factor out accumulate_options() helperMarkus Armbruster2020-04-291-36/+23Star
* qemu-img: Report convert errors by bytes, not sectorsEric Blake2020-04-071-4/+4
* qemu-img: Fix check's leak/corruption fix reportMax Reitz2020-03-261-2/+7
* job: refactor progress to separate objectVladimir Sementsov-Ogievskiy2020-03-111-3/+3
* qemu-img: free memory before re-assignPan Nengyuan2020-03-111-0/+2
* qemu-img: allow qemu-img measure --object without a filenameStefan Hajnoczi2020-03-111-4/+2Star
* qemu-img: Fix convert -n -B for backing-less targetsMax Reitz2020-02-201-1/+1
* qemu-img: Add --target-is-zero to convertDavid Edmondson2020-02-201-3/+23
* qemu-img: adds option to use aio engine for benchmarkingAarushi Mehta2020-01-301-1/+10
* qemu-img: fix info --backing-chain --image-optsStefan Hajnoczi2019-12-181-0/+3
* Revert "qemu-img: Check post-truncation size"Max Reitz2019-10-281-35/+4Star
* block: Pass truncate exact=true where reasonableMax Reitz2019-10-281-1/+6
* block: Add @exact parameter to bdrv_co_truncate()Max Reitz2019-10-281-1/+1
* qemu-img: Support help options for --objectKevin Wolf2019-10-141-13/+21
* block: Use QEMU_IS_ALIGNEDNir Soffer2019-09-161-1/+1
* block: define .*_part io handlers in BlockDriverVladimir Sementsov-Ogievskiy2019-08-271-2/+2
* qemu-img: Fix bdrv_has_zero_init() use in convertMax Reitz2019-08-191-3/+8
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2019-08-161-0/+5
|\
| * qemu-img convert: Deprecate using -n and -o togetherKevin Wolf2019-08-161-0/+5
* | Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0Star
* | Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
|/
* block: include base when checking image chain for block allocationAndrey Shinkevich2019-07-021-1/+1
* qemu-img: Add salvaging mode to convertMax Reitz2019-06-141-21/+69
* qemu-img: Move quiet into ImgConvertStateMax Reitz2019-06-141-6/+7
* qemu-img: Fix options leakage in img_rebase()Max Reitz2019-06-141-0/+3
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* block: Add BlockBackend.ctxKevin Wolf2019-06-041-2/+4