cloud-hypervisor/vhdx/src
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
..
lib.rs build: bump uuid from 0.8.2 to 1.0.0 2022-04-20 09:41:22 +00:00
vhdx_bat.rs vhdx: Fixed and dynamic VHDx block device implementation 2021-08-19 11:43:19 +02:00
vhdx_header.rs vhdx: Avoid unwrap() of invalid header 2022-07-08 10:19:11 +01:00
vhdx_io.rs vhdx: Fix wrong alignment calculation 2022-09-17 10:23:49 +01:00
vhdx_metadata.rs build: bump uuid from 0.8.2 to 1.0.0 2022-04-20 09:41:22 +00:00
vhdx.rs vhdx: Fixed and dynamic VHDx block device implementation 2021-08-19 11:43:19 +02:00