From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MtPkD-0007UW-5A for qemu-devel@nongnu.org; Thu, 01 Oct 2009 13:47:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MtPk8-0007Nj-8I for qemu-devel@nongnu.org; Thu, 01 Oct 2009 13:47:08 -0400 Received: from [199.232.76.173] (port=58953 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MtPk8-0007NP-1z for qemu-devel@nongnu.org; Thu, 01 Oct 2009 13:47:04 -0400 Received: from verein.lst.de ([213.95.11.210]:34188) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1MtPk7-0005ox-Hp for qemu-devel@nongnu.org; Thu, 01 Oct 2009 13:47:03 -0400 Date: Thu, 1 Oct 2009 19:47:01 +0200 From: Christoph Hellwig Subject: Re: [Qemu-devel] [PATCH 0/3] qemu-iotests: Variable cluster size Message-ID: <20091001174701.GA21405@lst.de> References: <1254139592-4061-1-git-send-email-kwolf@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1254139592-4061-1-git-send-email-kwolf@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: hch@lst.de, qemu-devel@nongnu.org On Mon, Sep 28, 2009 at 02:06:30PM +0200, Kevin Wolf wrote: > 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. Thanks, I've put all three patches in.