Re: [PATCH] virtio-gpu-3d: fix abnormal display after a warm reboot

2020-09-27 Thread Guoqing Zhang
hello Gerd and Michael Michael S. Tsirkin ping http://patchwork.ozlabs.org/project/qemu-devel/list/?series=202680 On Fri, Sep 18, 2020 at 7:16 PM Guoqing Zhang < zhangguoqing.ker...@bytedance.com> wrote: > When resetting virtio-gpu, virgl_renderer_reset() should be > called to

[PATCH] virtio-gpu-3d: fix abnormal display after a warm reboot

2020-09-18 Thread Guoqing Zhang
When resetting virtio-gpu, virgl_renderer_reset() should be called to ensure that the virglrenderer status is correct. Signed-off-by: Guoqing Zhang Reviewed-by: Qi Liu --- hw/display/virtio-gpu-3d.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/display/virtio-gpu-3d.c b