On Sat, Nov 19, 2022, Durrant, Paul wrote: > > -----Original Message----- > > From: David Woodhouse <dwmw2@xxxxxxxxxxxxx> > > Sent: 19 November 2022 09:47 > > To: Paolo Bonzini <pbonzini@xxxxxxxxxx>; Sean Christopherson > > <seanjc@xxxxxxxxxx> > > Cc: kvm@xxxxxxxxxxxxxxx; mhal@xxxxxxx > > Subject: [EXTERNAL] [PATCH 3/4] KVM: Update gfn_to_pfn_cache khva when it > > moves within the same page Please use a mail client that doesn't include the header gunk in the reply. > > CAUTION: This email originated from outside of the organization. Do not > > click links or open attachments unless you can confirm the sender and know > > the content is safe. > > > > > > > > From: David Woodhouse <dwmw@xxxxxxxxxxxx> > > > > In the case where a GPC is refreshed to a different location within the > > same page, we didn't bother to update it. Mostly we don't need to, but > > since the ->khva field also includes the offset within the page, that does > > have to be updated. > > > > Signed-off-by: David Woodhouse <dwmw@xxxxxxxxxxxx> > > Reviewed-by: <paul@xxxxxxx> Tags need your real name, not just your email address, i.e. this should be: Reviewed-by: Paul Durrant <paul@xxxxxxx>