Re: [libvirt PATCH] qemu: explicitly disable virgl when requested

2020-01-24 Thread Michal Prívozník
On 1/25/20 12:12 AM, Jonathon Jongsma wrote: > 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

[libvirt PATCH] qemu: explicitly disable virgl when requested

2020-01-24 Thread Jonathon Jongsma
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