On 07/03/2017 11:10 AM, Eric Blake wrote:
We are gradually converting to byte-based interfaces, as they are easier to reason about than sector-based. Change the qcow2 bitmap helper function sectors_covered_by_bitmap_cluster(), renaming it in the process. Signed-off-by: Eric Blake <ebl...@redhat.com>
It really will be nice to not have multiple layers of scaling for bitmaps anymore.
Reviewed-by: John Snow <js...@redhat.com>