diff options
author | Avi Kivity <avi@qumranet.com> | 2007-03-27 15:50:20 (GMT) |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2007-05-03 07:52:27 (GMT) |
commit | afeb1f14c5478560262b37431726eb0eb1a42e9e (patch) | |
tree | ff5613b598ab4e0dcf13426e453c6bcf6075e03e /drivers/kvm | |
parent | 36868f7b0efd0b6a1d45fe3b40a6c4bc63222659 (diff) | |
download | linux-fsl-qoriq-afeb1f14c5478560262b37431726eb0eb1a42e9e.tar.xz |
KVM: Remove debug message
No longer interesting.
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'drivers/kvm')
-rw-r--r-- | drivers/kvm/vmx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/kvm/vmx.c b/drivers/kvm/vmx.c index 578dff5..b64b7b7 100644 --- a/drivers/kvm/vmx.c +++ b/drivers/kvm/vmx.c @@ -1131,7 +1131,6 @@ static int vmx_vcpu_setup(struct kvm_vcpu *vcpu) vcpu->guest_msrs[j] = vcpu->host_msrs[j]; ++vcpu->nmsrs; } - printk(KERN_DEBUG "kvm: msrs: %d\n", vcpu->nmsrs); nr_good_msrs = vcpu->nmsrs - NR_BAD_MSRS; vmcs_writel(VM_ENTRY_MSR_LOAD_ADDR, |