Re: [PATCH v5 2/4] virtio-dmabuf: introduce virtio-dmabuf

2023-09-06 Thread Philippe Mathieu-Daudé
On 6/9/23 10:45, Albert Esteve wrote: > diff --git a/include/hw/virtio/virtio-dmabuf.h b/include/hw/virtio/virtio-dmabuf.h > new file mode 100644 > index 00..536e622555 > --- /dev/null > +++ b/include/hw/virtio/virtio-dmabuf.h

Re: [PATCH v5 2/4] virtio-dmabuf: introduce virtio-dmabuf

2023-09-06 Thread Albert Esteve
On Wed, Sep 6, 2023 at 9:42 AM Albert Esteve wrote: > > > On Wed, Sep 6, 2023 at 7:56 AM Philippe Mathieu-Daudé > wrote: > >> Hi Albert, >> >> On 2/8/23 11:08, Albert Esteve wrote: >> > This API manages objects (in this iteration, >> > dmabuf fds) that can be shared along different >> > virtio d

Re: [PATCH v5 2/4] virtio-dmabuf: introduce virtio-dmabuf

2023-09-06 Thread Albert Esteve
On Wed, Sep 6, 2023 at 7:56 AM Philippe Mathieu-Daudé wrote: > Hi Albert, > > On 2/8/23 11:08, 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 de

Re: [PATCH v5 2/4] virtio-dmabuf: introduce virtio-dmabuf

2023-09-05 Thread Philippe Mathieu-Daudé
Hi Albert, On 2/8/23 11:08, 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 functi

[PATCH v5 2/4] virtio-dmabuf: introduce virtio-dmabuf

2023-08-02 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