From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56061) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUbfd-0003qO-Mq for qemu-devel@nongnu.org; Fri, 11 Oct 2013 08:18:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VUbfX-0001Uf-KI for qemu-devel@nongnu.org; Fri, 11 Oct 2013 08:18:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:65462) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUbfX-0001UY-BV for qemu-devel@nongnu.org; Fri, 11 Oct 2013 08:18:11 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r9BCI96D004910 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 11 Oct 2013 08:18:10 -0400 Date: Fri, 11 Oct 2013 14:18:08 +0200 From: Kevin Wolf Message-ID: <20131011121808.GK3112@dhcp-200-207.str.redhat.com> References: <1381492931-30805-1-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1381492931-30805-1-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/2] qcow2/iotests: Add test for inactive L2 overlap List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-devel@nongnu.org, Stefan Hajnoczi Am 11.10.2013 um 14:02 hat Max Reitz geschrieben: > With the ability to adjust the metadata overlap checks performed through > the command line, we can now add a test for checks not performed by the > default "cached" mode, i.e. those regarding inactive L2 tables. > > In order to be able to use qemu-io for this test, however, it must first > be extended to allow specifying runtime options for the block driver > through the "open" command. > > Max Reitz (2): > qemu-io: Let "open" pass options to block driver > qemu-iotests: Add test for inactive L2 overlap > > qemu-io.c | 39 ++++++++++++++++++++++++++++++-------- > tests/qemu-iotests/060 | 47 +++++++++++++++++++++++++++++++++++++++------- > tests/qemu-iotests/060.out | 40 ++++++++++++++++++++++++++++++++++++++- > 3 files changed, 110 insertions(+), 16 deletions(-) Thanks, applied to the block branch. Kevin