Re: [Qemu-devel] [PATCH v4 12/21] mirror: Switch mirror_do_read() to byte-based

2017-07-06 Thread Kevin Wolf
Am 06.07.2017 um 16:25 hat Eric Blake geschrieben: > On 07/06/2017 08:30 AM, Kevin Wolf wrote: > > Am 05.07.2017 um 23:08 hat Eric Blake geschrieben: > >> We are gradually converting to byte-based interfaces, as they are > >> easier to reason about than sector-based. Convert another internal > >>

Re: [Qemu-devel] [PATCH v4 12/21] mirror: Switch mirror_do_read() to byte-based

2017-07-06 Thread Eric Blake
On 07/06/2017 08:30 AM, Kevin Wolf wrote: > Am 05.07.2017 um 23:08 hat Eric Blake geschrieben: >> We are gradually converting to byte-based interfaces, as they are >> easier to reason about than sector-based. Convert another internal >> function (no semantic change). >> >> Signed-off-by: Eric Blak

Re: [Qemu-devel] [PATCH v4 12/21] mirror: Switch mirror_do_read() to byte-based

2017-07-06 Thread Kevin Wolf
Am 05.07.2017 um 23:08 hat Eric Blake geschrieben: > We are gradually converting to byte-based interfaces, as they are > easier to reason about than sector-based. Convert another internal > function (no semantic change). > > Signed-off-by: Eric Blake > Reviewed-by: John Snow > Reviewed-by: Jeff

[Qemu-devel] [PATCH v4 12/21] mirror: Switch mirror_do_read() to byte-based

2017-07-05 Thread Eric Blake
We are gradually converting to byte-based interfaces, as they are easier to reason about than sector-based. Convert another internal function (no semantic change). Signed-off-by: Eric Blake Reviewed-by: John Snow Reviewed-by: Jeff Cody --- v3-v4: no change v2: rebase to earlier changes --- b