mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user