mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +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:
committed by
Sebastien Boeuf
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;
|
||||
|
||||
Reference in New Issue
Block a user