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:
Rob Bradford
2019-11-11 14:56:10 +00:00
committed by Sebastien Boeuf
parent 39a1b8f4db
commit 1da0ff395d
2 changed files with 26 additions and 7 deletions
+2 -1
View File
@@ -428,7 +428,8 @@ impl Vm {
fd,
cpuid,
reset_evt,
);
)
.map_err(Error::CpuManager)?;
Ok(Vm {
kernel,