diff --git a/hypervisor/src/lib.rs b/hypervisor/src/lib.rs index 7ac0b7990..2e9043466 100644 --- a/hypervisor/src/lib.rs +++ b/hypervisor/src/lib.rs @@ -37,7 +37,7 @@ pub mod kvm; pub mod mshv; /// Hypevisor related module -pub mod hypervisor; +mod hypervisor; /// Vm related module mod vm;