aboutsummaryrefslogtreecommitdiff
path: root/qemu-img.c
AgeCommit message (Expand)Author
2018-06-15qemu-img: Fix assert when mapping unaligned raw fileEric Blake
2018-06-11qemu-img: Remove deprecated -s snapshot_id_or_name optionThomas Huth
2018-06-11qemu-img: Special post-backing convert handlingMax Reitz
2018-06-11qemu-img: Resolve relative backing paths in rebaseMax Reitz
2018-06-11qemu-img: Recognize no creation support in -o helpMax Reitz
2018-06-11qemu-img: Add print_amend_option_help()Max Reitz
2018-06-11qemu-option: Pull out "Supported options" printMax Reitz
2018-06-11block: Add Error parameter to bdrv_amend_optionsMax Reitz
2018-06-11qemu-img: Amendment support implies create_optsMax Reitz
2018-06-01qemu-img: Convert with copy offloadingFam Zheng
2018-05-23job: Move progress fields to JobKevin Wolf
2018-05-23job: Add job_is_ready()Kevin Wolf
2018-05-23job: Move completion and cancellation to JobKevin Wolf
2018-05-23job: Move single job finalisation to JobKevin Wolf
2018-05-23job: Move BlockJobCreateFlags to JobKevin Wolf
2018-05-23job: Replace BlockJob.completed with job_is_completed()Kevin Wolf
2018-05-23job: Add reference countingKevin Wolf
2018-05-20qemu-img: remove references to GEN_DOCSJohn Snow
2018-05-15qemu-img: Use only string options in img_open_optsMax Reitz
2018-05-15qemu-img: Check post-truncation sizeMax Reitz
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau
2018-03-12Polish the version strings containing the package versionThomas Huth
2018-03-06Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-03-02qemu-img: Make resize error message more generalMax Reitz
2018-02-09Include qapi/qmp/qbool.h exactly where neededMarkus Armbruster
2018-02-09Include qapi/qmp/qstring.h exactly where neededMarkus Armbruster
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster
2018-02-09Drop superfluous includes of qapi/qmp/qerror.hMarkus Armbruster
2018-02-08qemu-img: Map bench bufferFam Zheng
2017-11-21block: Add errp to bdrv_snapshot_goto()Kevin Wolf
2017-10-26qemu-img: Change img_compare() to be byte-basedEric Blake
2017-10-26qemu-img: Change img_rebase() to be byte-basedEric Blake
2017-10-26qemu-img: Change compare_sectors() to be byte-basedEric Blake
2017-10-26qemu-img: Change check_empty_sectors() to byte-basedEric Blake
2017-10-26qemu-img: Drop redundant error message in compareEric Blake
2017-10-26qemu-img: Add find_nonzero()Eric Blake
2017-10-26qemu-img: Speed up compare on pre-allocated larger fileEric Blake
2017-10-26qemu-img: Simplify logic in img_compare()Eric Blake
2017-10-26block: Convert bdrv_get_block_status_above() to bytesEric Blake
2017-10-26block: Convert bdrv_get_block_status() to bytesEric Blake
2017-10-26qemu-img: Switch get_block_status() to byte-basedEric Blake
2017-10-26block: Allow NULL file for bdrv_get_block_status()Eric Blake
2017-09-26qemu-img: add --shrink flag for resizePavel Butsykin
2017-09-04qapi: Change data type of the FOO_lookup generated for enum FOOMarc-André Lureau
2017-09-04qapi: Generate FOO_str() macro for QAPI enum FOOMarkus Armbruster
2017-09-04qapi: Drop superfluous qapi_enum_parse() parameter maxMarkus Armbruster
2017-08-08maint: Include bug-reporting info in --help outputEric Blake
2017-07-24maint: Reorder include directives for qemu-{nbd, io}Eric Blake
2017-07-18qemu-img: Check for backing image if specified during createJohn Snow