mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
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
@ -37,7 +37,7 @@ pub mod kvm;
|
||||
pub mod mshv;
|
||||
|
||||
/// Hypevisor related module
|
||||
pub mod hypervisor;
|
||||
mod hypervisor;
|
||||
|
||||
/// Vm related module
|
||||
mod vm;
|
||||
|
Loading…
Reference in New Issue
Block a user