mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vm-virtio: export block::Request and related funcs/structs
Export block::Request and related functions and structs so the code can be shared with vhost-user-blk. Signed-off-by: Sergio Lopez <slp@redhat.com>
This commit is contained in:
committed by
Rob Bradford
parent
08bebaae4f
commit
3a3dd0096c
@@ -21,7 +21,7 @@ extern crate vm_memory;
|
||||
use std::fmt;
|
||||
use std::io;
|
||||
|
||||
mod block;
|
||||
pub mod block;
|
||||
mod console;
|
||||
mod device;
|
||||
mod iommu;
|
||||
|
||||
Reference in New Issue
Block a user