[Spice-devel] spice-html5

2022-09-30 Thread Kormiltcev Nikita
Good day! I want to install spice-html5 to proxmox. I read instruction and I didn't understand. Can you help me pls?

[Spice-devel] [PATCH -next] drm/qxl: Remove unused variable 'count'

2022-09-30 Thread Chen Zhongjin
The variable 'count' is introduced in this commit 'commit f64122c1f6ad("drm: add new QXL driver. (v1.4)")' However, since introduced it was just iterated and never been used. Remove it for code cleaning. Signed-off-by: Chen Zhongjin --- drivers/gpu/drm/qxl/qxl_cmd.c | 3 +-- 1 file changed, 1 i