From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58749) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQbmp-0001Wc-4p for qemu-devel@nongnu.org; Mon, 30 Sep 2013 07:37:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VQbmj-0006ox-5i for qemu-devel@nongnu.org; Mon, 30 Sep 2013 07:37:11 -0400 Received: from nodalink.pck.nerim.net ([62.212.105.220]:40987 helo=paradis.irqsave.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQbmi-0006oo-TD for qemu-devel@nongnu.org; Mon, 30 Sep 2013 07:37:05 -0400 From: =?UTF-8?q?Beno=C3=AEt=20Canet?= Date: Mon, 30 Sep 2013 13:36:54 +0200 Message-Id: <1380541015-10492-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 V3] 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. 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 | 14 ++++++++++++++ block/blkverify.c | 2 ++ blockdev.c | 5 +++++ include/block/block.h | 14 ++++++++++++++ include/block/block_int.h | 6 ++++++ 5 files changed, 41 insertions(+) --=20 1.8.1.2