mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
block: raw: Add RawDisk struct with RawBackend enum
Introduce the unified DiskFile wrapper for raw disk images. The RawBackend enum selects between sync, io_uring, and AIO backends at construction time. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>
This commit is contained in:
@@ -31,6 +31,7 @@ pub mod raw_async;
|
||||
pub mod raw_async_aio;
|
||||
#[cfg(test)]
|
||||
mod raw_async_io_tests;
|
||||
pub mod raw_disk;
|
||||
pub mod raw_sync;
|
||||
mod request;
|
||||
pub mod vhd;
|
||||
|
||||
Reference in New Issue
Block a user