aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/kvm
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/kvm')
-rw-r--r--drivers/kvm/vmx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/kvm/vmx.c b/drivers/kvm/vmx.c
index 578dff5424e3..b64b7b792e84 100644
--- a/drivers/kvm/vmx.c
+++ b/drivers/kvm/vmx.c
@@ -1131,7 +1131,6 @@ static int vmx_vcpu_setup(struct kvm_vcpu *vcpu)
1131 vcpu->guest_msrs[j] = vcpu->host_msrs[j]; 1131 vcpu->guest_msrs[j] = vcpu->host_msrs[j];
1132 ++vcpu->nmsrs; 1132 ++vcpu->nmsrs;
1133 } 1133 }
1134 printk(KERN_DEBUG "kvm: msrs: %d\n", vcpu->nmsrs);
1135 1134
1136 nr_good_msrs = vcpu->nmsrs - NR_BAD_MSRS; 1135 nr_good_msrs = vcpu->nmsrs - NR_BAD_MSRS;
1137 vmcs_writel(VM_ENTRY_MSR_LOAD_ADDR, 1136 vmcs_writel(VM_ENTRY_MSR_LOAD_ADDR,