Re: [PATCH 4/4] libvhost-user: add write_msg cb to dev struct

2023-05-10 Thread Albert Esteve
On Tue, May 9, 2023 at 2:53 PM Marc-André Lureau wrote: > Hi > > On Tue, May 9, 2023 at 3:17 PM Albert Esteve wrote: > >> >> Hi! >> >> On Tue, May 9, 2023 at 12:12 PM Marc-André Lureau < >> marcandre.lur...@gmail.com> wrote: >> >>> Hi >>> >>> On Wed, May 3, 2023 at 12:21 PM Albert Esteve >>> wr

Re: [PATCH 4/4] libvhost-user: add write_msg cb to dev struct

2023-05-09 Thread Marc-André Lureau
Hi On Tue, May 9, 2023 at 3:17 PM Albert Esteve wrote: > > Hi! > > On Tue, May 9, 2023 at 12:12 PM Marc-André Lureau < > marcandre.lur...@gmail.com> wrote: > >> Hi >> >> On Wed, May 3, 2023 at 12:21 PM Albert Esteve wrote: >> >>> Add vu_write_msg_cb type as a member of the VuDev >>> struct. >>>

Re: [PATCH 4/4] libvhost-user: add write_msg cb to dev struct

2023-05-09 Thread Albert Esteve
Hi! On Tue, May 9, 2023 at 12:12 PM Marc-André Lureau < marcandre.lur...@gmail.com> wrote: > Hi > > On Wed, May 3, 2023 at 12:21 PM Albert Esteve wrote: > >> Add vu_write_msg_cb type as a member of the VuDev >> struct. >> >> In order to interact with the virtio-dmabuf >> API, vhost-user backends

Re: [PATCH 4/4] libvhost-user: add write_msg cb to dev struct

2023-05-09 Thread Marc-André Lureau
Hi On Wed, May 3, 2023 at 12:21 PM Albert Esteve wrote: > Add vu_write_msg_cb type as a member of the VuDev > struct. > > In order to interact with the virtio-dmabuf > API, vhost-user backends have available a special > message type that can be sent to the frontend > in Qemu, in order to add, lo