cloud-hypervisor/qcow
lv.mengzhao 2a45e44bda qcow: Fix the calculation of the number of clusters for L1 table
In function create_for_size(), when calculating the number
of clusters for the L1 table, it incorrectly divides the total number of
entries in the L1 table by the cluster size. In fact, it should be
divided by the number of entries/addresses that can fit into a cluster.

Signed-off-by: lv.mengzhao <lv.mengzhao@zte.com.cn>
2022-10-13 13:43:08 +01:00
..
src qcow: Fix the calculation of the number of clusters for L1 table 2022-10-13 13:43:08 +01:00
Cargo.toml build: Bump libc from 0.2.134 to 0.2.135 2022-10-11 01:13:44 +00:00