projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9100530
)
nvmx: remove comment about missing nested vpid support
author
Bandan Das
<bsd@redhat.com>
Tue, 2 Aug 2016 20:32:35 +0000
(16:32 -0400)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Thu, 4 Aug 2016 12:21:51 +0000
(14:21 +0200)
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>
arch/x86/kvm/vmx.c
patch
|
blob
|
history
diff --git
a/arch/x86/kvm/vmx.c
b/arch/x86/kvm/vmx.c
index bc354f003ce1f7fd5b8e27e365f956c4eba72dc6..b26c222ebeefca6463ce92f66f6daa5bcd1684a1 100644
(file)
--- 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;