aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorBandan Das <bsd@redhat.com>2016-08-02 16:32:35 -0400
committerPaolo Bonzini <pbonzini@redhat.com>2016-08-04 14:21:51 +0200
commit03331b4b8bd1f0fef34539afa6bb6c45ec25c47b (patch)
tree779c47325c258c51445ecee21710ff13a0713d9a /arch
parentKVM: lapic: fix access preemption timer stuff even if kernel_irqchip=off (diff)
downloadlinux-dev-03331b4b8bd1f0fef34539afa6bb6c45ec25c47b.tar.xz
linux-dev-03331b4b8bd1f0fef34539afa6bb6c45ec25c47b.zip
nvmx: remove comment about missing nested vpid support
Nested vpid is already supported and both single/global modes are advertised to the guest Signed-off-by: Bandan Das <bsd@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/kvm/vmx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c
index bc354f003ce1..b26c222ebeef 100644
--- a/arch/x86/kvm/vmx.c
+++ b/arch/x86/kvm/vmx.c
@@ -2945,7 +2945,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;