mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Replace explicit --cpus boot=N arguments with .default_cpus() in all performance test functions. For confidential guests, nested=on is not supported, so using default_cpus() ensures nested=off is correctly set for confidential VMs. The net throughput, net latency, and block I/O tests now set guest.num_cpu to the number of queues before calling default_cpus(), ensuring the correct vCPU count is used. Signed-off-by: Muminul Islam <muislam@microsoft.com>