cloud-hypervisor/vhdx
Bo Chen 134e555c42 vhdx: Fix wrong alignment calculation
With the existing macro, `align!(7, 4)` would generate `16` which is
obviously wrong. Also, given it is a macro, the compiler catch the error
if the provided 'alignment' is '0'.

Signed-off-by: Bo Chen <chen.bo@intel.com>
2022-09-17 10:23:49 +01:00
..
src vhdx: Fix wrong alignment calculation 2022-09-17 10:23:49 +01:00
Cargo.toml build: bump thiserror from 1.0.34 to 1.0.35 2022-09-14 00:23:57 +00:00