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.
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ kvmarm mailing list kvmarm@xxxxxxxxxxxxxxxxxxxxx https://lists.cs.columbia.edu/mailman/listinfo/kvmarm