[Spice-devel] [PATCH v2 0/1] Virtio Video V4L2 driver

2020-02-19 Thread Dmitry Sepp
Hi all, This is a v4l2 virtio video driver for the virtio-video device specification v3 [1]. The first version of the driver was introduced here [2]. Changes v1 -> v2: * support the v3 spec (mostly) * add a module parameter to ask for pages from ZONE_DMA What is not implemented: * Plane layout

[Spice-devel] [PATCH 08/52] drm/qxl: Use drmm_add_final_kfree

2020-02-19 Thread Daniel Vetter
With this we can drop the final kfree from the release function. Signed-off-by: Daniel Vetter Cc: Dave Airlie Cc: Gerd Hoffmann Cc: virtualizat...@lists.linux-foundation.org Cc: spice-devel@lists.freedesktop.org --- drivers/gpu/drm/qxl/qxl_drv.c | 2 -- drivers/gpu/drm/qxl/qxl_kms.c | 2 ++ 2