x86 loops through the reverse-map link list rooted at the memory slot.
The linked list links all sptes for a single hva.
So, it's like you describe, except it's an array of lists instead of a
single list. We need per-page rmap lists to be able to remove a page's
sptes in response to an mmu notifier callback, and to be able to write
protect a guest page if it's used as a page table.
--
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html