From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LvtpU-0007Uv-8G for qemu-devel@nongnu.org; Mon, 20 Apr 2009 09:46:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LvtpP-0007Sz-Ej for qemu-devel@nongnu.org; Mon, 20 Apr 2009 09:46:35 -0400 Received: from [199.232.76.173] (port=36090 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LvtpP-0007Su-7e for qemu-devel@nongnu.org; Mon, 20 Apr 2009 09:46:31 -0400 Received: from verein.lst.de ([213.95.11.210]:57575) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1LvtpO-0001pE-LM for qemu-devel@nongnu.org; Mon, 20 Apr 2009 09:46:31 -0400 Date: Mon, 20 Apr 2009 15:46:14 +0200 From: Christoph Hellwig Subject: Re: [Qemu-devel] [PATCH 1/5] qcow2: Fix warnings in check_refcount() Message-ID: <20090420134614.GA8480@lst.de> References: <1239969879-5611-1-git-send-email-kwolf@redhat.com> <1239976920-4912-1-git-send-email-kwolf@redhat.com> <49E8E8E7.2000407@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49E8E8E7.2000407@us.ibm.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf , Christoph Hellwig On Fri, Apr 17, 2009 at 03:39:03PM -0500, Anthony Liguori wrote: > Hi Christoph, > > Do you have a qemu-io script handy that can be used to stress something > like this patch set? After the last qcow2 regression, I'm wary of > additional cleanups that we can't validate with a strong stress test. I only have a couple of basic tests so far, and currently I'm looking through the ML archives for all kinds of test cases. Kevin has a copy of the current state which I don't want to release yet before some licensing bits are clarified.