From patchwork Tue Aug 7 07:40:13 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Raghavendra K T X-Patchwork-Id: 1284011 Return-Path: X-Original-To: patchwork-kvm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id D8CC7DF280 for ; Tue, 7 Aug 2012 07:43:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751239Ab2HGHnj (ORCPT ); Tue, 7 Aug 2012 03:43:39 -0400 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 Received: from d23relay04.au.ibm.com (202.81.31.246) by e23smtp01.au.ibm.com (202.81.31.207) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Tue, 7 Aug 2012 17:42:23 +1000 Received: from d23av04.au.ibm.com (d23av04.au.ibm.com [9.190.235.139]) by d23relay04.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q777YUB125297012; Tue, 7 Aug 2012 17:34:30 +1000 Received: from d23av04.au.ibm.com (loopback [127.0.0.1]) by d23av04.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q777gru3020374; Tue, 7 Aug 2012 17:42:54 +1000 Received: from codeblue.in.ibm.com (codeblue.in.ibm.com [9.124.35.81]) by d23av04.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id q777gndC020302; Tue, 7 Aug 2012 17:42:50 +1000 From: Raghavendra K T To: Rob Landley , linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org 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 Date: Tue, 07 Aug 2012 13:10:13 +0530 Message-Id: <20120807074013.20169.18748.sendpatchset@codeblue.in.ibm.com> In-Reply-To: <20120807073946.20169.72958.sendpatchset@codeblue.in.ibm.com> References: <20120807073946.20169.72958.sendpatchset@codeblue.in.ibm.com> Subject: [PATCH 2/3] Documentation/header : Correct vmrun to vmcall typo x-cbid: 12080707-1618-0000-0000-000002364D1C Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org 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(-) -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html 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. *