mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm: Move CPU management code to its own module
Move CpuManager, Vcpu and related functionality to its own module (and file) inside the VMM crate Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
@@ -27,6 +27,7 @@ use vmm_sys_util::eventfd::EventFd;
|
||||
|
||||
pub mod api;
|
||||
pub mod config;
|
||||
pub mod cpu;
|
||||
pub mod device_manager;
|
||||
pub mod vm;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user