mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Switch convert_reader() to BlockResult, preserving the original qcow::Error variants as the BlockError source. The inner convert_reader_writer() call now propagates naturally. Callers get map_err bridges where they still return qcow::Error. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>