Re: [PATCH v5 3/4] vhost-user: add shared_object msg

2023-09-05 Thread Albert Esteve
On Wed, Sep 6, 2023 at 8:10 AM Philippe Mathieu-Daudé wrote: > On 6/9/23 08:04, Philippe Mathieu-Daudé wrote: > > On 2/8/23 11:08, Albert Esteve wrote: > >> Add three new vhost-user protocol > >> `VHOST_USER_BACKEND_SHARED_OBJECT_* messages`. > >> These new messages are sent from vhost-user > >>

Re: [PATCH v5 3/4] vhost-user: add shared_object msg

2023-09-05 Thread Philippe Mathieu-Daudé
On 6/9/23 08:04, Philippe Mathieu-Daudé wrote: On 2/8/23 11:08, Albert Esteve wrote: Add three new vhost-user protocol `VHOST_USER_BACKEND_SHARED_OBJECT_* messages`. These new messages are sent from vhost-user back-ends to interact with the virtio-dmabuf table in order to add or remove themselve

Re: [PATCH v5 3/4] vhost-user: add shared_object msg

2023-09-05 Thread Philippe Mathieu-Daudé
On 2/8/23 11:08, Albert Esteve wrote: Add three new vhost-user protocol `VHOST_USER_BACKEND_SHARED_OBJECT_* messages`. These new messages are sent from vhost-user back-ends to interact with the virtio-dmabuf table in order to add or remove themselves as virtio exporters, or lookup for virtio dma-

[PATCH v5 3/4] vhost-user: add shared_object msg

2023-08-02 Thread Albert Esteve
Add three new vhost-user protocol `VHOST_USER_BACKEND_SHARED_OBJECT_* messages`. These new messages are sent from vhost-user back-ends to interact with the virtio-dmabuf table in order to add or remove themselves as virtio exporters, or lookup for virtio dma-buf shared objects. The action taken in