From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39194) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2kf4-0005hG-D7 for qemu-devel@nongnu.org; Wed, 29 Feb 2012 09:37:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S2keu-0003t8-AV for qemu-devel@nongnu.org; Wed, 29 Feb 2012 09:37:45 -0500 Received: from mx1.redhat.com ([209.132.183.28]:35146) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2keu-0003sx-2Z for qemu-devel@nongnu.org; Wed, 29 Feb 2012 09:37:36 -0500 Date: Wed, 29 Feb 2012 11:37:35 -0300 From: Luiz Capitulino Message-ID: <20120229113735.31cc7cc7@doriath.home> In-Reply-To: <4F4E120A.4020609@redhat.com> References: <4F4E120A.4020609@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v5 0/2] Group Live Snapshots List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: stefanha@gmail.com, Jeff Cody , qemu-devel@nongnu.org, armbru@redhat.com, pbonzini@redhat.com, eblake@redhat.com On Wed, 29 Feb 2012 12:54:50 +0100 Kevin Wolf wrote: > 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. FWIW: Acked-by: Luiz Capitulino