| Commit message (Expand) | Author | Age | Files | Lines |
* | qemu-img: Make MapEntry a QAPI struct | Fam Zheng | 2019-11-29 | 1 | -29/+42 |
* | qemu-img: In "map", use the returned "file" from bdrv_get_block_status | Fam Zheng | 2019-11-29 | 1 | -1/+1 |
* | block: Add "file" output parameter to block status query functions | Fam Zheng | 2019-11-29 | 1 | -4/+9 |
* | block: Clean up includes | Peter Maydell | 2019-11-29 | 1 | -1/+1 |
* | qemu-img: Speed up comparing empty/zero images | Fam Zheng | 2019-11-29 | 1 | -15/+30 |
* | error: Use error_reportf_err() where it makes obvious sense | Markus Armbruster | 2019-11-29 | 1 | -20/+13 |
* | error: Don't decorate original error message when adding to it | Markus Armbruster | 2019-11-29 | 1 | -1/+1 |
* | qemu-img: abort when full_backing_filename not present | John Snow | 2019-11-29 | 1 | -1/+4 |
* | block: Add opaque value to the amend CB | Max Reitz | 2019-11-29 | 1 | -2/+3 |
* | blockjob: Introduce reference count and fix reference to job->bs | Fam Zheng | 2015-11-12 | 1 | -3/+0 |
* | qemu-img: add check for zero-length job len | John Snow | 2015-11-11 | 1 | -1/+2 |
* | block: Add and use bdrv_replace_in_backing_chain() | Kevin Wolf | 2015-10-16 | 1 | -8/+8 |
* | block: Convert bs->backing_hd to BdrvChild | Kevin Wolf | 2015-10-16 | 1 | -2/+2 |
* | utils: rename strtosz to use qemu prefix | Marc-André Lureau | 2015-09-25 | 1 | -2/+3 |
* | qemu-img: Fix crash in amend invocation | Max Reitz | 2015-09-04 | 1 | -1/+2 |
* | Include qapi/qmp/qerror.h exactly where needed | Markus Armbruster | 2015-06-22 | 1 | -0/+1 |
* | qerror: Clean up QERR_ macros to expand into a single string | Markus Armbruster | 2015-06-22 | 1 | -1/+1 |
* | QemuOpts: Wean off qerror_report_err() | Markus Armbruster | 2015-06-22 | 1 | -1/+2 |
* | util: move read_password method out of qemu-img into osdep/oslib | Daniel P. Berrange | 2015-05-22 | 1 | -92/+1 |
* | qemu-img convert: Rewrite copying logic | Kevin Wolf | 2015-04-28 | 1 | -206/+310 |
* | qemu-img: Avoid qerror_report_err() outside QMP handlers, again | Markus Armbruster | 2015-03-16 | 1 | -4/+2 |
* | qemu-img: Fix convert, amend error messages for unknown options | Markus Armbruster | 2015-03-16 | 1 | -4/+2 |
* | fix GCC 5.0.0 logical-not-parentheses warnings | Radim Krčmář | 2015-03-10 | 1 | -1/+2 |
* | block: remove superfluous '\n' around error_report/error_setg | Gonglei | 2015-03-10 | 1 | -1/+1 |
* | qemu-img: Suppress unhelpful extra errors in convert, amend | Markus Armbruster | 2015-02-26 | 1 | -8/+17 |
* | QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use | Markus Armbruster | 2015-02-26 | 1 | -3/+3 |
* | qemu-img: Suppress unhelpful extra errors in convert, resize | Markus Armbruster | 2015-02-26 | 1 | -4/+12 |
* | QemuOpts: Convert qemu_opt_set_number() to Error, fix its use | Markus Armbruster | 2015-02-26 | 1 | -1/+2 |
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into... | Peter Maydell | 2015-02-26 | 1 | -6/+3 |
|\ |
|
| * | qemu-img: Avoid qerror_report_err() outside QMP command handlers | Markus Armbruster | 2015-02-18 | 1 | -2/+1 |
| * | error: Use error_report_err() where appropriate | Markus Armbruster | 2015-02-18 | 1 | -4/+2 |
* | | qemu-img: Use BlockBackend as far as possible | Max Reitz | 2015-02-16 | 1 | -43/+39 |
* | | qemu-img: Use blk_new_open() in img_rebase() | Max Reitz | 2015-02-16 | 1 | -26/+23 |
* | | qemu-img: Use blk_new_open() in img_open() | Max Reitz | 2015-02-16 | 1 | -14/+6 |
* | | block: Add Error parameter to bdrv_find_protocol() | Max Reitz | 2015-02-16 | 1 | -4/+7 |
* | | qemu-img: Fix qemu-img convert -n | Max Reitz | 2015-02-16 | 1 | -24/+26 |
|/ |
|
* | qemu-img: Add QEMU_PKGVERSION to QEMU_IMG_VERSION | Don Slutz | 2015-02-06 | 1 | -1/+1 |
* | block: update string sizes for filename,backing_file,exact_filename | Jeff Cody | 2015-01-23 | 1 | -2/+2 |
* | qemu-img: Check create_opts before image amendment | Max Reitz | 2014-12-10 | 1 | -0/+7 |
* | qemu-img: Check create_opts before image creation | Max Reitz | 2014-12-10 | 1 | -0/+14 |
* | qemu-img: Omit error_report() after img_open() | Max Reitz | 2014-11-06 | 1 | -4/+0 |
* | qemu-img: Fix insignificant memleak | Max Reitz | 2014-11-03 | 1 | -1/+3 |
* | qemu-img: Add progress output for amend | Max Reitz | 2014-11-03 | 1 | -3/+22 |
* | block: Add status callback to bdrv_amend_options() | Max Reitz | 2014-11-03 | 1 | -1/+1 |
* | qemu-img: Specify backing file for commit | Max Reitz | 2014-11-03 | 1 | -9/+23 |
* | qemu-img: Enable progress output for commit | Max Reitz | 2014-11-03 | 1 | -2/+21 |
* | qemu-img: Empty image after commit | Max Reitz | 2014-11-03 | 1 | -3/+31 |
* | qemu-img: Implement commit like QMP | Max Reitz | 2014-11-03 | 1 | -19/+59 |
* | qemu-img: Print error if check failed | Max Reitz | 2014-10-23 | 1 | -7/+14 |
* | block: Make BlockBackend own its BlockDriverState | Markus Armbruster | 2014-10-20 | 1 | -34/+1 |