From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56072) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPCdr-0005zT-E9 for qemu-devel@nongnu.org; Thu, 26 Sep 2013 10:34:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VPCdj-0005mE-PM for qemu-devel@nongnu.org; Thu, 26 Sep 2013 10:34:07 -0400 Received: from nodalink.pck.nerim.net ([62.212.105.220]:39642 helo=paradis.irqsave.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPCdj-0005lM-H1 for qemu-devel@nongnu.org; Thu, 26 Sep 2013 10:33:59 -0400 From: =?UTF-8?q?Beno=C3=AEt=20Canet?= Date: Thu, 26 Sep 2013 16:33:48 +0200 Message-Id: <1380206029-9740-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 V2] 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 V2 of the external snapshot disabling patch. The result is hopefully smaller and don't impact all BlockDriver anymore. Only the blkverify Driver is modified. 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 | 7 +++++++ include/block/block_int.h | 8 ++++++++ 5 files changed, 36 insertions(+) --=20 1.8.1.2