From: Gerd Hoffmann Date: Mon, 16 May 2011 07:28:58 +0000 (+0200) Subject: qxl: add to the list of devices which disable the default vga X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=42138043f29b350219a45895017cf677237b6a97;p=qemu.git qxl: add to the list of devices which disable the default vga Signed-off-by: Gerd Hoffmann --- diff --git a/vl.c b/vl.c index b362871089..2021bbb48b 100644 --- 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)