mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
virtio-devices: Remove virtio-block synchronous implementation
Now that both synchronous and asynchronous backends rely on the asynchronous version of virtio-block (namely BlockIoUring), we can get rid of the synchronous version (namely Block). Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
committed by
Rob Bradford
parent
12e20effd7
commit
41cfdb50cd
@@ -29,7 +29,6 @@ use std::io;
|
||||
#[macro_use]
|
||||
mod device;
|
||||
pub mod balloon;
|
||||
pub mod block;
|
||||
pub mod block_io_uring;
|
||||
mod console;
|
||||
pub mod epoll_helper;
|
||||
@@ -46,7 +45,6 @@ pub mod vsock;
|
||||
pub mod watchdog;
|
||||
|
||||
pub use self::balloon::*;
|
||||
pub use self::block::*;
|
||||
pub use self::block_io_uring::*;
|
||||
pub use self::console::*;
|
||||
pub use self::device::*;
|
||||
|
||||
Reference in New Issue
Block a user