summaryrefslogtreecommitdiffstats
path: root/qemu-img.c
Commit message (Expand)AuthorAgeFilesLines
* qemu-img: add skip option to ddReda Sallahi2016-09-201-5/+45
* qemu-img: add the 'dd' subcommandReda Sallahi2016-09-201-1/+302
* mirror: auto complete active commitWen Congyang2016-09-131-1/+1
* block: remove BlockDriver.bdrv_write_compressedPavel Butsykin2016-09-051-1/+1
* block/io: reuse bdrv_co_pwritev() for write compressedPavel Butsykin2016-09-051-1/+1
* block: switch blk_write_compressed() to byte-based interfacePavel Butsykin2016-09-051-2/+4
* Update ancient copyright string in -version outputPeter Maydell2016-08-111-1/+1
* error: Strip trailing '\n' from error string arguments (again)Markus Armbruster2016-08-081-2/+2
* qemu-img: Use strerror() for generic resize errorMax Reitz2016-07-131-1/+1
* qemu-img: Set the ID of the block job in img_commit()Alberto Garcia2016-07-131-1/+1
* commit: Add 'job-id' parameter to 'block-commit'Alberto Garcia2016-07-131-1/+1
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-06' into ...Peter Maydell2016-07-061-17/+15Star
|\
| * qapi: Add new visit_complete() functionEric Blake2016-07-061-15/+15
| * qmp-output-visitor: Favor new visit_free() functionEric Blake2016-07-061-3/+3
| * qemu-img: Don't leak errors when outputting JSONEric Blake2016-07-061-6/+4Star
* | block: Convert bdrv_pwrite_zeroes() to BdrvChildKevin Wolf2016-07-051-1/+1
* | block: Switch discard length bounds to byte-basedEric Blake2016-07-051-1/+2
* | block: Switch transfer length bounds to byte-basedEric Blake2016-07-051-4/+4
* | qemu-img: fix failed autotestsDenis V. Lunev2016-07-051-1/+1
|/
* trace: enable tracing in qemu-imgDenis V. Lunev2016-06-281-1/+18
* qemu-img: move common options parsing before commands processingDenis V. Lunev2016-06-281-13/+26
* qemu-img bench: Fix uninitialised writethrough modeKevin Wolf2016-06-161-1/+1
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2016-06-081-0/+329
|\
| * qemu-img bench: Add --flush-intervalKevin Wolf2016-06-081-9/+86
| * qemu-img bench: Implement -S (step size)Kevin Wolf2016-06-081-4/+21
| * qemu-img bench: Make start offset configurableKevin Wolf2016-06-081-3/+20
| * qemu-img bench: Sequential writesKevin Wolf2016-06-081-5/+33
| * qemu-img benchKevin Wolf2016-06-081-0/+190
* | Makefile: Derive "PKGVERSION" from "git describe" by defaultFam Zheng2016-06-071-0/+1
|/
* blockjob: Remove BlockJob.bsKevin Wolf2016-05-251-1/+1
* block: Rename blk_write_zeroes()Eric Blake2016-05-251-2/+2
* Use &error_fatal when initializing crypto on qemu-{img,io,nbd}Eduardo Habkost2016-05-201-4/+1Star
* qemu-img: check block status of backing file when converting.Ren Kimura2016-05-121-2/+13
* qemu-img: Switch to byte-based block accessEric Blake2016-05-121-9/+19
* block: Switch blk_*write_zeroes() to byte interfaceEric Blake2016-05-121-1/+2
* qom: -object error messages lost location, restore itMarkus Armbruster2016-04-281-28/+11Star
* block: initialize qcrypto API at startupDaniel P. Berrange2016-04-121-0/+6
* qemu-img: fix formatting of error messageDaniel P. Berrange2016-04-121-1/+1
* qemu-img: Fix preallocation with -S 0 for convertMax Reitz2016-03-301-11/+15
* block: Remove BDRV_O_CACHE_WBKevin Wolf2016-03-301-1/+1
* qemu-img: Call blk_set_enable_write_cache() explicitlyKevin Wolf2016-03-301-32/+44
* qemu-img: Expand all BDRV_O_FLAGS usesKevin Wolf2016-03-301-12/+11Star
* qemu-img/qemu-io: don't prompt for passwords if not requiredDaniel P. Berrange2016-03-301-1/+2
* block: add flag to indicate that no I/O will be performedDaniel P. Berrange2016-03-301-22/+22
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-1/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* blockdev: Split monitor reference from BB creationMax Reitz2016-03-171-29/+21Star
* qemu-img: eliminate memory leakPaolo Bonzini2016-03-141-5/+4Star
* qemu-img: allow specifying image as a set of options argsDaniel P. Berrange2016-02-221-38/+167
* qemu-img: add support for --object command line argDaniel P. Berrange2016-02-221-8/+252