aboutsummaryrefslogtreecommitdiff
path: root/qemu-img.c
AgeCommit message (Expand)Author
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
2017-07-13Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-07-12' into ...Peter Maydell
2017-07-12qobject: Catch another straggler for use of qdict_put_str()Eric Blake
2017-07-11qemu-img: Expose PreallocMode for resizingMax Reitz
2017-07-11block: Add PreallocMode to blk_truncate()Max Reitz
2017-07-11qemu-img: add measure subcommandStefan Hajnoczi
2017-07-11block: rip out all traces of password promptingDaniel P. Berrange
2017-07-11block: deprecate "encryption=on" in favor of "encrypt.format=aes"Daniel P. Berrange
2017-07-10block: Make bdrv_is_allocated_above() byte-basedEric Blake
2017-07-10block: Make bdrv_is_allocated() byte-basedEric Blake
2017-07-10qemu-img: drop -e and -6 options from the 'create' & 'convert' commandsDaniel P. Berrange