aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/public/xen.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-12-17 06:27:55 +0000
committerKeir Fraser <keir.fraser@citrix.com>2009-12-17 06:27:55 +0000
commitdb587a25fac7a71ce9d5c1934eb158646cda2d7c (patch)
treefe504e22ed2029b4f5faaf083208080dccc6a803 /xen/include/public/xen.h
parent322c096f9c6a028f15c010fecd76e7fd17bcd721 (diff)
downloadxen-db587a25fac7a71ce9d5c1934eb158646cda2d7c.tar.gz
xen-db587a25fac7a71ce9d5c1934eb158646cda2d7c.tar.bz2
xen-db587a25fac7a71ce9d5c1934eb158646cda2d7c.zip
Base domain structure and public interface to support memory events.
Signed-off-by: Patrick Colp <Patrick.Colp@citrix.com>
Diffstat (limited to 'xen/include/public/xen.h')
-rw-r--r--xen/include/public/xen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/include/public/xen.h b/xen/include/public/xen.h
index d46b1dd37e..22161ae769 100644
--- a/xen/include/public/xen.h
+++ b/xen/include/public/xen.h
@@ -146,6 +146,7 @@ DEFINE_XEN_GUEST_HANDLE(xen_pfn_t);
#define VIRQ_XENOPROF 7 /* V. XenOprofile interrupt: new sample available */
#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 */
/* Architecture-specific VIRQ definitions. */
#define VIRQ_ARCH_0 16