From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: [PATCH 3/8] docs: Document the ELF_FEATURES entry Date: Mon, 28 Jan 2013 13:32:05 -0500 Message-ID: <1359397930-9311-4-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 Mark-up for inclusion of generated docs. Signed-off-by: Konrad Rzeszutek Wilk --- xen/include/public/features.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xen/include/public/features.h b/xen/include/public/features.h index b4533cc..a7ddf27 100644 --- a/xen/include/public/features.h +++ b/xen/include/public/features.h @@ -28,6 +28,12 @@ #define __XEN_PUBLIC_FEATURES_H__ /* + * `incontents 200 elfnotes_features XEN_ELFNOTE_FEATURES + * + * The list of all the features the guest supports. + */ + +/* * If set, the guest does not need to write-protect its pagetables, and can * update them via direct writes. */ -- 1.7.11.7