summaryrefslogtreecommitdiff
path: root/qemu-img.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-21qemu-img: Fix leakMax Reitz1-0/+1
2018-11-21qemu-img: Fix typoMax Reitz1-1/+1
2018-11-12qemu-img: assert block_job_get() does not return NULL in img_commit()Liam Merwick1-0/+1
2018-11-05option: Make option help nicer to readMax Reitz1-2/+2
2018-08-15qemu-img: fix regression copying secrets during convertDaniel P. Berrangé1-17/+15
2018-07-30qemu-img: Add -C option for convert with copy offloadingFam Zheng1-4/+17
2018-07-23qemu-img: avoid overflow of min_sparse parameterPeter Lieven1-5/+11
2018-07-12qemu-img: align result of is_allocated_sectorsPeter Lieven1-6/+38
2018-07-10block: split flags in copy_rangeVladimir Sementsov-Ogievskiy1-1/+1
2018-07-05qemu-img: allow compressed not-in-order writesVladimir Sementsov-Ogievskiy1-5/+0
2018-06-15qemu-img: Fix assert when mapping unaligned raw fileEric Blake1-1/+1
2018-06-11qemu-img: Remove deprecated -s snapshot_id_or_name optionThomas Huth1-6/+1
2018-06-11qemu-img: Special post-backing convert handlingMax Reitz1-1/+25
2018-06-11qemu-img: Resolve relative backing paths in rebaseMax Reitz1-1/+22
2018-06-11qemu-img: Recognize no creation support in -o helpMax Reitz1-0/+10
2018-06-11qemu-img: Add print_amend_option_help()Max Reitz1-2/+28
2018-06-11qemu-option: Pull out "Supported options" printMax Reitz1-0/+1
2018-06-11block: Add Error parameter to bdrv_amend_optionsMax Reitz1-2/+2
2018-06-11qemu-img: Amendment support implies create_optsMax Reitz1-2/+5
2018-06-01qemu-img: Convert with copy offloadingFam Zheng1-2/+48
2018-05-23job: Move progress fields to JobKevin Wolf1-2/+6
2018-05-23job: Add job_is_ready()Kevin Wolf1-1/+1
2018-05-23job: Move completion and cancellation to JobKevin Wolf1-1/+1
2018-05-23job: Move single job finalisation to JobKevin Wolf1-1/+1
2018-05-23job: Move BlockJobCreateFlags to JobKevin Wolf1-1/+1
2018-05-23job: Replace BlockJob.completed with job_is_completed()Kevin Wolf1-2/+2
2018-05-23job: Add reference countingKevin Wolf1-2/+2
2018-05-20qemu-img: remove references to GEN_DOCSJohn Snow1-2/+0
2018-05-15qemu-img: Use only string options in img_open_optsMax Reitz1-2/+2
2018-05-15qemu-img: Check post-truncation sizeMax Reitz1-4/+35
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau1-9/+9
2018-03-12Polish the version strings containing the package versionThomas Huth1-1/+1
2018-03-06Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-1/+1
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-1/+1
2018-03-02qemu-img: Make resize error message more generalMax Reitz1-1/+1
2018-02-09Include qapi/qmp/qbool.h exactly where neededMarkus Armbruster1-1/+0
2018-02-09Include qapi/qmp/qstring.h exactly where neededMarkus Armbruster1-0/+1
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-0/+2
2018-02-09Drop superfluous includes of qapi/qmp/qerror.hMarkus Armbruster1-1/+0
2018-02-08qemu-img: Map bench bufferFam Zheng1-1/+8
2017-11-21block: Add errp to bdrv_snapshot_goto()Kevin Wolf1-3/+3
2017-10-26qemu-img: Change img_compare() to be byte-basedEric Blake1-76/+48
2017-10-26qemu-img: Change img_rebase() to be byte-basedEric Blake1-50/+34
2017-10-26qemu-img: Change compare_sectors() to be byte-basedEric Blake1-28/+27
2017-10-26qemu-img: Change check_empty_sectors() to byte-basedEric Blake1-12/+15
2017-10-26qemu-img: Drop redundant error message in compareEric Blake1-14/+5
2017-10-26qemu-img: Add find_nonzero()Eric Blake1-4/+28
2017-10-26qemu-img: Speed up compare on pre-allocated larger fileEric Blake1-4/+4
2017-10-26qemu-img: Simplify logic in img_compare()Eric Blake1-27/+11
2017-10-26block: Convert bdrv_get_block_status_above() to bytesEric Blake1-21/+28