summaryrefslogtreecommitdiff
path: root/include/linux/virtio_dma_buf.h
AgeCommit message (Collapse)AuthorFilesLines
2026-08-19virtio_dma_buf: fix typo in kdoc comment: get_uid -> get_uuidLi RongQing1-1/+1
The @get_uid tag in the virtio_dma_buf_ops kdoc comment is a typo; the actual field name is get_uuid. Fixes: a0308938ec81 ("virtio: add dma-buf support for exported objects") Signed-off-by: Li RongQing <lirongqing@baidu.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Message-ID: <20260629033146.2209-1-lirongqing@baidu.com>
2020-08-18virtio: add dma-buf support for exported objectsDavid Stevens1-0/+37
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>