On 2026/09/04 22:10, Marc-André Lureau wrote:
virgl_cmd_resource_unref() destroys the virgl renderer resource without first disabling any scanouts that reference it. The QEMU frontend then holds a stale DMA-BUF until another DMABUF_SCANOUT message arrives.Send a DMABUF_SCANOUT disable message (fd=-1) for each affected scanout before destroying the resource. Fixes: d52c454aadcd ("contrib: add vhost-user-gpu") Signed-off-by: Marc-André Lureau <[email protected]>
Reviewed-by: Akihiko Odaki <[email protected]> Regards, Akihiko Odaki
