Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a8b876b1 authored by Eddie Dong's avatar Eddie Dong Committed by Avi Kivity
Browse files

KVM: MMU: Fix comment in page_fault()



The original one is for the code before refactoring.

Signed-off-by: default avatarYaozu (Eddie) Dong <eddie.dong@intel.com>
Signed-off-by: default avatarSheng Yang <sheng@linux.intel.com>
Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent f9c617f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);