[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v8 07/14] qemu-img: Implement commit like QMP
From: |
Eric Blake |
Subject: |
Re: [Qemu-devel] [PATCH v8 07/14] qemu-img: Implement commit like QMP |
Date: |
Mon, 09 Jun 2014 10:53:35 -0600 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 |
On 06/07/2014 12:51 PM, Max Reitz wrote:
> qemu-img should use QMP commands whenever possible in order to ensure
> feature completeness of both online and offline image operations. As
> qemu-img itself has no access to QMP (since this would basically require
> just everything being linked into qemu-img), imitate QMP's
> implementation of block-commit by using commit_active_start() and then
> waiting for the block job to finish.
>
> Signed-off-by: Max Reitz <address@hidden>
> ---
> block/Makefile.objs | 2 +-
> qemu-img.c | 83
> +++++++++++++++++++++++++++++++++++++++++------------
> 2 files changed, 65 insertions(+), 20 deletions(-)
>
Reviewed-by: Eric Blake <address@hidden>
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
- [Qemu-devel] [PATCH v8 00/14] qemu-img: Implement commit like QMP, Max Reitz, 2014/06/07
- [Qemu-devel] [PATCH v8 02/14] qcow2: Implement bdrv_make_empty(), Max Reitz, 2014/06/07
- [Qemu-devel] [PATCH v8 01/14] qcow2: Allow "full" discard, Max Reitz, 2014/06/07
- [Qemu-devel] [PATCH v8 03/14] qcow2: Optimize bdrv_make_empty(), Max Reitz, 2014/06/07
- [Qemu-devel] [PATCH v8 05/14] blockjob: Add "ready" field, Max Reitz, 2014/06/07
- [Qemu-devel] [PATCH v8 04/14] blockjob: Introduce block_job_complete_sync(), Max Reitz, 2014/06/07
- [Qemu-devel] [PATCH v8 06/14] block/mirror: Improve progress report, Max Reitz, 2014/06/07
- [Qemu-devel] [PATCH v8 07/14] qemu-img: Implement commit like QMP, Max Reitz, 2014/06/07
- Re: [Qemu-devel] [PATCH v8 07/14] qemu-img: Implement commit like QMP,
Eric Blake <=
- [Qemu-devel] [PATCH v8 08/14] qemu-img: Empty image after commit, Max Reitz, 2014/06/07
- [Qemu-devel] [PATCH v8 09/14] qemu-img: Enable progress output for commit, Max Reitz, 2014/06/07
- [Qemu-devel] [PATCH v8 10/14] qemu-img: Specify backing file for commit, Max Reitz, 2014/06/07
- [Qemu-devel] [PATCH v8 11/14] iotests: Add _filter_qemu_img_map, Max Reitz, 2014/06/07
- [Qemu-devel] [PATCH v8 12/14] iotests: Add test for backing-chain commits, Max Reitz, 2014/06/07
- [Qemu-devel] [PATCH v8 13/14] iotests: Add test for qcow2's bdrv_make_empty, Max Reitz, 2014/06/07