mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
block_util: Implement asynchronous traits for RAW disk file
This provides the implementation of DiskFile and AsyncIo for the RAW file format. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
committed by
Rob Bradford
parent
30033bdaea
commit
23e3b022eb
@@ -14,6 +14,7 @@ extern crate log;
|
||||
extern crate serde_derive;
|
||||
|
||||
pub mod async_io;
|
||||
pub mod raw_async;
|
||||
|
||||
#[cfg(feature = "io_uring")]
|
||||
use io_uring::Probe;
|
||||
|
||||
Reference in New Issue
Block a user