aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/public
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2013-01-24 12:47:56 +0000
committerIan Campbell <ian.campbell@citrix.com>2013-01-24 12:47:56 +0000
commit553fd4753c3bcf25dd3824a75d459746f3380ef6 (patch)
treee736305c9a652653ecaa4f148760f41b639943cc /xen/include/public
parenta14447dbcf171cf642bed4bf08db80f28955297e (diff)
downloadxen-553fd4753c3bcf25dd3824a75d459746f3380ef6.tar.gz
xen-553fd4753c3bcf25dd3824a75d459746f3380ef6.tar.bz2
xen-553fd4753c3bcf25dd3824a75d459746f3380ef6.zip
xen: Simplify the space of spaces supported by XENMEM_add_to_physmap(_range)
XENMAPSPACE_gmfn_foreign is not supported by XENMEM_add_to_physmap. Although in theory XENMEM_add_to_physmap_range could support XENMAPSPACE_gmfn_range this is no different to XENMAPSPACE_gmfn in the context of the ranged hypercall so disallow it to avoid any confusion. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Acked-by: Keir Fraser <keir@xen.org> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'xen/include/public')
-rw-r--r--xen/include/public/memory.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/xen/include/public/memory.h b/xen/include/public/memory.h
index 62acabd021..a248c07be4 100644
--- a/xen/include/public/memory.h
+++ b/xen/include/public/memory.h
@@ -203,8 +203,10 @@ DEFINE_XEN_GUEST_HANDLE(xen_machphys_mapping_t);
#define XENMAPSPACE_shared_info 0 /* shared info page */
#define XENMAPSPACE_grant_table 1 /* grant table page */
#define XENMAPSPACE_gmfn 2 /* GMFN */
-#define XENMAPSPACE_gmfn_range 3 /* GMFN range */
-#define XENMAPSPACE_gmfn_foreign 4 /* GMFN from another dom */
+#define XENMAPSPACE_gmfn_range 3 /* GMFN range, XENMEM_add_to_physmap only. */
+#define XENMAPSPACE_gmfn_foreign 4 /* GMFN from another dom,
+ * XENMEM_add_to_physmap_range only.
+ */
/* ` } */
/*