KVM: Correct vmrun to vmcall typo
authorRaghavendra K T <raghavendra.kt@linux.vnet.ibm.com>
Tue, 7 Aug 2012 07:40:13 +0000 (13:10 +0530)
committerMarcelo Tosatti <mtosatti@redhat.com>
Mon, 13 Aug 2012 20:39:59 +0000 (17:39 -0300)
Signed-off-by: Raghavendra K T <raghavendra.kt@linux.vnet.ibm.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/include/asm/kvm_para.h

index 2f7712e..20f5697 100644 (file)
@@ -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.
  *