mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Replace the blanket BlockErrorKind::Io mapping with an explicit match on all VhdxError variants: NotVhdx, ParseVhdxHeader, ParseVhdxMetadata, ParseVhdxRegionEntry => InvalidFormat ReadBatEntry => CorruptImage ReadFailed, WriteFailed => Io Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>