From abc11424604d8fa5ad88b1f092a938077e35435d Mon Sep 17 00:00:00 2001 From: Raghavendra K T Date: Tue, 7 Aug 2012 13:10:13 +0530 Subject: [PATCH] --- yaml --- r: 329855 b: refs/heads/master c: e423ca155d3f5f16b46e30de9c818875b1fd617d h: refs/heads/master i: 329853: f63e128617477b15dac46f9b923b2a28ce62178b 329851: fb023bbb000cb49ce9472588c71cea941ff9399b 329847: f08e3915085d23d9381f7957436fcd8f3423f9e5 329839: 1b6c3f6cbde772df0bdbb97ff8ee783df7b1cc99 329823: 5d77b507336b9fd908ffb2cfd321df0bacec9d01 329791: 97751af4e7ea431810828cca1017d2e3553ab29d 329727: aff1d70ef3f2981549d4b17d7b2ee9c501b903cd v: v3 --- [refs] | 2 +- trunk/arch/x86/include/asm/kvm_para.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a3be3cdad7d7..0d7576d0aed2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fc16123937ccfc2f2bbe98a5e41c4f6d26a22b24 +refs/heads/master: e423ca155d3f5f16b46e30de9c818875b1fd617d diff --git a/trunk/arch/x86/include/asm/kvm_para.h b/trunk/arch/x86/include/asm/kvm_para.h index 2f7712e08b1e..20f5697888bd 100644 --- a/trunk/arch/x86/include/asm/kvm_para.h +++ b/trunk/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. *