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:
Oliver Anderson
2025-10-07 05:34:22 +02:00
committed by Rob Bradford
parent a9440d2919
commit 549f3d6c04
8 changed files with 53 additions and 12 deletions

View File

@@ -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(),
},