[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20120807074013.20169.18748.sendpatchset@codeblue.in.ibm.com>
Date: Tue, 07 Aug 2012 13:10:13 +0530
From: Raghavendra K T <raghavendra.kt@...ux.vnet.ibm.com>
To: Rob Landley <rob@...dley.net>, linux-kernel@...r.kernel.org,
linux-doc@...r.kernel.org
Cc: Alexander Graf <agraf@...e.de>,
Randy Dunlap <rdunlap@...otime.net>, KVM <kvm@...r.kernel.org>,
"H. Peter Anvin" <hpa@...or.com>,
Raghavendra K T <raghavendra.kt@...ux.vnet.ibm.com>,
Marcelo Tosatti <mtosatti@...hat.com>,
Gleb Natapov <gleb@...hat.com>, Ingo Molnar <mingo@...hat.com>,
Avi Kivity <avi@...hat.com>,
Jan Kiszka <jan.kiszka@...mens.com>, X86 <x86@...nel.org>,
Thomas Gleixner <tglx@...utronix.de>
Subject: [PATCH 2/3] Documentation/header : Correct vmrun to vmcall typo
From: Raghavendra K T <raghavendra.kt@...ux.vnet.ibm.com>
Signed-off-by: Raghavendra K T <raghavendra.kt@...ux.vnet.ibm.com>
---
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.
*
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists