* [PATCH] fix std-vga cli option
@ 2009-04-14 10:42 Stefano Stabellini
0 siblings, 0 replies; only message in thread
From: Stefano Stabellini @ 2009-04-14 10:42 UTC (permalink / raw)
To: xen-devel
Hi all,
currently the std-vga qemu command line option does not work anymore,
this patch fixes the issue.
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
---
diff --git a/vl.c b/vl.c
index 9dc3caf..1dce6ec 100644
--- a/vl.c
+++ b/vl.c
@@ -5304,8 +5304,7 @@ int main(int argc, char **argv, char **envp)
}
break;
case QEMU_OPTION_std_vga:
- cirrus_vga_enabled = 0;
- vmsvga_enabled = 0;
+ select_vgahw("std");
break;
case QEMU_OPTION_disable_opengl:
opengl_enabled = 0;
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-04-14 10:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-14 10:42 [PATCH] fix std-vga cli option Stefano Stabellini
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.