mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm: cpu: Add the CpuManager onto the IO bus
This allows the kernel (via ACPI based controls) to query and control the CPU state. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
committed by
Sebastien Boeuf
parent
39a1b8f4db
commit
1da0ff395d
+2
-1
@@ -428,7 +428,8 @@ impl Vm {
|
||||
fd,
|
||||
cpuid,
|
||||
reset_evt,
|
||||
);
|
||||
)
|
||||
.map_err(Error::CpuManager)?;
|
||||
|
||||
Ok(Vm {
|
||||
kernel,
|
||||
|
||||
Reference in New Issue
Block a user