]> xenbits.xensource.com Git - libvirt.git/commit
qemu: explicitly disable virgl when requested
authorJonathon Jongsma <jjongsma@redhat.com>
Fri, 24 Jan 2020 23:12:26 +0000 (17:12 -0600)
committerMichal Privoznik <mprivozn@redhat.com>
Sat, 25 Jan 2020 06:51:08 +0000 (07:51 +0100)
commitdee2218bc843fada85a85d89a2978c05576d5a4f
treeebd89328e778d9a36186dfdd8bfd41223f48526e
parent51489b84194b67be0d56820485de5aca555ebe97
qemu: explicitly disable virgl when requested

If a domain is configured to have an egl-headless display and a virtio
video device, virgl will be enabled automatically within the guest, even
if the video device is configured with accel3d='no'.

In this case we should explicitly pass 'virgl=off' to qemu.

See https://bugzilla.redhat.com/show_bug.cgi?id=1791236 for more
information.

Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_command.c