Skip to content

Commit

Permalink
vl: add virtio-vga-gl to the default_list
Browse files Browse the repository at this point in the history
Do not instantiate an extra default VGA device if -device virtio-vga-gl
is provided.

Related to commit b36eb88 ("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>
  • Loading branch information
elmarco authored and kraxel committed Jul 22, 2021
1 parent 02f9725 commit f29d526
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions softmmu/vl.c
Expand Up @@ -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 = {
Expand Down

0 comments on commit f29d526

Please sign in to comment.