summaryrefslogtreecommitdiff
path: root/qemu-img.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-01Replication/Blockjobs: Create replication jobs as internalJohn Snow1-2/+3
2016-10-28qemu-img: call aio_context_acquire/release around block jobPaolo Bonzini1-0/+6
2016-10-25qapi: rename QmpOutputVisitor to QObjectOutputVisitorDaniel P. Berrange1-3/+3
2016-10-25qapi: rename *qmp-*-visitor* to *qobject-*-visitor*Daniel P. Berrange1-1/+1
2016-10-24block: failed qemu-img command should return non-zero exit codeXu Tian1-0/+2
2016-10-24Put the copyright information on a separate lineThomas Huth1-1/+1
2016-10-12trace: provide mechanism for registering trace eventsDaniel P. Berrange1-0/+1
2016-09-20qemu-img: add skip option to ddReda Sallahi1-5/+45
2016-09-20qemu-img: add the 'dd' subcommandReda Sallahi1-1/+302
2016-09-13mirror: auto complete active commitWen Congyang1-1/+1
2016-09-05block: remove BlockDriver.bdrv_write_compressedPavel Butsykin1-1/+1
2016-09-05block/io: reuse bdrv_co_pwritev() for write compressedPavel Butsykin1-1/+1
2016-09-05block: switch blk_write_compressed() to byte-based interfacePavel Butsykin1-2/+4
2016-08-11Update ancient copyright string in -version outputPeter Maydell1-1/+1
2016-08-08error: Strip trailing '\n' from error string arguments (again)Markus Armbruster1-2/+2
2016-07-13qemu-img: Use strerror() for generic resize errorMax Reitz1-1/+1
2016-07-13qemu-img: Set the ID of the block job in img_commit()Alberto Garcia1-1/+1
2016-07-13commit: Add 'job-id' parameter to 'block-commit'Alberto Garcia1-1/+1
2016-07-06Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-06' into ...Peter Maydell1-17/+15
2016-07-06qapi: Add new visit_complete() functionEric Blake1-15/+15
2016-07-06qmp-output-visitor: Favor new visit_free() functionEric Blake1-3/+3
2016-07-06qemu-img: Don't leak errors when outputting JSONEric Blake1-6/+4
2016-07-05block: Convert bdrv_pwrite_zeroes() to BdrvChildKevin Wolf1-1/+1
2016-07-05block: Switch discard length bounds to byte-basedEric Blake1-1/+2
2016-07-05block: Switch transfer length bounds to byte-basedEric Blake1-4/+4
2016-07-05qemu-img: fix failed autotestsDenis V. Lunev1-1/+1
2016-06-28trace: enable tracing in qemu-imgDenis V. Lunev1-1/+18
2016-06-28qemu-img: move common options parsing before commands processingDenis V. Lunev1-13/+26
2016-06-16qemu-img bench: Fix uninitialised writethrough modeKevin Wolf1-1/+1
2016-06-08Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-0/+329
2016-06-08qemu-img bench: Add --flush-intervalKevin Wolf1-9/+86
2016-06-08qemu-img bench: Implement -S (step size)Kevin Wolf1-4/+21
2016-06-08qemu-img bench: Make start offset configurableKevin Wolf1-3/+20
2016-06-08qemu-img bench: Sequential writesKevin Wolf1-5/+33
2016-06-08qemu-img benchKevin Wolf1-0/+190
2016-06-07Makefile: Derive "PKGVERSION" from "git describe" by defaultFam Zheng1-0/+1
2016-05-25blockjob: Remove BlockJob.bsKevin Wolf1-1/+1
2016-05-25block: Rename blk_write_zeroes()Eric Blake1-2/+2
2016-05-20Use &error_fatal when initializing crypto on qemu-{img,io,nbd}Eduardo Habkost1-4/+1
2016-05-12qemu-img: check block status of backing file when converting.Ren Kimura1-2/+13
2016-05-12qemu-img: Switch to byte-based block accessEric Blake1-9/+19
2016-05-12block: Switch blk_*write_zeroes() to byte interfaceEric Blake1-1/+2
2016-04-28qom: -object error messages lost location, restore itMarkus Armbruster1-28/+11
2016-04-12block: initialize qcrypto API at startupDaniel P. Berrange1-0/+6
2016-04-12qemu-img: fix formatting of error messageDaniel P. Berrange1-1/+1
2016-03-30qemu-img: Fix preallocation with -S 0 for convertMax Reitz1-11/+15
2016-03-30block: Remove BDRV_O_CACHE_WBKevin Wolf1-1/+1
2016-03-30qemu-img: Call blk_set_enable_write_cache() explicitlyKevin Wolf1-32/+44
2016-03-30qemu-img: Expand all BDRV_O_FLAGS usesKevin Wolf1-12/+11
2016-03-30qemu-img/qemu-io: don't prompt for passwords if not requiredDaniel P. Berrange1-1/+2