summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
diff options
context:
space:
mode:
authorMichael S. Tsirkin2013-10-30 23:34:56 +0100
committerPaolo Bonzini2013-10-31 11:55:15 +0100
commit602662047594e62927202e38dde37d7fbcca4544 (patch)
treea80c471b4211e11da641040bebc72dafe8f3ec8e /arch/x86/kvm
parentKVM: x86: fix KVM_SET_XCRS loop (diff)
downloadkernel-qcow2-linux-602662047594e62927202e38dde37d7fbcca4544.tar.gz
kernel-qcow2-linux-602662047594e62927202e38dde37d7fbcca4544.tar.xz
kernel-qcow2-linux-602662047594e62927202e38dde37d7fbcca4544.zip
kvm/vmx: error message typo fix
mst can't be blamed for lack of switch entries: the issue is with msrs actually. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/kvm')
-rw-r--r--arch/x86/kvm/vmx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c
index fabf7421ec18..e293a62a11d6 100644
--- a/arch/x86/kvm/vmx.c
+++ b/arch/x86/kvm/vmx.c
@@ -1498,7 +1498,7 @@ static void add_atomic_switch_msr(struct vcpu_vmx *vmx, unsigned msr,
break;
if (i == NR_AUTOLOAD_MSRS) {
- printk_once(KERN_WARNING"Not enough mst switch entries. "
+ printk_once(KERN_WARNING "Not enough msr switch entries. "
"Can't add msr %x\n", msr);
return;
} else if (i == m->nr) {