commit | 956e255c59a5b64d1b3f16fdf2db306d74829e33 | [log] [tgz] |
---|---|---|
author | Vitaly Kuznetsov <vkuznets@redhat.com> | Wed Aug 28 09:59:04 2019 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Sep 24 13:37:16 2019 +0200 |
tree | 83cd0891d102fa92b26f867c23dd10b508de2c23 | |
parent | 6f6a657c99980485c265363447b269083dd1dc3a [diff] |
KVM: x86: svm: remove unneeded nested_enable_evmcs() hook Since commit 5158917c7b019 ("KVM: x86: nVMX: Allow nested_enable_evmcs to be NULL") the code in x86.c is prepared to see nested_enable_evmcs being NULL and in VMX case it actually is when nesting is disabled. Remove the unneeded stub from SVM code. Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com> Reviewed-by: Jim Mattson <jmattson@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>