commit | c068a1cd5203cc406a648a641e773ba906cf4aaa | [log] [tgz] |
---|---|---|
author | Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> | Thu Nov 01 21:27:36 2018 +0300 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Dec 14 11:52:40 2018 +0100 |
tree | 72b6f60f0b1c6ec34bda0c9ce2509d1422624cb5 | |
parent | 341926ab83e2b4d5af1f8c7633e8b6d72d318458 [diff] |
qcow2: use byte-based read in qcow2_decompress_cluster We are gradually moving away from sector-based interfaces, towards byte-based. Get rid of it here too. Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>