mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
misc: Make CPU profile part of various configs
We integrate the CPU profile into the various configs that ultimately get set by the user. This quickly ends up involving multiple files, luckily Rust helps us find which ones via compilation errors. Signed-off-by: Oliver Anderson <oliver.anderson@cyberus-technology.de> On-behalf-of: SAP oliver.anderson@sap.com
This commit is contained in:
committed by
Rob Bradford
parent
a9440d2919
commit
549f3d6c04
@@ -136,6 +136,7 @@ impl RequestHandler for StubApiRequestHandler {
|
||||
max_phys_bits: 46,
|
||||
affinity: None,
|
||||
features: CpuFeatures::default(),
|
||||
profile: Default::default(),
|
||||
nested: true,
|
||||
core_scheduling: CoreScheduling::default(),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user