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
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
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
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
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