aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/public/xen.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-07-28 11:43:54 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-07-28 11:43:54 +0100
commita76bb0a4ff272ad9ac77b1f74d49e401d4e50cc6 (patch)
tree609a1c04a137d09cd8882109f958ecbe4ab4e796 /xen/include/public/xen.h
parenta4fe67df67e356accb79c649fecdd9829e031a27 (diff)
downloadxen-a76bb0a4ff272ad9ac77b1f74d49e401d4e50cc6.tar.gz
xen-a76bb0a4ff272ad9ac77b1f74d49e401d4e50cc6.tar.bz2
xen-a76bb0a4ff272ad9ac77b1f74d49e401d4e50cc6.zip
Move xen-pm options from dom0 cmdline option to start info.
Thus to avoid xen-pm being manually enforced by end user in dom0 cmdline but without enabling them in xen. signed-off-by: Wei Gang <gang.wei@intel.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 f310fe8d12..4b444b4c71 100644
--- a/xen/include/public/xen.h
+++ b/xen/include/public/xen.h
@@ -554,6 +554,7 @@ typedef struct start_info start_info_t;
/* These flags are passed in the 'flags' field of start_info_t. */
#define SIF_PRIVILEGED (1<<0) /* Is the domain privileged? */
#define SIF_INITDOMAIN (1<<1) /* Is this the initial control domain? */
+#define SIF_PM_MASK (0xFF<<8) /* reserve 1 byte for xen-pm options */
typedef struct dom0_vga_console_info {
uint8_t video_type; /* DOM0_VGA_CONSOLE_??? */