mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Switch the header dirty and corrupt bit helpers from qcow::Result to BlockResult. Their callers either discard the result or unwrap in tests, so no caller signatures change. A map_err bridge in parse_qcow() converts back where needed. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>