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