Jan Kiszka wrote:
Out of curiosity: What's the mechanism to update the shadow table after swap-out/swap-in?
With mmu notifiers, the kernel informs kvm that a host pte has been invalidated, kvm looks in its reverse mappings and drops any sptes that correspond to the same hva.
Without mmu notifiers, the page reference count is kept elevated, so the kernel can't swap anything which has an spte pointing to it.
In both cases, the spte is reestablished on first guest access (which may or may not be immediately after swapin).
-- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html