It was discovered that hyperv_cpuid test now fails on AMD as it tries to enable KVM_CAP_HYPERV_ENLIGHTENED_VMCS which is (wrongfully) reported as available. Changes since v1: - This is a v2 for '[PATCH 0/3] KVM: x86: fix a couple of issues with Enlightened VMCS enablement' renamed as the first patch of the series was already merged. - Added Jim's Reviewed-by: to PATCH1 - Added missing break in PATCH2 [Jim Mattson, Sean Christopherson] Vitaly Kuznetsov (2): KVM: x86: svm: remove unneeded nested_enable_evmcs() hook KVM: x86: announce KVM_CAP_HYPERV_ENLIGHTENED_VMCS support only when it is available arch/x86/kvm/svm.c | 9 +-------- arch/x86/kvm/x86.c | 4 +++- 2 files changed, 4 insertions(+), 9 deletions(-) -- 2.20.1