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:
parent
d4970b071f
commit
42138043f2
1
vl.c
1
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user