From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MsF1E-00057k-Gx for qemu-devel@nongnu.org; Mon, 28 Sep 2009 08:07:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MsF19-00054p-JU for qemu-devel@nongnu.org; Mon, 28 Sep 2009 08:07:51 -0400 Received: from [199.232.76.173] (port=52604 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MsF19-00054j-GR for qemu-devel@nongnu.org; Mon, 28 Sep 2009 08:07:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:20328) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MsF19-0003vT-03 for qemu-devel@nongnu.org; Mon, 28 Sep 2009 08:07:47 -0400 From: Kevin Wolf Date: Mon, 28 Sep 2009 14:06:30 +0200 Message-Id: <1254139592-4061-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] qemu-iotests: Variable cluster size List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: hch@lst.de Cc: Kevin Wolf , qemu-devel@nongnu.org Currently, all qcow2 tests align their test requests to hit the critical spots in images that use 4k clusters. By default we are using 64k clusters now for a while, so we need to make the tests more dynamic. This patch series makes the cluster size variable in some of the generic code like common.pattern and adds a test case for the non-4k cluster case. Kevin Wolf (3): qemu-iotests: Align test requests according to cluster size qemu-iotests: 019: Make cluster size dynamic qemu-iotests: Tests on non-4k clusters 013 | 9 +- 013.out | 682 +- 014 | 6 +- 014.out | 818 +- 019 | 13 +- 019.out | 4 +- 022 | 5 +- 022.out | 138 +- 023 | 119 + 023.out |25706 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ common.pattern | 69 +- common.rc | 4 + group | 1 + 13 files changed, 26709 insertions(+), 865 deletions(-) mode change 100644 => 100755 021 create mode 100755 023 create mode 100644 023.out