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:
Sergio Lopez
2019-10-24 07:30:44 +02:00
committed by Rob Bradford
parent 08bebaae4f
commit 3a3dd0096c
2 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -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;