mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
cloud-hypervisor always advertises a 512-byte logical block size over virtio-blk, so a 4096-byte-sector VHDx image could never be addressed correctly. Reject it at metadata parse time, matching QEMU's VHDx support. Signed-off-by: Alexander Lvov <alexander.lvov.git@gmail.com>