Re: [Qemu-devel] [PATCH v3 02/10] block: Add blklogwrites

2018-06-07 Thread Eric Blake
On 06/07/2018 10:38 AM, Ari Sundholm wrote: From: Aapo Vienamo Implements a block device write logging system, similar to Linux kernel device mapper dm-log-writes. The write operations that are performed on a block device are logged to a file or another block device. The write log format is ide

[Qemu-devel] [PATCH v3 02/10] block: Add blklogwrites

2018-06-07 Thread Ari Sundholm
From: Aapo Vienamo Implements a block device write logging system, similar to Linux kernel device mapper dm-log-writes. The write operations that are performed on a block device are logged to a file or another block device. The write log format is identical to the dm-log-writes format. Currently,