mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Backing file descriptor access for disk images backed by a file. Returns a BorrowedDiskFd that wraps the raw fd with lifetime tracking. Not available for network or memory backed disk formats. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>