mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Add a struct that carries optional diagnostic metadata - file path, byte offset, and operation name that can be attached to any BlockError. This lets errors report *where* and *during what* a failure occurred, which is especially useful when the same I/O kind shows up at multiple call sites. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>