KVM: selftests: do not substitute SVM/VMX check with KVM_CAP_NESTED_STATE check
[linux-2.6-microblaze.git] / tools / testing / selftests / kvm / include / x86_64 / vmx.h
index 766af99..16fa21e 100644 (file)
@@ -603,6 +603,7 @@ bool prepare_for_vmx_operation(struct vmx_pages *vmx);
 void prepare_vmcs(struct vmx_pages *vmx, void *guest_rip, void *guest_rsp);
 bool load_vmcs(struct vmx_pages *vmx);
 
+bool nested_vmx_supported(void);
 void nested_vmx_check_supported(void);
 
 void nested_pg_map(struct vmx_pages *vmx, struct kvm_vm *vm,