qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Markus Armbruster <armbru@redhat.com>
To: qemu-devel@nongnu.org
Cc: alevy@redhat.com, kraxel@redhat.com
Subject: [Qemu-devel] [PATCH 2/3] qxl: Fix -device qxl-vga to suppress the default VGA
Date: Wed, 18 May 2011 14:30:46 +0200	[thread overview]
Message-ID: <1305721847-29269-3-git-send-email-armbru@redhat.com> (raw)
In-Reply-To: <1305721847-29269-1-git-send-email-armbru@redhat.com>

To make it work without -nodefaults.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
 vl.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/vl.c b/vl.c
index 9b0577b..db99729 100644
--- a/vl.c
+++ b/vl.c
@@ -287,6 +287,7 @@ static struct {
     { .driver = "cirrus-vga",           .flag = &default_vga       },
     { .driver = "vmware-svga",          .flag = &default_vga       },
     { .driver = "isa-vga",              .flag = &default_vga       },
+    { .driver = "qxl-vga",              .flag = &default_vga       },
 };
 
 static int default_driver_check(QemuOpts *opts, void *opaque)
-- 
1.7.2.3

  parent reply	other threads:[~2011-05-18 12:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-18 12:30 [Qemu-devel] [PATCH 0/3] qdev-device-use.txt update & trivial bonus fixes Markus Armbruster
2011-05-18 12:30 ` [Qemu-devel] [PATCH 1/3] isa-vga: Make available with -device, like the other VGA qdevs Markus Armbruster
2011-05-18 12:30 ` Markus Armbruster [this message]
2011-05-18 12:30 ` [Qemu-devel] [PATCH 3/3] docs: qdev-device-use.txt has become stale, update it Markus Armbruster

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=1305721847-29269-3-git-send-email-armbru@redhat.com \
    --to=armbru@redhat.com \
    --cc=alevy@redhat.com \
    --cc=kraxel@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).