projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c67a04c
)
kvm/vmx: error message typo fix
author
Michael S. Tsirkin
<mst@redhat.com>
Wed, 30 Oct 2013 22:34:56 +0000
(
00:34
+0200)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Thu, 31 Oct 2013 10:55:15 +0000
(11:55 +0100)
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>
arch/x86/kvm/vmx.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kvm/vmx.c
b/arch/x86/kvm/vmx.c
index fabf7421ec1877a5b8c1996f9ce65751c7c857a8..e293a62a11d68b00deef18af05b729872ce7a14a 100644
(file)
--- 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) {