Skip to content

Commit

Permalink
KVM: Correct vmrun to vmcall typo
Browse files Browse the repository at this point in the history
Signed-off-by: Raghavendra K T <raghavendra.kt@linux.vnet.ibm.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
  • Loading branch information
Raghavendra K T authored and Marcelo Tosatti committed Aug 13, 2012
1 parent fc16123 commit e423ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/include/asm/kvm_para.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 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
* instructions are guaranteed to be supported.
*
Expand Down

0 comments on commit e423ca1

Please sign in to comment.