From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=52949 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oy3np-000281-DM for qemu-devel@nongnu.org; Tue, 21 Sep 2010 10:27:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oy3mt-0003b7-Ok for qemu-devel@nongnu.org; Tue, 21 Sep 2010 10:26:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:64565) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oy3mt-0003an-FE for qemu-devel@nongnu.org; Tue, 21 Sep 2010 10:25:39 -0400 Message-ID: <4C98C079.6070404@redhat.com> Date: Tue, 21 Sep 2010 16:26:01 +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 Heh, so four versions is actually not enough. This breaks the mingw32 build (EINPROGESS is not defined). Kevin