All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 0/1] vhost-vdmabuf: Add virtio based Dmabuf device
@ 2021-02-08 23:32 Vivek Kasireddy
  2021-02-08 23:32 ` [RFC 1/1] " Vivek Kasireddy
  2021-02-09  0:34 ` [RFC 0/1] " no-reply
  0 siblings, 2 replies; 3+ messages in thread
From: Vivek Kasireddy @ 2021-02-08 23:32 UTC (permalink / raw)
  To: qemu-devel; +Cc: Vivek Kasireddy, kraxel, dongwon.kim

The Virtio based Dmabuf (Vdmabuf) device provides a way to transfer a
dmabuf created in the Guest to the Host. This patch is still a WIP but
is still posted to the ML to provide additional details and context for
the discussion associated with the vhost-vdmabuf and virtio-vdmabuf
kernel drivers here:

https://lists.linuxfoundation.org/pipermail/virtualization/2021-February/052233.html

Vivek Kasireddy (1):
  vhost-vdmabuf: Add virtio based Dmabuf device

 configure                                   |   8 +
 hw/virtio/meson.build                       |   1 +
 hw/virtio/vhost-backend.c                   |  10 +
 hw/virtio/vhost-vdmabuf.c                   | 526 ++++++++++++++++++++
 include/hw/pci/pci.h                        |   1 +
 include/hw/virtio/vhost-backend.h           |   2 +
 include/hw/virtio/vhost-vdmabuf.h           |  76 +++
 include/standard-headers/linux/virtio_ids.h |   1 +
 include/ui/console.h                        |   1 +
 linux-headers/linux/vhost.h                 |   3 +
 meson.build                                 |   1 +
 ui/console.c                                |   7 +
 12 files changed, 637 insertions(+)
 create mode 100644 hw/virtio/vhost-vdmabuf.c
 create mode 100644 include/hw/virtio/vhost-vdmabuf.h

-- 
2.26.2



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-02-09  1:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-08 23:32 [RFC 0/1] vhost-vdmabuf: Add virtio based Dmabuf device Vivek Kasireddy
2021-02-08 23:32 ` [RFC 1/1] " Vivek Kasireddy
2021-02-09  0:34 ` [RFC 0/1] " no-reply

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.