From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [PATCH 5/7] docs: Document the dom0_vga_console_info structure. Date: Wed, 13 Mar 2013 10:27:57 -0400 Message-ID: <20130313142757.GD25782@phenom.dumpdata.com> References: <1361809680-10075-1-git-send-email-konrad.wilk@oracle.com> <1361809680-10075-7-git-send-email-konrad.wilk@oracle.com> <1363104367.32410.23.camel@zakaz.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1363104367.32410.23.camel@zakaz.uk.xensource.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: Ian Campbell Cc: "xen-devel@lists.xensource.com" , "ian.campbel@citrix.com" List-Id: xen-devel@lists.xenproject.org On Tue, Mar 12, 2013 at 04:06:07PM +0000, Ian Campbell wrote: > On Mon, 2013-02-25 at 16:27 +0000, Konrad Rzeszutek Wilk wrote: > > Mark-up for inclusion of generated docs. > > > > Signed-off-by: Konrad Rzeszutek Wilk > > --- > > xen/include/public/xen.h | 9 ++++++++- > > 1 files changed, 8 insertions(+), 1 deletions(-) > > > > diff --git a/xen/include/public/xen.h b/xen/include/public/xen.h > > index e1748d1..5e9bbcb 100644 > > --- a/xen/include/public/xen.h > > +++ b/xen/include/public/xen.h > > @@ -779,7 +779,14 @@ struct xen_multiboot_mod_list > > /* Unused, must be zero */ > > uint32_t pad; > > }; > > - > > +/* > > + * `incontents 200 startofday_dom0_console Dom9_console > > Dom9? Well spotted. Fixed. > > > + * > > + * The console structure in start_info.console.dom0 > > + * > > + * This structure 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 > >