mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Adds support to detect and open flat vmdk images. In particular, it updates the `detect_image_type` method to account for unaligned & small sized descriptor file (which describes the VMDK disk) reads using AlignedFile::read_at instead of read_file_at to loop over for small reads. Signed-off-by: Sumedh Alok Sharma <sumsharma@microsoft.com>