From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53277) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WN5Kb-0006an-63 for qemu-devel@nongnu.org; Mon, 10 Mar 2014 14:53:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WN5KV-0006HC-5t for qemu-devel@nongnu.org; Mon, 10 Mar 2014 14:53:45 -0400 Received: from lnantes-156-75-100-125.w80-12.abo.wanadoo.fr ([80.12.84.125]:55995 helo=paradis.irqsave.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WN5KU-0006Dw-Vy for qemu-devel@nongnu.org; Mon, 10 Mar 2014 14:53:39 -0400 Date: Mon, 10 Mar 2014 19:53:37 +0100 From: =?iso-8859-1?Q?Beno=EEt?= Canet Message-ID: <20140310185337.GD3317@irqsave.net> References: <1393870294-19351-1-git-send-email-benoit.canet@irqsave.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1393870294-19351-1-git-send-email-benoit.canet@irqsave.net> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] Rewrite block filter snapshot authorization mechanism List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?iso-8859-1?Q?Beno=EEt?= Canet Cc: kwolf@redhat.com, pbonzini@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com, mreitz@redhat.com The Monday 03 Mar 2014 =E0 19:11:33 (+0100), Beno=EEt Canet wrote : > Rewrite the snapshot authorization mechanism for block filter as sugges= ted by > Paolo. >=20 > run testsuite >=20 > and >=20 > Tested BlockBackend snapshots > Tested quorum snapshot > Tested that snapshot below or above the active qcow2 file are not autho= rized >=20 > Beno=EEt Canet (1): > block: Rewrite the snapshot authorization mechanism for block filters= . >=20 > block.c | 47 +++++++++++++++++++++------------------= -------- > block/blkverify.c | 17 ++++++++++++++++- > block/quorum.c | 3 +-- > include/block/block.h | 9 --------- > include/block/block_int.h | 8 ++++---- > 5 files changed, 42 insertions(+), 42 deletions(-) >=20 > --=20 > 1.8.3.2 >=20 gentle ping