]> xenbits.xensource.com Git - xen.git/commitdiff
docs: Add some extra details to the ELF note.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 30 Jan 2013 17:06:23 +0000 (12:06 -0500)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 26 Mar 2013 12:36:20 +0000 (08:36 -0400)
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>
xen/include/public/elfnote.h

index b7e4574a120d620c6abae185f912f717b89c0984..8566a7e5ca9b33f52f0706761e05a26c7438e88b 100644 (file)
@@ -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.
  */
 
 /*
 
 /*
  * Whether or not the guest supports cooperative suspend cancellation.
+ * This is a numeric value.
+ *
+ * Default is 0
  */
 #define XEN_ELFNOTE_SUSPEND_CANCEL 14