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

2018-06-07 Thread Ari Sundholm
On 06/07/2018 09:32 PM, Eric Blake wrote: On 06/07/2018 09:40 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 anothe

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

2018-06-07 Thread Eric Blake
On 06/07/2018 09:40 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 v2 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,