commit 1734e63891573d4729c71b5acc3b20eb637ad8fb
Author: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
Date: Thu Aug 19 18:10:43 2010 +0100
Allow -disable-opengl even if opengl support is not compiled in
Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
---
vl.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/vl.c b/vl.c
index ad8c0d0..1673cd4 100644
--- a/vl.c
+++ b/vl.c
@@ -4040,10 +4040,8 @@ static void help(int exitcode)
"-alt-grab use Ctrl-Alt-Shift to grab mouse (instead of
Ctrl-Alt)\n"
"-no-quit disable SDL window close capability\n"
"-sdl enable SDL\n"
-#ifdef CONFIG_OPENGL
"-disable-opengl disable OpenGL rendering, using SDL"
#endif
-#endif
"-portrait rotate graphical output 90 deg left (only PXA
LCD)\n"
"-vga [std|cirrus|vmware|passthrough|none]\n"
" select video card type\n"
@@ -4447,9 +4445,7 @@ static const QEMUOption qemu_options[] = {
{ "d", HAS_ARG, QEMU_OPTION_domid }, /* deprecated; for xend compatibility
*/
{ "domid", HAS_ARG, QEMU_OPTION_domid },
{ "domain-name", 1, QEMU_OPTION_domainname },
-#ifdef CONFIG_OPENGL
{ "disable-opengl", 0, QEMU_OPTION_disable_opengl },
-#endif
{ "acpi", 0, QEMU_OPTION_acpi }, /* deprecated, for xend compatibility */
{ "direct_pci", HAS_ARG, QEMU_OPTION_direct_pci },
{ "gfx_passthru", 0, QEMU_OPTION_gfx_passthru},
--
generated by git-patchbot for /home/xen/git/qemu-xen-unstable.git
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|