mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Switch the public convert() entry point to BlockResult. Inner calls to functions already returning BlockResult propagate naturally; those still returning qcow::Error get map_err bridges. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>