Ren, Yongjie
2012-Jun-26 06:02 UTC
[PATCH 2/2] document update in xl.cfg.pod.5 for ''stdvga=1'' by default
document update in xl.cfg.pod.5 for ''stdvga=1'' by default Signed-off-by: Yongjie Ren <yongjie.ren@intel.com> diff -r b98feb4d6359 docs/man/xl.cfg.pod.5 --- a/docs/man/xl.cfg.pod.5 Tue Jun 26 12:56:31 2012 +0800 +++ b/docs/man/xl.cfg.pod.5 Tue Jun 26 13:27:19 2012 +0800 @@ -718,9 +718,10 @@ =item B<stdvga=BOOLEAN> Select a standard VGA card with VBE (VESA BIOS Extensions) as the -emulated graphics device. The default is false which means to emulate -a Cirrus Logic GD5446 VGA card. If your guest supports VBE 2.0 or -later (e.g. Windows XP onwards) then you should enable this. +emulated graphics device. The default is to enable this (set to 1). +"stdvga=0" means to emulate a Cirrus Logic GD5446 VGA card. If your +guest supports VBE 2.0 or later (e.g. Windows XP onwards), you +should enable this (or leave it as default). =item B<vnc=BOOLEAN> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
Ian Campbell
2012-Jun-26 13:33 UTC
Re: [PATCH 2/2] document update in xl.cfg.pod.5 for ''stdvga=1'' by default
On Tue, 2012-06-26 at 07:02 +0100, Ren, Yongjie wrote:> document update in xl.cfg.pod.5 for ''stdvga=1'' by defaultThanks for remembering to update the docs. In general we are quite happy to have the docs update in the same patch as the functional change so no need to separate it out.> Signed-off-by: Yongjie Ren <yongjie.ren@intel.com> > > diff -r b98feb4d6359 docs/man/xl.cfg.pod.5 > --- a/docs/man/xl.cfg.pod.5 Tue Jun 26 12:56:31 2012 +0800 > +++ b/docs/man/xl.cfg.pod.5 Tue Jun 26 13:27:19 2012 +0800 > @@ -718,9 +718,10 @@ > =item B<stdvga=BOOLEAN> > > Select a standard VGA card with VBE (VESA BIOS Extensions) as the > -emulated graphics device. The default is false which means to emulate > -a Cirrus Logic GD5446 VGA card. If your guest supports VBE 2.0 or > -later (e.g. Windows XP onwards) then you should enable this. > +emulated graphics device. The default is to enable this (set to 1). > +"stdvga=0" means to emulate a Cirrus Logic GD5446 VGA card. If your > +guest supports VBE 2.0 or later (e.g. Windows XP onwards), you > +should enable this (or leave it as default). > > =item B<vnc=BOOLEAN> >