qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 1/3] Add blkmirror block driver


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH 1/3] Add blkmirror block driver
Date: Thu, 23 Feb 2012 16:14:09 +0000

On Wed, Feb 22, 2012 at 5:13 PM, Federico Simoncelli
<address@hidden> wrote:
> From: Marcelo Tosatti <address@hidden>
>
> Mirrored writes are used by live block copy.

I think the right approach is to create a single blkmirror driver that
also includes blkverify functionality.  The code is basically the same
except blkverify also compares reads - just use a flag to
enable/disable that behavior.

Feel free to rename the blkverify driver to blkmirror if you wish.

By the way, this code does not build against qemu.git/master.  It uses
interfaces which have been dropped.

Stefan



reply via email to

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