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

2020-09-29 Thread Gerd Hoffmann
On Sun, Sep 27, 2020 at 08:17:10PM +0800, Guoqing Zhang wrote: > hello Gerd and Michael Michael S. Tsirkin > > ping Queued up now (not much activity for vga/ui these days ...). > > http://patchwork.ozlabs.org/project/qemu-devel/list/?series=202680 > > On Fri, Sep 18, 2020 at 7:16 PM Guoqing

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 ensure that the

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

2020-09-18 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200918111632.37354-1-zhangguoqing.ker...@bytedance.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. The f

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

2020-09-18 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200918111632.37354-1-zhangguoqing.ker...@bytedance.com/ Hi, This series seems to have some coding style problems. See output below for more information: N/A. Internal error while reading log file The full log is available at http://patchew.org/logs/2

[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/