sim-card
/
qemu
Archived
10
0
Fork 0

qxl: add to the list of devices which disable the default vga

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
Gerd Hoffmann 2011-05-16 09:28:58 +02:00
parent d4970b071f
commit 42138043f2
1 changed files with 1 additions and 0 deletions

1
vl.c
View File

@ -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)