Re: [Qemu-block] [PATCH v4 10/10] block/blklogwrites: Use the block device logical sector size when logging writes

2018-06-19 Thread Alberto Garcia
On Mon 18 Jun 2018 05:53:50 PM CEST, Ari Sundholm wrote: > On 06/18/2018 06:36 PM, Alberto Garcia wrote: >> On Fri 08 Jun 2018 02:32:28 PM CEST, Ari Sundholm wrote: >>> The guest OS may perform writes which are aligned to the logical >>> sector size instead of the physical one, so logging at this

Re: [Qemu-block] [PATCH v4 10/10] block/blklogwrites: Use the block device logical sector size when logging writes

2018-06-18 Thread Ari Sundholm
On 06/18/2018 06:36 PM, Alberto Garcia wrote: On Fri 08 Jun 2018 02:32:28 PM CEST, Ari Sundholm wrote: 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

Re: [Qemu-block] [PATCH v4 10/10] block/blklogwrites: Use the block device logical sector size when logging writes

2018-06-18 Thread Alberto Garcia
On Fri 08 Jun 2018 02:32:28 PM CEST, Ari Sundholm wrote: > 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

[Qemu-block] [PATCH v4 10/10] block/blklogwrites: Use the block device logical sector size when logging writes

2018-06-08 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