aboutsummaryrefslogtreecommitdiff
path: root/qemu-img.c
AgeCommit message (Expand)Author
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
2016-05-25blockjob: Remove BlockJob.bsKevin Wolf
2016-05-25block: Rename blk_write_zeroes()Eric Blake
2016-05-20Use &error_fatal when initializing crypto on qemu-{img,io,nbd}Eduardo Habkost
2016-05-12qemu-img: check block status of backing file when converting.Ren Kimura
2016-05-12qemu-img: Switch to byte-based block accessEric Blake
2016-05-12block: Switch blk_*write_zeroes() to byte interfaceEric Blake
2016-04-28qom: -object error messages lost location, restore itMarkus Armbruster
2016-04-12block: initialize qcrypto API at startupDaniel P. Berrange
2016-04-12qemu-img: fix formatting of error messageDaniel P. Berrange
2016-03-30qemu-img: Fix preallocation with -S 0 for convertMax Reitz
2016-03-30block: Remove BDRV_O_CACHE_WBKevin Wolf
2016-03-30qemu-img: Call blk_set_enable_write_cache() explicitlyKevin Wolf
2016-03-30qemu-img: Expand all BDRV_O_FLAGS usesKevin Wolf
2016-03-30qemu-img/qemu-io: don't prompt for passwords if not requiredDaniel P. Berrange
2016-03-30block: add flag to indicate that no I/O will be performedDaniel P. Berrange
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-17blockdev: Split monitor reference from BB creationMax Reitz
2016-03-14qemu-img: eliminate memory leakPaolo Bonzini
2016-02-22qemu-img: allow specifying image as a set of options argsDaniel P. Berrange
2016-02-22qemu-img: add support for --object command line argDaniel P. Berrange