mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Bundles DiskSize and Geometry as the universal disk capabilities every format must implement. Adds Sync so that Arc<dyn DiskFile> can be shared across threads for concurrent readonly access. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>