Re: [PATCH v3 0/4] Support virtio cross-device resources

From: Gerd Hoffmann
Date: Fri Mar 20 2020 - 02:48:46 EST


On Wed, Mar 11, 2020 at 08:20:00PM +0900, David Stevens wrote:
> This patchset implements the current proposal for virtio cross-device
> resource sharing [1], with minor changes based on recent comments. It
> is expected that this will be used to import virtio resources into the
> virtio-video driver currently under discussion [2].
>
> This patchset adds a new hook to dma-buf, for querying the dma-buf's
> underlying virtio UUID. This hook is then plumbed through DRM PRIME
> buffers, and finally implemented in virtgpu.

Looks all fine to me. We should wait for the virtio protocol update
(patch 3/4) being accepted into the virtio specification. When this is
done I'll go commit this to drm-misc-next.

cheers,
Gerd