mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-18 10:35:23 +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;
|
pub mod mshv;
|
||||||
|
|
||||||
/// Hypevisor related module
|
/// Hypevisor related module
|
||||||
pub mod hypervisor;
|
mod hypervisor;
|
||||||
|
|
||||||
/// Vm related module
|
/// Vm related module
|
||||||
mod vm;
|
mod vm;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user