+1
−1
+6
−0
drivers/virtio/virtio_dma_buf.c
0 → 100644
+85
−0
+1
−0
include/linux/virtio_dma_buf.h
0 → 100644
+37
−0
Loading
This change adds a new flavor of dma-bufs that can be used by virtio drivers to share exported objects. A virtio dma-buf can be queried by virtio drivers to obtain the UUID which identifies the underlying exported object. Signed-off-by:David Stevens <stevensd@chromium.org> Acked-by:
Michael S. Tsirkin <mst@redhat.com> Link: http://patchwork.freedesktop.org/patch/msgid/20200818071343.3461203-2-stevensd@chromium.org Signed-off-by:
Gerd Hoffmann <kraxel@redhat.com>