aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/kvm/vmx.c
diff options
context:
space:
mode:
authorAvi Kivity <avi@qumranet.com>2007-03-27 11:50:20 -0400
committerAvi Kivity <avi@qumranet.com>2007-05-03 03:52:27 -0400
commitafeb1f14c5478560262b37431726eb0eb1a42e9e (patch)
treeff5613b598ab4e0dcf13426e453c6bcf6075e03e /drivers/kvm/vmx.c
parent36868f7b0efd0b6a1d45fe3b40a6c4bc63222659 (diff)
KVM: Remove debug message
No longer interesting. Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'drivers/kvm/vmx.c')
-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,