On 06/21/2016 08:18 AM, Kevin Wolf wrote:
> Am 14.06.2016 um 23:30 hat Eric Blake geschrieben:
>> BlockLimits is currently an ugly mix of byte limits vs.
>> sector limits. Unify it. Fix some bugs I found in
>> bdrv_aligned_preadv() while at it.
>>
>> Prequisite: Kevin's ongoing work to migrate bd
Am 14.06.2016 um 23:30 hat Eric Blake geschrieben:
> BlockLimits is currently an ugly mix of byte limits vs.
> sector limits. Unify it. Fix some bugs I found in
> bdrv_aligned_preadv() while at it.
>
> Prequisite: Kevin's ongoing work to migrate bdrv_aligned_preadv()
> to be byte-based (commit 3
BlockLimits is currently an ugly mix of byte limits vs.
sector limits. Unify it. Fix some bugs I found in
bdrv_aligned_preadv() while at it.
Prequisite: Kevin's ongoing work to migrate bdrv_aligned_preadv()
to be byte-based (commit 3de06b2 on his vmstate branch at the
time of this email, but tha