Re: [PATCH] hw/display/virtio-gpu: Unmap DMA regions on reset

Akihiko Odaki <[email protected]> Mon, 3 Aug 2026 18:29:07 +0900
Newsgroups org.nongnu.qemu-devel
Message-ID <[email protected]>
On 2026/08/03 17:21, Bin Guo wrote:
> virtio_gpu_reset() freed in-flight commands without unmapping the
> DMA regions acquired by virtqueue_pop().  Call virtqueue_detach_element()
> before g_free() in both drain loops.
> 
> Resolves: https://gitlab.com/qemu-project/qemu/-/work_items/3467
> Cc: [email protected]
> Signed-off-by: Bin Guo <[email protected]>

Reviewed-by: Akihiko Odaki <[email protected]>

Regards,
Akihiko Odaki