From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54385) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRLcv-0002tr-Iy for qemu-devel@nongnu.org; Wed, 02 Oct 2013 08:34:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VRLco-0005HR-2V for qemu-devel@nongnu.org; Wed, 02 Oct 2013 08:34:01 -0400 Received: from nodalink.pck.nerim.net ([62.212.105.220]:42196 helo=paradis.irqsave.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRLcn-0005Gz-Pr for qemu-devel@nongnu.org; Wed, 02 Oct 2013 08:33:53 -0400 From: =?UTF-8?q?Beno=C3=AEt=20Canet?= Date: Wed, 2 Oct 2013 14:33:47 +0200 Message-Id: <1380717228-10135-1-git-send-email-benoit@irqsave.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH V4] disable blkverify external snapshot creation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, jcody@redhat.com, =?UTF-8?q?Beno=C3=AEt=20Canet?= , stefanha@redhat.com Hello, Here is the new version of the snapshot forbidding patch. v4: do also the check in bs->file->drv (make it work with quorum) [Beno=C3= =AEt] v3: functions return an enum [Jeff] rename forbiding function [Kevin] v2: Use NULL fields to avoid having to fill the new field in every BlockDr= iver =C2=A0[Jeff] Rename the field [Kevin] Beno=C3=AEt Canet (1): block: Add BlockDriver.bdrv_check_ext_snapshot. block.c | 17 +++++++++++++++++ block/blkverify.c | 2 ++ blockdev.c | 5 +++++ include/block/block.h | 14 ++++++++++++++ include/block/block_int.h | 6 ++++++ 5 files changed, 44 insertions(+) --=20 1.8.1.2