From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38501) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNRGy-0008Mt-Ea for qemu-devel@nongnu.org; Tue, 11 Mar 2014 14:19:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WNRGs-0000yJ-QJ for qemu-devel@nongnu.org; Tue, 11 Mar 2014 14:19:28 -0400 Received: from mail-ea0-x236.google.com ([2a00:1450:4013:c01::236]:37493) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNRGs-0000xw-J3 for qemu-devel@nongnu.org; Tue, 11 Mar 2014 14:19:22 -0400 Received: by mail-ea0-f182.google.com with SMTP id b10so4519898eae.13 for ; Tue, 11 Mar 2014 11:19:21 -0700 (PDT) Date: Tue, 11 Mar 2014 19:19:18 +0100 From: Stefan Hajnoczi Message-ID: <20140311181918.GA17693@stefanha-thinkpad.redhat.com> 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 Content-Transfer-Encoding: 8bit In-Reply-To: <1393870294-19351-1-git-send-email-benoit.canet@irqsave.net> 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 On Mon, Mar 03, 2014 at 07:11:33PM +0100, Benoît Canet wrote: > Rewrite the snapshot authorization mechanism for block filter as suggested by > Paolo. > > run testsuite > > and > > Tested BlockBackend snapshots > Tested quorum snapshot > Tested that snapshot below or above the active qcow2 file are not authorized > > Benoît Canet (1): > block: Rewrite the snapshot authorization mechanism for block filters. > > 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(-) Thanks, applied to my block tree and fixed up commit description to mention semantic change in blkverify: https://github.com/stefanha/qemu/commits/block Stefan