diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2011-05-16 09:28:58 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2011-06-06 09:14:42 +0200 |
commit | 42138043f29b350219a45895017cf677237b6a97 (patch) | |
tree | 2c7aac0753ecedeeea5b4bc3a018324104552b7d /vl.c | |
parent | d4970b071f698a4f3984487bbb97d1ecc36f5950 (diff) |
qxl: add to the list of devices which disable the default vga
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'vl.c')
-rw-r--r-- | vl.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |