Age | Commit message (Expand) | Author | Files | Lines |
2016-05-20 | Use &error_fatal when initializing crypto on qemu-{img,io,nbd} | Eduardo Habkost | 1 | -4/+1 |
2016-05-12 | qemu-img: check block status of backing file when converting. | Ren Kimura | 1 | -2/+13 |
2016-05-12 | qemu-img: Switch to byte-based block access | Eric Blake | 1 | -9/+19 |
2016-05-12 | block: Switch blk_*write_zeroes() to byte interface | Eric Blake | 1 | -1/+2 |
2016-04-28 | qom: -object error messages lost location, restore it | Markus Armbruster | 1 | -28/+11 |
2016-04-12 | block: initialize qcrypto API at startup | Daniel P. Berrange | 1 | -0/+6 |
2016-04-12 | qemu-img: fix formatting of error message | Daniel P. Berrange | 1 | -1/+1 |
2016-03-30 | qemu-img: Fix preallocation with -S 0 for convert | Max Reitz | 1 | -11/+15 |
2016-03-30 | block: Remove BDRV_O_CACHE_WB | Kevin Wolf | 1 | -1/+1 |
2016-03-30 | qemu-img: Call blk_set_enable_write_cache() explicitly | Kevin Wolf | 1 | -32/+44 |
2016-03-30 | qemu-img: Expand all BDRV_O_FLAGS uses | Kevin Wolf | 1 | -12/+11 |
2016-03-30 | qemu-img/qemu-io: don't prompt for passwords if not required | Daniel P. Berrange | 1 | -1/+2 |
2016-03-30 | block: add flag to indicate that no I/O will be performed | Daniel P. Berrange | 1 | -22/+22 |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa | 1 | -1/+1 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 1 | -0/+1 |
2016-03-17 | blockdev: Split monitor reference from BB creation | Max Reitz | 1 | -29/+21 |
2016-03-14 | qemu-img: eliminate memory leak | Paolo Bonzini | 1 | -5/+4 |
2016-02-22 | qemu-img: allow specifying image as a set of options args | Daniel P. Berrange | 1 | -38/+167 |
2016-02-22 | qemu-img: add support for --object command line arg | Daniel P. Berrange | 1 | -8/+252 |
2016-02-22 | qemu-img: initialize MapEntry object | John Snow | 1 | -11/+15 |
2016-02-16 | nbd: convert block client to use I/O channels for connection setup | Daniel P. Berrange | 1 | -0/+1 |
2016-02-08 | qapi: Swap visit_* arguments for consistent 'name' placement | Eric Blake | 1 | -6/+5 |
2016-02-02 | qemu-img: Make MapEntry a QAPI struct | Fam Zheng | 1 | -29/+42 |
2016-02-02 | qemu-img: In "map", use the returned "file" from bdrv_get_block_status | Fam Zheng | 1 | -1/+1 |
2016-02-02 | block: Add "file" output parameter to block status query functions | Fam Zheng | 1 | -4/+9 |
2016-01-20 | block: Clean up includes | Peter Maydell | 1 | -1/+1 |
2016-01-20 | qemu-img: Speed up comparing empty/zero images | Fam Zheng | 1 | -15/+30 |
2016-01-13 | error: Use error_reportf_err() where it makes obvious sense | Markus Armbruster | 1 | -20/+13 |
2016-01-13 | error: Don't decorate original error message when adding to it | Markus Armbruster | 1 | -1/+1 |
2015-12-18 | qemu-img: abort when full_backing_filename not present | John Snow | 1 | -1/+4 |
2015-12-18 | block: Add opaque value to the amend CB | Max Reitz | 1 | -2/+3 |
2015-11-12 | blockjob: Introduce reference count and fix reference to job->bs | Fam Zheng | 1 | -3/+0 |
2015-11-11 | qemu-img: add check for zero-length job len | John Snow | 1 | -1/+2 |
2015-10-16 | block: Add and use bdrv_replace_in_backing_chain() | Kevin Wolf | 1 | -8/+8 |
2015-10-16 | block: Convert bs->backing_hd to BdrvChild | Kevin Wolf | 1 | -2/+2 |
2015-09-25 | utils: rename strtosz to use qemu prefix | Marc-André Lureau | 1 | -2/+3 |
2015-09-04 | qemu-img: Fix crash in amend invocation | Max Reitz | 1 | -1/+2 |
2015-06-22 | Include qapi/qmp/qerror.h exactly where needed | Markus Armbruster | 1 | -0/+1 |
2015-06-22 | qerror: Clean up QERR_ macros to expand into a single string | Markus Armbruster | 1 | -1/+1 |
2015-06-22 | QemuOpts: Wean off qerror_report_err() | Markus Armbruster | 1 | -1/+2 |
2015-05-22 | util: move read_password method out of qemu-img into osdep/oslib | Daniel P. Berrange | 1 | -92/+1 |
2015-04-28 | qemu-img convert: Rewrite copying logic | Kevin Wolf | 1 | -206/+310 |
2015-03-16 | qemu-img: Avoid qerror_report_err() outside QMP handlers, again | Markus Armbruster | 1 | -4/+2 |
2015-03-16 | qemu-img: Fix convert, amend error messages for unknown options | Markus Armbruster | 1 | -4/+2 |
2015-03-10 | fix GCC 5.0.0 logical-not-parentheses warnings | Radim Krčmář | 1 | -1/+2 |
2015-03-10 | block: remove superfluous '\n' around error_report/error_setg | Gonglei | 1 | -1/+1 |
2015-02-26 | qemu-img: Suppress unhelpful extra errors in convert, amend | Markus Armbruster | 1 | -8/+17 |
2015-02-26 | QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use | Markus Armbruster | 1 | -3/+3 |
2015-02-26 | qemu-img: Suppress unhelpful extra errors in convert, resize | Markus Armbruster | 1 | -4/+12 |
2015-02-26 | QemuOpts: Convert qemu_opt_set_number() to Error, fix its use | Markus Armbruster | 1 | -1/+2 |