summaryrefslogtreecommitdiff
path: root/qemu-img.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-20block: Clean up includesPeter Maydell1-1/+1
2016-01-20qemu-img: Speed up comparing empty/zero imagesFam Zheng1-15/+30
2016-01-13error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster1-20/+13
2016-01-13error: Don't decorate original error message when adding to itMarkus Armbruster1-1/+1
2015-12-18qemu-img: abort when full_backing_filename not presentJohn Snow1-1/+4
2015-12-18block: Add opaque value to the amend CBMax Reitz1-2/+3
2015-11-12blockjob: Introduce reference count and fix reference to job->bsFam Zheng1-3/+0
2015-11-11qemu-img: add check for zero-length job lenJohn Snow1-1/+2
2015-10-16block: Add and use bdrv_replace_in_backing_chain()Kevin Wolf1-8/+8
2015-10-16block: Convert bs->backing_hd to BdrvChildKevin Wolf1-2/+2
2015-09-25utils: rename strtosz to use qemu prefixMarc-André Lureau1-2/+3
2015-09-04qemu-img: Fix crash in amend invocationMax Reitz1-1/+2
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster1-0/+1
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster1-1/+1
2015-06-22QemuOpts: Wean off qerror_report_err()Markus Armbruster1-1/+2
2015-05-22util: move read_password method out of qemu-img into osdep/oslibDaniel P. Berrange1-92/+1
2015-04-28qemu-img convert: Rewrite copying logicKevin Wolf1-206/+310
2015-03-16qemu-img: Avoid qerror_report_err() outside QMP handlers, againMarkus Armbruster1-4/+2
2015-03-16qemu-img: Fix convert, amend error messages for unknown optionsMarkus Armbruster1-4/+2
2015-03-10fix GCC 5.0.0 logical-not-parentheses warningsRadim Krčmář1-1/+2