qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Re: [PATCH v4] blkverify: Add block driver for verifyin


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] Re: [PATCH v4] blkverify: Add block driver for verifying I/O
Date: Tue, 21 Sep 2010 15:38:00 +0100

On Tue, Sep 21, 2010 at 3:26 PM, Kevin Wolf <address@hidden> wrote:
> 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 <address@hidden>
>
> Heh, so four versions is actually not enough. This breaks the mingw32
> build (EINPROGESS is not defined).

For Windows we need to include qemu_socket.h so EINPROGRESS is
defined.  I will send a v5, thank you for pointing this out.

Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]