]> git.proxmox.com Git - mirror_qemu.git/commitdiff
qxl: add to the list of devices which disable the default vga
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 16 May 2011 07:28:58 +0000 (09:28 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 6 Jun 2011 07:14:42 +0000 (09:14 +0200)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
vl.c

diff --git a/vl.c b/vl.c
index b362871089a83c5bc53efbbc84352eb3b2201f39..2021bbb48bc0309ca3654c061aaafa0fd84814e2 100644 (file)
--- a/vl.c
+++ b/vl.c
@@ -289,6 +289,7 @@ static struct {
     { .driver = "VGA",                  .flag = &default_vga       },
     { .driver = "cirrus-vga",           .flag = &default_vga       },
     { .driver = "vmware-svga",          .flag = &default_vga       },
+    { .driver = "qxl-vga",              .flag = &default_vga       },
 };
 
 static int default_driver_check(QemuOpts *opts, void *opaque)