summaryrefslogtreecommitdiff
path: root/qemu-img.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-30block: add flag to indicate that no I/O will be performedDaniel P. Berrange1-22/+22
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-1/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-17blockdev: Split monitor reference from BB creationMax Reitz1-29/+21
2016-03-14qemu-img: eliminate memory leakPaolo Bonzini1-5/+4
2016-02-22qemu-img: allow specifying image as a set of options argsDaniel P. Berrange1-38/+167
2016-02-22qemu-img: add support for --object command line argDaniel P. Berrange1-8/+252
2016-02-22qemu-img: initialize MapEntry objectJohn Snow1-11/+15
2016-02-16nbd: convert block client to use I/O channels for connection setupDaniel P. Berrange1-0/+1
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake1-6/+5
2016-02-02qemu-img: Make MapEntry a QAPI structFam Zheng1-29/+42
2016-02-02qemu-img: In "map", use the returned "file" from bdrv_get_block_statusFam Zheng1-1/+1
2016-02-02block: Add "file" output parameter to block status query functionsFam Zheng1-4/+9