From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bandan Das Subject: [PATCH v2 1/3] nvmx: remove comment about missing nested vpid support Date: Tue, 2 Aug 2016 16:32:35 -0400 Message-ID: <1470169957-12616-2-git-send-email-bsd@redhat.com> References: <1470169957-12616-1-git-send-email-bsd@redhat.com> Cc: pbonzini@redhat.com, rkrcmar@redhat.com, linux-kernel@vger.kernel.org To: kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:58872 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933299AbcHBUdr (ORCPT ); Tue, 2 Aug 2016 16:33:47 -0400 In-Reply-To: <1470169957-12616-1-git-send-email-bsd@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: Nested vpid is already supported and both single/global modes are advertised to the guest Signed-off-by: Bandan Das --- arch/x86/kvm/vmx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index df07a0a..1d5a3be 100644 --- a/arch/x86/kvm/vmx.c +++ b/arch/x86/kvm/vmx.c @@ -2853,7 +2853,6 @@ static int vmx_get_vmx_msr(struct kvm_vcpu *vcpu, u32 msr_index, u64 *pdata) vmx->nested.nested_vmx_secondary_ctls_high); break; case MSR_IA32_VMX_EPT_VPID_CAP: - /* Currently, no nested vpid support */ *pdata = vmx->nested.nested_vmx_ept_caps | ((u64)vmx->nested.nested_vmx_vpid_caps << 32); break; -- 2.5.5