mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Update performance_test_new_guest() to accept a GuestVmType parameter. When set to Confidential, configure the guest with CVM-specific settings: vm_type, boot_timeout, and nested virtualization disabled. All callers pass GuestVmType::Regular to preserve existing behavior. Signed-off-by: Muminul Islam <muislam@microsoft.com>