aboutsummaryrefslogtreecommitdiff
path: root/qemu-img.c
AgeCommit message (Expand)Author
2017-02-28commit: Add filter-node-name to block-commitKevin Wolf
2017-02-28mirror: Use real permissions in mirror/active commit block jobKevin Wolf
2017-02-28block: Add BDRV_O_RESIZE for blk_new_open()Kevin Wolf
2017-02-28qemu-img: make convert asyncPeter Lieven
2017-02-23util/cutils: Change qemu_strtosz*() from int64_t to uint64_tMarkus Armbruster
2017-02-23util/cutils: Return qemu_strtosz*() error and value separatelyMarkus Armbruster
2017-02-23util/cutils: Let qemu_strtosz*() optionally reject trailing crapMarkus Armbruster
2017-02-23qemu-img: Wrap cvtnum() around qemu_strtosz()Markus Armbruster
2017-02-23util/cutils: New qemu_strtosz()Markus Armbruster
2017-02-12qemu-img: Avoid setting ret to unused value in img_convert()Peter Maydell
2017-02-12qemu-img: Use qemu_strtoul() rather than raw strtoul()Peter Maydell
2017-02-12qemu-img: Improve commit invalid base messageMax Reitz
2017-01-24qemu-img: remove dead checkPaolo Bonzini
2017-01-09qemu-img: fix in-flight count for qemu-img benchPaolo Bonzini
2016-11-01Replication/Blockjobs: Create replication jobs as internalJohn Snow
2016-10-28qemu-img: call aio_context_acquire/release around block jobPaolo Bonzini
2016-10-25qapi: rename QmpOutputVisitor to QObjectOutputVisitorDaniel P. Berrange
2016-10-25qapi: rename *qmp-*-visitor* to *qobject-*-visitor*Daniel P. Berrange
2016-10-24block: failed qemu-img command should return non-zero exit codeXu Tian
2016-10-24Put the copyright information on a separate lineThomas Huth
2016-10-12trace: provide mechanism for registering trace eventsDaniel P. Berrange
2016-09-20qemu-img: add skip option to ddReda Sallahi
2016-09-20qemu-img: add the 'dd' subcommandReda Sallahi
2016-09-13mirror: auto complete active commitWen Congyang
2016-09-05block: remove BlockDriver.bdrv_write_compressedPavel Butsykin
2016-09-05block/io: reuse bdrv_co_pwritev() for write compressedPavel Butsykin
2016-09-05block: switch blk_write_compressed() to byte-based interfacePavel Butsykin
2016-08-11Update ancient copyright string in -version outputPeter Maydell
2016-08-08error: Strip trailing '\n' from error string arguments (again)Markus Armbruster
2016-07-13qemu-img: Use strerror() for generic resize errorMax Reitz
2016-07-13qemu-img: Set the ID of the block job in img_commit()Alberto Garcia
2016-07-13commit: Add 'job-id' parameter to 'block-commit'Alberto Garcia
2016-07-06Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-06' into ...Peter Maydell
2016-07-06qapi: Add new visit_complete() functionEric Blake
2016-07-06qmp-output-visitor: Favor new visit_free() functionEric Blake
2016-07-06qemu-img: Don't leak errors when outputting JSONEric Blake
2016-07-05block: Convert bdrv_pwrite_zeroes() to BdrvChildKevin Wolf
2016-07-05block: Switch discard length bounds to byte-basedEric Blake
2016-07-05block: Switch transfer length bounds to byte-basedEric Blake
2016-07-05qemu-img: fix failed autotestsDenis V. Lunev
2016-06-28trace: enable tracing in qemu-imgDenis V. Lunev
2016-06-28qemu-img: move common options parsing before commands processingDenis V. Lunev
2016-06-16qemu-img bench: Fix uninitialised writethrough modeKevin Wolf
2016-06-08Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2016-06-08qemu-img bench: Add --flush-intervalKevin Wolf
2016-06-08qemu-img bench: Implement -S (step size)Kevin Wolf
2016-06-08qemu-img bench: Make start offset configurableKevin Wolf
2016-06-08qemu-img bench: Sequential writesKevin Wolf
2016-06-08qemu-img benchKevin Wolf
2016-06-07Makefile: Derive "PKGVERSION" from "git describe" by defaultFam Zheng