From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: [PATCH 4/8] docs: Add some extra details to the ELF note. Date: Mon, 28 Jan 2013 13:32:06 -0500 Message-ID: <1359397930-9311-5-git-send-email-konrad.wilk@oracle.com> References: <1359397930-9311-1-git-send-email-konrad.wilk@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1359397930-9311-1-git-send-email-konrad.wilk@oracle.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: Konrad Rzeszutek Wilk List-Id: xen-devel@lists.xenproject.org Such as how they are composed (ASCII or ASCIZ). Signed-off-by: Konrad Rzeszutek Wilk --- xen/include/public/elfnote.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xen/include/public/elfnote.h b/xen/include/public/elfnote.h index 74223dd..5205c9d 100644 --- a/xen/include/public/elfnote.h +++ b/xen/include/public/elfnote.h @@ -38,6 +38,8 @@ * * LEGACY indicated the fields in the legacy __xen_guest string which * this a note type replaces. + * + * String values (for non-legacy) are ASCIZ type. */ /* @@ -57,6 +59,7 @@ /* The virtual address of the hypercall transfer page (numeric). * * Example is 0xffffffff81001000 (but not for legacy) + * For LEGACY an example is 0x2 * * LEGACY: HYPERCALL_PAGE. (n.b. legacy value is a physical page * number not a virtual address) @@ -179,6 +182,9 @@ /* * Whether or not the guest supports cooperative suspend cancellation. + * This is a numeric value. + * + * Default is 0 */ #define XEN_ELFNOTE_SUSPEND_CANCEL 14 -- 1.7.11.7