Skip to content

Commit

Permalink
nvmx: remove comment about missing nested vpid support
Browse files Browse the repository at this point in the history
Nested vpid is already supported and both single/global
modes are advertised to the guest

Signed-off-by: Bandan Das <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
  • Loading branch information
whitebrandy authored and bonzini committed Aug 4, 2016
1 parent 9100530 commit 03331b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/x86/kvm/vmx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 03331b4

Please sign in to comment.