aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/public/xen.h
diff options
context:
space:
mode:
authorRoss Philipson <ross.philipson@citrix.com>2011-07-14 09:35:40 +0100
committerRoss Philipson <ross.philipson@citrix.com>2011-07-14 09:35:40 +0100
commit6ff7e8e9905ac87f85c027ee6a675490a6891715 (patch)
treecb4e8ffa87bbdda87b1c74ad7928ac74b65400aa /xen/include/public/xen.h
parent56dfa6ced417f863920da03a16bbad849c52a1ed (diff)
downloadxen-6ff7e8e9905ac87f85c027ee6a675490a6891715.tar.gz
xen-6ff7e8e9905ac87f85c027ee6a675490a6891715.tar.bz2
xen-6ff7e8e9905ac87f85c027ee6a675490a6891715.zip
Placeholder for V4V hypercall and VIRQ numbers
The V4V Xen functionality is currently in our product trees for XenClient b= ut is not yet in a state suitable for submission. We hope to make available= the rest of the V4V functionality in the not too distant future. Since the= se values are already in use in our product, we would like to reserve them = in open source to prevent issues or incompatibilities down the road. Signed-off-by: Ross Philipson <ross.philipson@citrix.com>
Diffstat (limited to 'xen/include/public/xen.h')
-rw-r--r--xen/include/public/xen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xen/include/public/xen.h b/xen/include/public/xen.h
index 02b8fe0ec5..fde9fa5091 100644
--- a/xen/include/public/xen.h
+++ b/xen/include/public/xen.h
@@ -93,6 +93,7 @@ DEFINE_XEN_GUEST_HANDLE(xen_pfn_t);
#define __HYPERVISOR_domctl 36
#define __HYPERVISOR_kexec_op 37
#define __HYPERVISOR_tmem_op 38
+#define __HYPERVISOR_xc_reserved_op 39 /* reserved for XenClient */
/* Architecture-specific hypercall definitions. */
#define __HYPERVISOR_arch_0 48
@@ -147,6 +148,7 @@ DEFINE_XEN_GUEST_HANDLE(xen_pfn_t);
#define VIRQ_CON_RING 8 /* G. (DOM0) Bytes received on console */
#define VIRQ_PCPU_STATE 9 /* G. (DOM0) PCPU state changed */
#define VIRQ_MEM_EVENT 10 /* G. (DOM0) A memory event has occured */
+#define VIRQ_XC_RESERVED 11 /* G. Reserved for XenClient */
/* Architecture-specific VIRQ definitions. */
#define VIRQ_ARCH_0 16