[Qemu-block] [PATCH v2 6/8] replication: Switch to byte-based calls

2018-05-31 Thread Eric Blake
We are gradually moving away from sector-based interfaces, towards byte-based. Make the change for the last few sector-based calls into the block layer from the replication driver. Ideally, the replication driver should switch to doing everything byte-based, but that's a more invasive change that

Re: [Qemu-block] [PATCH v2 6/8] replication: Switch to byte-based calls

2018-05-31 Thread Jeff Cody
On Thu, May 31, 2018 at 03:50:44PM -0500, Eric Blake wrote: > We are gradually moving away from sector-based interfaces, towards > byte-based. Make the change for the last few sector-based calls > into the block layer from the replication driver. > > Ideally, the replication driver should switch