From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: [PATCH 6/8] docs: Document the dom0_vga_console_info structure. Date: Mon, 28 Jan 2013 13:32:08 -0500 Message-ID: <1359397930-9311-7-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/xen.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/xen/include/public/xen.h b/xen/include/public/xen.h index e1748d1..c50bbfc 100644 --- a/xen/include/public/xen.h +++ b/xen/include/public/xen.h @@ -779,7 +779,15 @@ struct xen_multiboot_mod_list /* Unused, must be zero */ uint32_t pad; }; - +/* + * `incontents 200 startofday_dom0_console Dom9_console + * + * The console structure in start_info.console.dom0 + * + * The contents off this structure follows mostly the Linux kernel + * bootparam structure and includes a variety of information required + * to have a working VGA/VESA console. + */ typedef struct dom0_vga_console_info { uint8_t video_type; /* DOM0_VGA_CONSOLE_??? */ #define XEN_VGATYPE_TEXT_MODE_3 0x03 -- 1.7.11.7