cloud-hypervisor/qcow
Bo Chen 5f4a6b42c0 qcow: Fix wrong alignment calculation
With the existing code, `round_up(7, 2)` would generate `6` which is
obviously wrong. Also, following what's done for 'round_down()', the
fixed code does not handle 'alignment == 0' explicitly.

Signed-off-by: Bo Chen <chen.bo@intel.com>
2022-09-17 10:23:49 +01:00
..
src qcow: Fix wrong alignment calculation 2022-09-17 10:23:49 +01:00
Cargo.toml build: bump libc from 0.2.131 to 0.2.132 2022-08-17 16:30:47 +00:00