mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Refactor performance_test_new_guest to accept the full PerformanceTestControl reference instead of just GuestVmType. This allows the function to also set guest.num_cpu from control.num_boot_vcpus, ensuring the guest is configured with the correct number of vCPUs for the test. Signed-off-by: Muminul Islam <muislam@microsoft.com>