From: Dan Magenheimer Date: Mon, 10 Dec 2012 11:16:17 +0000 (+0000) Subject: xen: reserve next two XENMEM_ op numbers for future/out-of-tree use X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~7534 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=645d0367d83fde42f5041da58c3e508ebcfb430b;p=xen.git xen: reserve next two XENMEM_ op numbers for future/out-of-tree use Signed-off-by: Dan Magenheimer Committed-by: Keir Fraser --- diff --git a/xen/include/public/memory.h b/xen/include/public/memory.h index f1ddbc0c4d..3ee290208d 100644 --- 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__ */