projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c3b9dd
)
xen: reserve next two XENMEM_ op numbers for future/out-of-tree use
author
Dan Magenheimer
<dan.magenheimer@oracle.com>
Mon, 10 Dec 2012 11:16:17 +0000
(11:16 +0000)
committer
Dan Magenheimer
<dan.magenheimer@oracle.com>
Mon, 10 Dec 2012 11:16:17 +0000
(11:16 +0000)
Signed-off-by: Dan Magenheimer <dan.magenheimer@oracle.com>
Committed-by: Keir Fraser <keir@xen.org>
xen/include/public/memory.h
patch
|
blob
|
history
diff --git
a/xen/include/public/memory.h
b/xen/include/public/memory.h
index f1ddbc0c4dc7acef62b98e3c863ce08727944a4f..3ee290208db800573ebc73dae6d2ae9b345e390e 100644
(file)
--- a/
xen/include/public/memory.h
+++ b/
xen/include/public/memory.h
@@
-421,6
+421,12
@@
struct xen_mem_sharing_op {
typedef struct xen_mem_sharing_op xen_mem_sharing_op_t;
DEFINE_XEN_GUEST_HANDLE(xen_mem_sharing_op_t);
+/*
+ * Reserve ops for future/out-of-tree "claim" patches (Oracle)
+ */
+#define XENMEM_claim_pages 24
+#define XENMEM_get_unclaimed_pages 25
+
#endif /* defined(__XEN__) || defined(__XEN_TOOLS__) */
#endif /* __XEN_PUBLIC_MEMORY_H__ */