hypervisor: Make hypervisor module private
All the required functionality is already exported from the hypervisor crate so for consistency make this module private. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
d3f66f8702
commit
288cea917e
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ pub mod kvm;
|
|||
pub mod mshv;
|
||||
|
||||
/// Hypevisor related module
|
||||
pub mod hypervisor;
|
||||
mod hypervisor;
|
||||
|
||||
/// Vm related module
|
||||
mod vm;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue