From mboxrd@z Thu Jan 1 00:00:00 1970 From: Raghavendra K T Subject: [PATCH 2/3] Documentation/header : Correct vmrun to vmcall typo Date: Tue, 07 Aug 2012 13:10:13 +0530 Message-ID: <20120807074013.20169.18748.sendpatchset@codeblue.in.ibm.com> References: <20120807073946.20169.72958.sendpatchset@codeblue.in.ibm.com> Cc: Alexander Graf , Randy Dunlap , KVM , "H. Peter Anvin" , Raghavendra K T , Marcelo Tosatti , Gleb Natapov , Ingo Molnar , Avi Kivity , Jan Kiszka , X86 , Thomas Gleixner To: Rob Landley , linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org Return-path: Received: from e23smtp01.au.ibm.com ([202.81.31.143]:46987 "EHLO e23smtp01.au.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752843Ab2HGHnL (ORCPT ); Tue, 7 Aug 2012 03:43:11 -0400 Received: from /spool/local by e23smtp01.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 7 Aug 2012 17:42:38 +1000 In-Reply-To: <20120807073946.20169.72958.sendpatchset@codeblue.in.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: From: Raghavendra K T Signed-off-by: Raghavendra K T --- arch/x86/include/asm/kvm_para.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/x86/include/asm/kvm_para.h b/arch/x86/include/asm/kvm_para.h index 2f7712e..20f5697 100644 --- 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 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. *