commit | 41a23ab336fbf4d01036e1aa6369d7364aa29b4c | [log] [tgz] |
---|---|---|
author | Vitaly Kuznetsov <vkuznets@redhat.com> | Wed Jun 10 15:58:46 2020 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Jun 11 12:35:17 2020 -0400 |
tree | d0b517861b6f56ea33b5a6ac1694bc731e12f906 | |
parent | 77f81f37fb1fdce76304cc7858e91b223bfcef72 [diff] |
KVM: selftests: do not substitute SVM/VMX check with KVM_CAP_NESTED_STATE check state_test/smm_test use KVM_CAP_NESTED_STATE check as an indicator for nested VMX/SVM presence and this is incorrect. Check for the required features dirrectly. Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com> Message-Id: <20200610135847.754289-2-vkuznets@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>