Jeremy Fitzhardinge
2010-May-07 22:26 UTC
[Xen-devel] [PATCH] xl: ignore opengl unless sdl is enabled
The "opengl" setting is documented as having no effect unless "sdl" is set. Make sure this is honoured. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> diff -r fbd06034bd92 tools/libxl/libxl.c --- a/tools/libxl/libxl.c Fri May 07 15:24:26 2010 -0700 +++ b/tools/libxl/libxl.c Fri May 07 15:25:09 2010 -0700 @@ -819,7 +819,7 @@ flexarray_set(dm_args, num++, "-vncunused"); } } - if (info->sdl || info->opengl) { + if (info->sdl) { flexarray_set(dm_args, num++, "-sdl"); if (info->opengl) { flexarray_set(dm_args, num++, "-disable-opengl"); _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel