summaryrefslogtreecommitdiffstats
path: root/qemu-img.c
Commit message (Expand)AuthorAgeFilesLines
* block: iterate_format with account of whitelistingAndrey Shinkevich2019-03-081-1/+1
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2019-02-261-27/+37
|\
| * block: bdrv_get_full_backing_filename_from_...'s ret. val.Max Reitz2019-02-251-8/+4Star
| * block: Use bdrv_refresh_filename() to pullMax Reitz2019-02-251-2/+9
| * qemu-img: fix error reporting for -objectDaniel P. Berrangé2019-02-251-13/+13
| * block/snapshot: remove bdrv_snapshot_delete_by_id_or_nameDaniel Henrique Barboza2019-02-251-4/+11
* | qemu-img: use qemu_iovec_init_bufVladimir Sementsov-Ogievskiy2019-02-221-8/+2Star
|/
* qemu-io: Add generic function for reinitializing optind.Richard W.M. Jones2019-01-311-1/+1
* qemu-img: Fix leakMax Reitz2018-11-211-0/+1
* qemu-img: Fix typoMax Reitz2018-11-211-1/+1
* qemu-img: assert block_job_get() does not return NULL in img_commit()Liam Merwick2018-11-121-0/+1
* option: Make option help nicer to readMax Reitz2018-11-051-2/+2
* qemu-img: fix regression copying secrets during convertDaniel P. Berrangé2018-08-151-17/+15Star
* qemu-img: Add -C option for convert with copy offloadingFam Zheng2018-07-301-4/+17
* qemu-img: avoid overflow of min_sparse parameterPeter Lieven2018-07-231-5/+11
* qemu-img: align result of is_allocated_sectorsPeter Lieven2018-07-121-6/+38
* block: split flags in copy_rangeVladimir Sementsov-Ogievskiy2018-07-101-1/+1
* qemu-img: allow compressed not-in-order writesVladimir Sementsov-Ogievskiy2018-07-051-5/+0Star
* qemu-img: Fix assert when mapping unaligned raw fileEric Blake2018-06-151-1/+1
* qemu-img: Remove deprecated -s snapshot_id_or_name optionThomas Huth2018-06-111-6/+1Star
* qemu-img: Special post-backing convert handlingMax Reitz2018-06-111-1/+25
* qemu-img: Resolve relative backing paths in rebaseMax Reitz2018-06-111-1/+22
* qemu-img: Recognize no creation support in -o helpMax Reitz2018-06-111-0/+10
* qemu-img: Add print_amend_option_help()Max Reitz2018-06-111-2/+28
* qemu-option: Pull out "Supported options" printMax Reitz2018-06-111-0/+1
* block: Add Error parameter to bdrv_amend_optionsMax Reitz2018-06-111-2/+2
* qemu-img: Amendment support implies create_optsMax Reitz2018-06-111-2/+5
* qemu-img: Convert with copy offloadingFam Zheng2018-06-011-2/+48
* job: Move progress fields to JobKevin Wolf2018-05-231-2/+6
* job: Add job_is_ready()Kevin Wolf2018-05-231-1/+1
* job: Move completion and cancellation to JobKevin Wolf2018-05-231-1/+1
* job: Move single job finalisation to JobKevin Wolf2018-05-231-1/+1
* job: Move BlockJobCreateFlags to JobKevin Wolf2018-05-231-1/+1
* job: Replace BlockJob.completed with job_is_completed()Kevin Wolf2018-05-231-2/+2
* job: Add reference countingKevin Wolf2018-05-231-2/+2
* qemu-img: remove references to GEN_DOCSJohn Snow2018-05-201-2/+0Star
* qemu-img: Use only string options in img_open_optsMax Reitz2018-05-151-2/+2
* qemu-img: Check post-truncation sizeMax Reitz2018-05-151-4/+35
* qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau2018-05-041-9/+9
* Polish the version strings containing the package versionThomas Huth2018-03-121-1/+1
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2018-03-061-1/+1
|\
| * qemu-img: Make resize error message more generalMax Reitz2018-03-021-1/+1
* | Include less of the generated modular QAPI headersMarkus Armbruster2018-03-021-1/+1
|/
* Include qapi/qmp/qbool.h exactly where neededMarkus Armbruster2018-02-091-1/+0Star
* Include qapi/qmp/qstring.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2018-02-091-0/+2
* Drop superfluous includes of qapi/qmp/qerror.hMarkus Armbruster2018-02-091-1/+0Star
* qemu-img: Map bench bufferFam Zheng2018-02-081-1/+8
* block: Add errp to bdrv_snapshot_goto()Kevin Wolf2017-11-211-3/+3
* qemu-img: Change img_compare() to be byte-basedEric Blake2017-10-261-76/+48Star