From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
To: xen-devel <xen-devel@lists.xensource.com>
Subject: [PATCH] fix std-vga cli option
Date: Tue, 14 Apr 2009 11:42:37 +0100 [thread overview]
Message-ID: <49E4689D.4090205@eu.citrix.com> (raw)
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;
reply other threads:[~2009-04-14 10:42 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=49E4689D.4090205@eu.citrix.com \
--to=stefano.stabellini@eu.citrix.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.