| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-08-19 | virtio_dma_buf: fix typo in kdoc comment: get_uid -> get_uuid | Li RongQing | 1 | -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-18 | virtio: add dma-buf support for exported objects | David Stevens | 1 | -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> | |||||
