From: Ian Jackson Date: Tue, 14 Apr 2009 12:31:27 +0000 (+0100) Subject: fix std-vga cli option X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=4f47bcf1ad49ef168df8d0e89843da3059a88e87;p=xenclient%2Fioemu.git fix std-vga cli option currently the std-vga qemu command line option does not work anymore, this patch fixes the issue. Signed-off-by: Stefano Stabellini --- diff --git a/vl.c b/vl.c index 20a6d177..ac6f7010 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;