提交 e423ca15 编写于 作者: R Raghavendra K T 提交者: Marcelo Tosatti

KVM: Correct vmrun to vmcall typo

Signed-off-by: NRaghavendra K T <raghavendra.kt@linux.vnet.ibm.com>
Signed-off-by: NMarcelo Tosatti <mtosatti@redhat.com>
上级 fc161239
...@@ -116,7 +116,7 @@ static inline bool kvm_check_and_clear_guest_paused(void) ...@@ -116,7 +116,7 @@ static inline bool kvm_check_and_clear_guest_paused(void)
*/ */
#define KVM_HYPERCALL ".byte 0x0f,0x01,0xc1" #define KVM_HYPERCALL ".byte 0x0f,0x01,0xc1"
/* For KVM hypercalls, a three-byte sequence of either the vmrun or the vmmrun /* For KVM hypercalls, a three-byte sequence of either the vmcall or the vmmcall
* instruction. The hypervisor may replace it with something else but only the * instruction. The hypervisor may replace it with something else but only the
* instructions are guaranteed to be supported. * instructions are guaranteed to be supported.
* *
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册