Re: [Qemu-devel] [PATCH v2 6/6] block/blklogwrites: Use the block device logical sector size when logging writes

2018-06-07 Thread Ari Sundholm
Oops, it seems this old patch found its way in this series somehow. My apologies. And sorry for this top-post. Best regards, Ari Sundholm a...@tuxera.com On 06/07/2018 05:40 PM, Ari Sundholm wrote: The guest OS may perform writes which are aligned to the logical sector size instead of the

[Qemu-devel] [PATCH v2 6/6] block/blklogwrites: Use the block device logical sector size when logging writes

2018-06-07 Thread Ari Sundholm
The guest OS may perform writes which are aligned to the logical sector size instead of the physical one, so logging at this granularity records the writes performed on the block device most faithfully. Signed-off-by: Ari Sundholm --- block/blklogwrites.c | 47