From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LrxqN-0004pw-Pv for qemu-devel@nongnu.org; Thu, 09 Apr 2009 13:15:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LrxqI-0004nO-UV for qemu-devel@nongnu.org; Thu, 09 Apr 2009 13:15:15 -0400 Received: from [199.232.76.173] (port=44660 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LrxqI-0004nK-KT for qemu-devel@nongnu.org; Thu, 09 Apr 2009 13:15:10 -0400 Received: from verein.lst.de ([213.95.11.210]:60005) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1LrxqI-0001qS-7H for qemu-devel@nongnu.org; Thu, 09 Apr 2009 13:15:10 -0400 Date: Thu, 9 Apr 2009 19:15:07 +0200 From: Christoph Hellwig Subject: Re: [Qemu-devel] [PATCH] qemu-io: Verify read data by patterns Message-ID: <20090409171507.GA26972@lst.de> References: <1239284776-2115-1-git-send-email-kwolf@redhat.com> <20090409153314.GB22492@lst.de> <200904091907.45921@kevin-wolf.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200904091907.45921@kevin-wolf.de> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: Kevin Wolf , qemu-devel@nongnu.org, Christoph Hellwig On Thu, Apr 09, 2009 at 07:07:45PM +0200, Kevin Wolf wrote: > Am Donnerstag, 9. April 2009 17:33 schrieb Christoph Hellwig: > > On Thu, Apr 09, 2009 at 03:46:16PM +0200, Kevin Wolf wrote: > > > This patch adds a -P option to read and readv which allows to compare the > > > read data to a given pattern. This can be used to verify data written by > > > write -P. > > > > Very good, I was doing this manually in my WIP testsuite, but having > > qemu-io do this is even better. > > Is this testsuite available anywhere, like a git repo? I'm going to continue > testing and debugging qcow2 next week and I'd rather avoid doing things > you're already working on. Still not in a shape to publish it. Hopefully I'll have a something ASAP and then I'll post a link to the git repo to the list.