Home
last modified time | relevance | path

Searched refs:non_protected_vm_supported (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Virtualization/vm/src/
Dmain.rs401 let non_protected_vm_supported = hypervisor_props::is_vm_supported()?; in command_info() localVariable
403 match (non_protected_vm_supported, protected_vm_supported) { in command_info()