From: Marc-André Lureau Date: Thu, 1 Jul 2021 06:24:21 +0000 (+0400) Subject: vl: add virtio-vga-gl to the default_list X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f29d52611c73347a2fc0fcea62e6197383b18fd1;p=qemu.git 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 Message-Id: <20210701062421.721414-1-marcandre.lureau@redhat.com> Signed-off-by: Gerd Hoffmann --- diff --git a/softmmu/vl.c b/softmmu/vl.c index 4df1496101..a6c17fa39c 100644 --- a/softmmu/vl.c +++ b/softmmu/vl.c @@ -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 = {