[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190827160404.14098-1-vkuznets@redhat.com>
Date: Tue, 27 Aug 2019 18:04:01 +0200
From: Vitaly Kuznetsov <vkuznets@...hat.com>
To: kvm@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, Paolo Bonzini <pbonzini@...hat.com>,
Radim Krčmář <rkrcmar@...hat.com>,
Joerg Roedel <joro@...tes.org>,
Jim Mattson <jmattson@...gle.com>,
Sean Christopherson <sean.j.christopherson@...el.com>,
Roman Kagan <rkagan@...tuozzo.com>
Subject: [PATCH 0/3] KVM: x86: fix a couple of issues with Enlightened VMCS enablement
It was discovered that:
- hyperv_cpuid test fails on AMD
- hyperv_cpuid test crashes kernel on Intel when nested=0
The test itself is good, we need to fix the issues.
Vitaly Kuznetsov (3):
KVM: x86: hyper-v: don't crash on KVM_GET_SUPPORTED_HV_CPUID when
kvm_intel.nested is disabled
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/hyperv.c | 5 ++++-
arch/x86/kvm/svm.c | 17 ++---------------
arch/x86/kvm/vmx/vmx.c | 1 +
arch/x86/kvm/x86.c | 3 ++-
4 files changed, 9 insertions(+), 17 deletions(-)
--
2.20.1
Powered by blists - more mailing lists