aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xlat.lst
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-05-30 10:45:44 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-05-30 10:45:44 +0100
commit38d075a82c6ebbe0ae4a3c185f94164aecdc9ba3 (patch)
treed5ba3de912e3f0971eae7af43c890ab2cf38e8bc /xen/include/xlat.lst
parent4cd3453855a742cb67e36a86f0938f508de656f5 (diff)
downloadxen-38d075a82c6ebbe0ae4a3c185f94164aecdc9ba3.tar.gz
xen-38d075a82c6ebbe0ae4a3c185f94164aecdc9ba3.tar.bz2
xen-38d075a82c6ebbe0ae4a3c185f94164aecdc9ba3.zip
[XEN] gnttab: Add new op unmap_and_replace
The operation unmap_and_replace is an extension of unmap_grant_ref. A new argument in the form of a virtual address (for PV) is given. Instead of modifying the PTE for the mapped grant table entry to null, we change it to the PTE for the new address. In turn we point the new address to null. As it stands grant table entries once mapped cannot be remapped by the guest OS (it can however perform a new mapping on the same entry but that is within our control). Therefore it's safe to manipulate the mapped PTE entry to redirect it to a normal page where we've copied the contents. It's intended to be used as follows: 1) map_grant_ref to v1 2) ... 3) alloc page at v2 4) copy the page at v1 to v2 5) unmap_and_replace v1 with v2 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Added compat integration (PAE-on-64). Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/include/xlat.lst')
-rw-r--r--xen/include/xlat.lst1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/include/xlat.lst b/xen/include/xlat.lst
index 727fdd4292..5e6ebe8c59 100644
--- a/xen/include/xlat.lst
+++ b/xen/include/xlat.lst
@@ -26,6 +26,7 @@
! gnttab_setup_table grant_table.h
! gnttab_transfer grant_table.h
? gnttab_unmap_grant_ref grant_table.h
+? gnttab_unmap_and_replace grant_table.h
? grant_entry grant_table.h
? kexec_exec kexec.h
! kexec_image kexec.h