[PATCH v5 08/12] KVM: Reinstate gfn_to_pfn_cache with invalidation support
David Woodhouse
dwmw2 at infradead.org
Fri Dec 10 09:38:29 AEDT 2021
On Thu, 2021-12-09 at 23:34 +0100, Paolo Bonzini wrote:
> Compared to the review it's missing this hunk:
>
> @@ -265,7 +265,7 @@ void kvm_gfn_to_pfn_cache_unmap(struct kvm *kvm, struct gfn_to_pfn_cache *gpc)
>
> gpc->valid = false;
>
> - old_khva = gpc->khva;
> + old_khva = (void *)((unsigned long)gpc->khva & ~PAGE_MASK);
> old_dirty = gpc->dirty;
> old_gpa = gpc->gpa;
> old_pfn = gpc->pfn;
Ah right, there were two of those. Will fix; thanks.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5174 bytes
Desc: not available
URL: <http://lists.ozlabs.org/pipermail/linuxppc-dev/attachments/20211209/eca29656/attachment-0001.p7s>
More information about the Linuxppc-dev
mailing list