aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/public
diff options
context:
space:
mode:
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2013-01-30 12:06:23 -0500
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2013-03-26 08:36:20 -0400
commitaa3b4c3d0e255ad8ce49dea5cd8b3a591503185f (patch)
tree8144225137b43890c59a4b9b66993858ed158aa9 /xen/include/public
parentd19277058e08b5ed5850b00e19e98812c97655af (diff)
downloadxen-aa3b4c3d0e255ad8ce49dea5cd8b3a591503185f.tar.gz
xen-aa3b4c3d0e255ad8ce49dea5cd8b3a591503185f.tar.bz2
xen-aa3b4c3d0e255ad8ce49dea5cd8b3a591503185f.zip
docs: Add some extra details to the ELF note.
Such as how the string values MUST be NULL terminated ASCII. Acked-by: Ian Campbell <ian.campbel@citrix.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'xen/include/public')
-rw-r--r--xen/include/public/elfnote.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/xen/include/public/elfnote.h b/xen/include/public/elfnote.h
index b7e4574a12..8566a7e5ca 100644
--- a/xen/include/public/elfnote.h
+++ b/xen/include/public/elfnote.h
@@ -38,6 +38,9 @@
*
* LEGACY indicated the fields in the legacy __xen_guest string which
* this a note type replaces.
+ *
+ * String values (for non-legacy) are NULL terminated ASCII, also known
+ * as ASCIZ type.
*/
/*
@@ -160,6 +163,9 @@
/*
* Whether or not the guest supports cooperative suspend cancellation.
+ * This is a numeric value.
+ *
+ * Default is 0
*/
#define XEN_ELFNOTE_SUSPEND_CANCEL 14