cloud-hypervisor/qcow/src
Sebastien Boeuf 0e7d5d2761 qcow: Fix number of refcount table entries
The number of entries in the refcount table was incorrectly calculated
given there was no need for dividing the number of refblock clusters.
The number of refblock clusters is the number of entries in the refcount
table.

Suggested-by: lv_mz <lv.mengzhao@zte.com.cn>
Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2023-01-10 12:05:15 +00:00
..
qcow_raw_file.rs qcow, virtio-devices: Break cyclic dependency 2020-07-10 17:47:31 +02:00
qcow.rs qcow: Fix number of refcount table entries 2023-01-10 12:05:15 +00:00
raw_file.rs qcow: add a safety comment 2022-11-18 12:50:01 +00:00
refcount.rs misc: Automatically fix cargo clippy issues added in 1.65 (stable) 2022-12-14 14:27:19 +00:00
vec_cache.rs arch, qcow: Fix 1.42.0 clippy warnings 2020-03-13 12:26:15 +00:00