All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Wolf <kwolf@redhat.com>
To: Jeff Cody <jcody@redhat.com>
Cc: stefanha@gmail.com, qemu-devel@nongnu.org, armbru@redhat.com,
	pbonzini@redhat.com, lcapitulino@redhat.com, eblake@redhat.com
Subject: Re: [Qemu-devel] [PATCH v5 0/2] Group Live Snapshots
Date: Wed, 29 Feb 2012 12:54:50 +0100	[thread overview]
Message-ID: <4F4E120A.4020609@redhat.com> (raw)
In-Reply-To: <cover.1330461199.git.jcody@redhat.com>

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

  parent reply	other threads:[~2012-02-29 11:51 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-28 20:54 [Qemu-devel] [PATCH v5 0/2] Group Live Snapshots Jeff Cody
2012-02-28 20:54 ` [Qemu-devel] [PATCH v5 1/2] qapi: Introduce blockdev-group-snapshot-sync command Jeff Cody
2012-02-29 14:36   ` Luiz Capitulino
2012-02-28 20:54 ` [Qemu-devel] [PATCH v5 2/2] QMP: Add qmp command for blockdev-group-snapshot-sync Jeff Cody
2012-02-29 14:37   ` Luiz Capitulino
2012-02-29 11:54 ` Kevin Wolf [this message]
2012-02-29 14:37   ` [Qemu-devel] [PATCH v5 0/2] Group Live Snapshots Luiz Capitulino

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F4E120A.4020609@redhat.com \
    --to=kwolf@redhat.com \
    --cc=armbru@redhat.com \
    --cc=eblake@redhat.com \
    --cc=jcody@redhat.com \
    --cc=lcapitulino@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.