Message ID | 1238052520-12233-1-git-send-email-sheng@linux.intel.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Sheng Yang wrote: > From: Eddie Dong <eddie.dong@intel.com> > > The original one is for the code before reconstruct. > Applied, thanks.
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);