qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v5 0/2] Group Live Snapshots


From: Kevin Wolf
Subject: Re: [Qemu-devel] [PATCH v5 0/2] Group Live Snapshots
Date: Wed, 29 Feb 2012 12:54:50 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120209 Thunderbird/10.0.1

Am 28.02.2012 21:54, schrieb Jeff Cody:
> This patchset adds the ability to take a snapshot of a group of devices,
> rather than each device individually.  Upon failure of any snapshot, all
> snapshots taken by the command will be abandoned, and the appropriate failure
> code returned.
> 
> All the changes from v4 to v5 are in patch 1/2. This differs from v4 in that:
>     * blockdev.c
>               - all failures in the group snapshot command should go to
>                 delete_and_fail
> 
> Jeff Cody (2):
>   qapi: Introduce blockdev-group-snapshot-sync command
>   QMP: Add qmp command for blockdev-group-snapshot-sync
> 
>  block.c          |   81 +++++++++++++++++++++++++++++++++
>  block.h          |    1 +
>  block_int.h      |    6 +++
>  blockdev.c       |  131 
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  qapi-schema.json |   38 ++++++++++++++++
>  qmp-commands.hx  |   39 ++++++++++++++++
>  6 files changed, 296 insertions(+), 0 deletions(-)
> 

Thanks, applied to the block branch.

Kevin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]