projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc16123
)
KVM: Correct vmrun to vmcall typo
author
Raghavendra K T
<
[email protected]
>
Tue, 7 Aug 2012 07:40:13 +0000
(13:10 +0530)
committer
Marcelo Tosatti
<
[email protected]
>
Mon, 13 Aug 2012 20:39:59 +0000
(17:39 -0300)
Signed-off-by: Raghavendra K T <
[email protected]
>
Signed-off-by: Marcelo Tosatti <
[email protected]
>
arch/x86/include/asm/kvm_para.h
patch
|
blob
|
history
diff --git
a/arch/x86/include/asm/kvm_para.h
b/arch/x86/include/asm/kvm_para.h
index 2f7712e08b1e80ceb98b889ab1b3b19fb1706a11..20f5697888bd46a4aacf630c374d2bfe2ef5e2b6 100644
(file)
--- a/
arch/x86/include/asm/kvm_para.h
+++ b/
arch/x86/include/asm/kvm_para.h
@@
-116,7
+116,7
@@
static inline bool kvm_check_and_clear_guest_paused(void)
*/
#define KVM_HYPERCALL ".byte 0x0f,0x01,0xc1"
-/* For KVM hypercalls, a three-byte sequence of either the vm
run or the vmmrun
+/* For KVM hypercalls, a three-byte sequence of either the vm
call or the vmmcall
* instruction. The hypervisor may replace it with something else but only the
* instructions are guaranteed to be supported.
*