Cc: Robin Holt <holt@...>, Christoph Lameter <clameter@...>, Andrea Arcangeli <andrea@...>, Andrew Morton <akpm@...>, Nick Piggin <npiggin@...>, <linux-mm@...>, Benjamin Herrenschmidt <benh@...>, <steiner@...>, <linux-kernel@...>, Avi Kivity <avi@...>, <kvm-devel@...>, <daniel.blueman@...>, Hugh Dickins <hugh@...>
On Wed, Jan 23, 2008 at 03:35:54PM +0100, Gerd Hoffmann wrote:
Actually page tables used exclusively by software during the cross
partition coordination. Those entries are inserted on the remote side
by normal faults with VM_PFNMAP vmas created by the importing side.
In our guest case, we can not access the kernel struct page area on the
remote host. We therefore handle all the ref/deref of the page as part
of messaging the PFN across the partition boundaries.
Thanks,
Robin
--