aboutsummaryrefslogtreecommitdiff
path: root/qemu-img.c
AgeCommit message (Expand)Author
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
2016-02-22qemu-img: initialize MapEntry objectJohn Snow
2016-02-16nbd: convert block client to use I/O channels for connection setupDaniel P. Berrange
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake
2016-02-02qemu-img: Make MapEntry a QAPI structFam Zheng
2016-02-02qemu-img: In "map", use the returned "file" from bdrv_get_block_statusFam Zheng
2016-02-02block: Add "file" output parameter to block status query functionsFam Zheng
2016-01-20block: Clean up includesPeter Maydell
2016-01-20qemu-img: Speed up comparing empty/zero imagesFam Zheng
2016-01-13error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster
2016-01-13error: Don't decorate original error message when adding to itMarkus Armbruster
2015-12-18qemu-img: abort when full_backing_filename not presentJohn Snow
2015-12-18block: Add opaque value to the amend CBMax Reitz
2015-11-12blockjob: Introduce reference count and fix reference to job->bsFam Zheng
2015-11-11qemu-img: add check for zero-length job lenJohn Snow
2015-10-16block: Add and use bdrv_replace_in_backing_chain()Kevin Wolf
2015-10-16block: Convert bs->backing_hd to BdrvChildKevin Wolf
2015-09-25utils: rename strtosz to use qemu prefixMarc-André Lureau
2015-09-04qemu-img: Fix crash in amend invocationMax Reitz
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster
2015-06-22QemuOpts: Wean off qerror_report_err()Markus Armbruster
2015-05-22util: move read_password method out of qemu-img into osdep/oslibDaniel P. Berrange
2015-04-28qemu-img convert: Rewrite copying logicKevin Wolf
2015-03-16qemu-img: Avoid qerror_report_err() outside QMP handlers, againMarkus Armbruster
2015-03-16qemu-img: Fix convert, amend error messages for unknown optionsMarkus Armbruster
2015-03-10fix GCC 5.0.0 logical-not-parentheses warningsRadim Krčmář
2015-03-10block: remove superfluous '\n' around error_report/error_setgGonglei
2015-02-26qemu-img: Suppress unhelpful extra errors in convert, amendMarkus Armbruster
2015-02-26QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix useMarkus Armbruster