mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Add the DiskFile marker and AsyncDiskFile with try_clone and create_async_io. The dispatch creates RawFileSync, RawFileAsync, or RawFileAsyncAio depending on the backend selected at construction. Alignment handling is left to the workers as is, to be centralized separately per #8050. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>