mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Introduce FixedVhdDisk as a single DiskFile wrapper around FixedVhd. It accepts a use_io_uring flag at construction time and dispatches to FixedVhdSync or FixedVhdAsync inside create_async_io() accordingly. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>