From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sheng Yang Subject: [PATCH] KVM: Fix one line MMU comment Date: Thu, 26 Mar 2009 15:28:40 +0800 Message-ID: <1238052520-12233-1-git-send-email-sheng@linux.intel.com> Cc: kvm@vger.kernel.org, Eddie Dong , Sheng Yang To: Avi Kivity Return-path: Received: from mga02.intel.com ([134.134.136.20]:57670 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750911AbZCZH2q (ORCPT ); Thu, 26 Mar 2009 03:28:46 -0400 Sender: kvm-owner@vger.kernel.org List-ID: From: Eddie Dong The original one is for the code before reconstruct. Signed-off-by: Yaozu (Eddie) Dong Signed-off-by: Sheng Yang --- arch/x86/kvm/paging_tmpl.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/x86/kvm/paging_tmpl.h b/arch/x86/kvm/paging_tmpl.h index 855eb71..eae9499 100644 --- a/arch/x86/kvm/paging_tmpl.h +++ b/arch/x86/kvm/paging_tmpl.h @@ -379,7 +379,7 @@ static int FNAME(page_fault)(struct kvm_vcpu *vcpu, gva_t addr, return r; /* - * Look up the shadow pte for the faulting address. + * Look up the guest pte for the faulting address. */ r = FNAME(walk_addr)(&walker, vcpu, addr, write_fault, user_fault, fetch_fault); -- 1.5.4.5