Re: [PATCH v6 2/3] virtio-dmabuf: introduce virtio-dmabuf

2023-09-06 Thread Albert Esteve
On Wed, Sep 6, 2023 at 4:21 PM Philippe Mathieu-Daudé wrote: > On 6/9/23 13:15, Albert Esteve wrote: > > This API manages objects (in this iteration, > > dmabuf fds) that can be shared along different > > virtio devices, associated to a UUID. > > > > The API allows the different devices to add, >

Re: [PATCH v6 2/3] virtio-dmabuf: introduce virtio-dmabuf

2023-09-06 Thread Philippe Mathieu-Daudé
On 6/9/23 13:15, Albert Esteve wrote: This API manages objects (in this iteration, dmabuf fds) that can be shared along different virtio devices, associated to a UUID. The API allows the different devices to add, remove and/or retrieve the objects by simply invoking the public functions that res

Re: [PATCH v6 2/3] virtio-dmabuf: introduce virtio-dmabuf

2023-09-06 Thread Albert Esteve
On Wed, Sep 6, 2023 at 1:15 PM Albert Esteve wrote: > This API manages objects (in this iteration, > dmabuf fds) that can be shared along different > virtio devices, associated to a UUID. > > The API allows the different devices to add, > remove and/or retrieve the objects by simply > invoking th

[PATCH v6 2/3] virtio-dmabuf: introduce virtio-dmabuf

2023-09-06 Thread Albert Esteve
This API manages objects (in this iteration, dmabuf fds) that can be shared along different virtio devices, associated to a UUID. The API allows the different devices to add, remove and/or retrieve the objects by simply invoking the public functions that reside in the virtio-dmabuf file. For vhos