From: Izik Eidus Date: Thu, 18 Oct 2007 09:09:33 +0000 (+0200) Subject: KVM: MMU: Partial swapping of guest memory X-Git-Tag: v2.6.25-rc1~1138^2~201 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a7ae055f3533b520401c170ac55e30628b34df5;p=pandora-kernel.git KVM: MMU: Partial swapping of guest memory This allows guest memory to be swapped. Pages which are currently mapped via shadow page tables are pinned into memory, but all other pages can be freely swapped. The patch makes gfn_to_page() elevate the page's reference count, and introduces kvm_release_page() that pairs with it. Signed-off-by: Izik Eidus Signed-off-by: Avi Kivity --- Reading git-diff-tree failed