From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51193) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUbQE-0002Ny-6t for qemu-devel@nongnu.org; Fri, 11 Oct 2013 08:02:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VUbQ8-0004AA-4V for qemu-devel@nongnu.org; Fri, 11 Oct 2013 08:02:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46460) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUbQ7-00049z-TZ for qemu-devel@nongnu.org; Fri, 11 Oct 2013 08:02:16 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r9BC2EaH023579 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 11 Oct 2013 08:02:14 -0400 From: Max Reitz Date: Fri, 11 Oct 2013 14:02:09 +0200 Message-Id: <1381492931-30805-1-git-send-email-mreitz@redhat.com> Subject: [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: qemu-devel@nongnu.org Cc: Kevin Wolf , Stefan Hajnoczi , Max Reitz 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(-) -- 1.8.3.1