aboutsummaryrefslogtreecommitdiff
path: root/qemu-img.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-26block: Convert bdrv_get_block_status() to bytesEric Blake1-11/+14
2017-10-26qemu-img: Switch get_block_status() to byte-basedEric Blake1-13/+11
2017-10-26block: Allow NULL file for bdrv_get_block_status()Eric Blake1-6/+4
2017-09-26qemu-img: add --shrink flag for resizePavel Butsykin1-0/+23
2017-09-04qapi: Change data type of the FOO_lookup generated for enum FOOMarc-André Lureau1-1/+1
2017-09-04qapi: Generate FOO_str() macro for QAPI enum FOOMarkus Armbruster1-1/+0
2017-09-04qapi: Drop superfluous qapi_enum_parse() parameter maxMarkus Armbruster1-2/+1
2017-08-08maint: Include bug-reporting info in --help outputEric Blake1-1/+1
2017-07-24maint: Reorder include directives for qemu-{nbd, io}Eric Blake1-1/+2
2017-07-18qemu-img: Check for backing image if specified during createJohn Snow1-5/+11
2017-07-13Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-07-12' into ...Peter Maydell1-1/+1
2017-07-12qobject: Catch another straggler for use of qdict_put_str()Eric Blake1-1/+1
2017-07-11qemu-img: Expose PreallocMode for resizingMax Reitz1-3/+30
2017-07-11block: Add PreallocMode to blk_truncate()Max Reitz1-1/+1
2017-07-11qemu-img: add measure subcommandStefan Hajnoczi1-0/+234
2017-07-11block: rip out all traces of password promptingDaniel P. Berrange1-31/+0
2017-07-11block: deprecate "encryption=on" in favor of "encrypt.format=aes"Daniel P. Berrange1-1/+3
2017-07-10block: Make bdrv_is_allocated_above() byte-basedEric Blake1-3/+10
2017-07-10block: Make bdrv_is_allocated() byte-basedEric Blake1-1/+7
2017-07-10qemu-img: drop -e and -6 options from the 'create' & 'convert' commandsDaniel P. Berrange1-18/+2