From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53837) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUF4l-0003du-1o for qemu-devel@nongnu.org; Thu, 10 Oct 2013 08:10:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VUF4f-0001ed-2b for qemu-devel@nongnu.org; Thu, 10 Oct 2013 08:10:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:15095) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUF4e-0001eV-QC for qemu-devel@nongnu.org; Thu, 10 Oct 2013 08:10:36 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r9ACAYCA023183 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 10 Oct 2013 08:10:35 -0400 Date: Thu, 10 Oct 2013 14:10:31 +0200 From: Kevin Wolf Message-ID: <20131010121031.GF3046@dhcp-200-207.str.redhat.com> References: <1381396168-12526-1-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1381396168-12526-1-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 0/6] Configure metadata overlap checks at runtime List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-devel@nongnu.org, Stefan Hajnoczi Am 10.10.2013 um 11:09 hat Max Reitz geschrieben: > This series changes the way of selecting what metadata overlap checks to > perform from (currently) using a macro to using a variable contained in > BDRVQcowState which can be configured at runtime through several command > line options. > > v2: > - rebased on Kevin's block branch > - patch 1: affects line numbers, diff environments and one overlap > check that has been removed in the meantime > - patch 2: line number changes > - patch 5: replaced QCOW2_OL_SNAPSHOT_TABLE by QCOW2_OL_INACTIVE_L1 in > the definition of QCOW2_OL_CACHED (the former one is already a part > of QCOW2_OL_CONSTANT, the latter one was missing) Thanks, applied to the block branch. Kevin