[virtio-dev] Re: [RFC] Upstreaming virtio-wayland (or an alternative)

2020-02-19 Thread Boris Brezillon
On Tue, 18 Feb 2020 13:15:04 -0800 Zach Reizner wrote: > >> I don't think extending vsock is a > >> good idea because there's enough going on with virtio-wayland with > >> respect to FD passing and emulation that a generic interface will be > >> too opinionated. > > > > Can you be more

[virtio-dev] [PATCH 1/2] virtio: add dma-buf support for exported objects

2020-02-19 Thread David Stevens
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 --- drivers/virtio/Makefile | 2 +-

[virtio-dev] [PATCH 0/2] Support virtio cross-device resources

2020-02-19 Thread David Stevens
This patchset implements the current proposal for virtio cross-device resource sharing [1], with minor changes based on recent comments (i.e. renumbering the new virtio gpu command and adding a feature flag). The patchset adds a new flavor of dma-bufs that supports querying the underlying virtio

[virtio-dev] [PATCH 2/2] drm/virtio: Support virtgpu exported resources

2020-02-19 Thread David Stevens
Add support for exported resources to virtgpu. This includes adding support for the new virtgpu command as well as well as switching from regular prime dma-bufs to virtio dma-bufs. Signed-off-by: David Stevens --- drivers/gpu/drm/virtio/virtgpu_drv.c | 3 +