From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=40734 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oy2y8-0008AM-05 for qemu-devel@nongnu.org; Tue, 21 Sep 2010 09:33:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oy2y1-0001NN-Fm for qemu-devel@nongnu.org; Tue, 21 Sep 2010 09:33:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47504) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oy2y1-0001NE-7W for qemu-devel@nongnu.org; Tue, 21 Sep 2010 09:33:05 -0400 Message-ID: <4C98B427.3050209@redhat.com> Date: Tue, 21 Sep 2010 15:33:27 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1285073062-5317-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1285073062-5317-1-git-send-email-stefanha@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH v4] blkverify: Add block driver for verifying I/O List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org Am 21.09.2010 14:44, schrieb Stefan Hajnoczi: > The blkverify block driver makes investigating image format data > corruption much easier. A raw image initialized with the same contents > as the test image (e.g. qcow2 file) must be provided. The raw image > mirrors read/write operations and is used to verify that data read from > the test image is correct. > > See docs/blkverify.txt for more information. > > Signed-off-by: Stefan Hajnoczi Thanks, applied to the block branch. Kevin