Re: [Spice-devel] [PATCH v1 0/5] dcc: Create a stream for non-gl/remote clients that want to use dmabuf

2023-03-31 Thread Kasireddy, Vivek
Hi Frediano, > > Il giorno lun 27 mar 2023 alle ore 07:53 Kasireddy, Vivek > ha scritto: > > > > Hi Frediano, > > > > >I was trying the patch series but the client keeps crashing. I > > > tried different versions of remote-viewer (from Fedora and from > > > Ubuntu) and they both crashed. > >

[Spice-devel] [PATCH] drm/qxl: remove unused num_relocs variable

2023-03-31 Thread Tom Rix
clang with W=1 reports drivers/gpu/drm/qxl/qxl_ioctl.c:149:14: error: variable 'num_relocs' set but not used [-Werror,-Wunused-but-set-variable] int i, ret, num_relocs; ^ This variable is not used so remove it. Signed-off-by: Tom Rix --- drivers/gpu/drm/qxl/qxl_ioct

[Spice-devel] 回复: [PATCH] drm/qxl: prevent memory leak

2023-03-31 Thread 周宗敏
Dear all:   Gentle ping on this patch.   Thanks   主 题:[PATCH] drm/qxl: prevent memory leak 日 期:2023-03-22 16:58 发件人:zhouzong...@kylinos.cn 收件人:airlied;Gerd Hoffmann;Dave Airlie;Daniel Vetter; The allocated memory for qdev->dumb_heads should be releasedin qxl_destroy_monitors_object before