mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Convert detect_image_type() from io::Result to BlockResult so that I/O failures carry the operation name in the error context. Update the corresponding vmm error variant to wrap BlockError. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>