vl: add virtio-vga-gl to the default_list
Do not instantiate an extra default VGA device if -device virtio-vga-gl is provided. Related to commit b36eb8860f8f4a9c6f131c3fd380116a3017e022 ("virtio-gpu: add virtio-vga-gl") Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20210701062421.721414-1-marcandre.lureau@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
02f9725f3d
commit
f29d52611c
@ -202,6 +202,7 @@ static struct {
|
||||
{ .driver = "virtio-vga", .flag = &default_vga },
|
||||
{ .driver = "ati-vga", .flag = &default_vga },
|
||||
{ .driver = "vhost-user-vga", .flag = &default_vga },
|
||||
{ .driver = "virtio-vga-gl", .flag = &default_vga },
|
||||
};
|
||||
|
||||
static QemuOptsList qemu_rtc_opts = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user