Skip to content

Commit 03331b4

Browse files
whitebrandybonzini
authored andcommitted
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>
1 parent 9100530 commit 03331b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/x86/kvm/vmx.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2945,7 +2945,6 @@ static int vmx_get_vmx_msr(struct kvm_vcpu *vcpu, u32 msr_index, u64 *pdata)
29452945
vmx->nested.nested_vmx_secondary_ctls_high);
29462946
break;
29472947
case MSR_IA32_VMX_EPT_VPID_CAP:
2948-
/* Currently, no nested vpid support */
29492948
*pdata = vmx->nested.nested_vmx_ept_caps |
29502949
((u64)vmx->nested.nested_vmx_vpid_caps << 32);
29512950
break;

0 commit comments

Comments
 (0)