summaryrefslogtreecommitdiffstats
path: root/qemu-img.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* qemu-img: Change img_rebase() to be byte-basedEric Blake2017-10-261-50/+34Star
* qemu-img: Change compare_sectors() to be byte-basedEric Blake2017-10-261-28/+27Star
* qemu-img: Change check_empty_sectors() to byte-basedEric Blake2017-10-261-12/+15
* qemu-img: Drop redundant error message in compareEric Blake2017-10-261-14/+5Star
* qemu-img: Add find_nonzero()Eric Blake2017-10-261-4/+28
* qemu-img: Speed up compare on pre-allocated larger fileEric Blake2017-10-261-4/+4
* qemu-img: Simplify logic in img_compare()Eric Blake2017-10-261-27/+11Star
* block: Convert bdrv_get_block_status_above() to bytesEric Blake2017-10-261-21/+28
* block: Convert bdrv_get_block_status() to bytesEric Blake2017-10-261-11/+14
* qemu-img: Switch get_block_status() to byte-basedEric Blake2017-10-261-13/+11Star
* block: Allow NULL file for bdrv_get_block_status()Eric Blake2017-10-261-6/+4Star
* qemu-img: add --shrink flag for resizePavel Butsykin2017-09-261-0/+23
* qapi: Change data type of the FOO_lookup generated for enum FOOMarc-André Lureau2017-09-041-1/+1
* qapi: Generate FOO_str() macro for QAPI enum FOOMarkus Armbruster2017-09-041-1/+0Star
* qapi: Drop superfluous qapi_enum_parse() parameter maxMarkus Armbruster2017-09-041-2/+1Star
* maint: Include bug-reporting info in --help outputEric Blake2017-08-081-1/+1
* maint: Reorder include directives for qemu-{nbd, io}Eric Blake2017-07-241-1/+2
* qemu-img: Check for backing image if specified during createJohn Snow2017-07-181-5/+11
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-07-12' into ...Peter Maydell2017-07-131-1/+1
|\