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; _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel