Re: [Qemu-devel] [RFC v2 10/12] vhost-user: add vhost_user_gpu_set_socket()

2018-06-04 Thread Gerd Hoffmann
On Fri, Jun 01, 2018 at 06:27:47PM +0200, Marc-André Lureau wrote: > Add a new vhost-user message to give a unix socket for gpu updates to > a vhost-user backend. > > Back when I started that work, I added a new GPU channel because the > vhost-user protocol wasn't bidirectional. Since then, there

[Qemu-devel] [RFC v2 10/12] vhost-user: add vhost_user_gpu_set_socket()

2018-06-01 Thread Marc-André Lureau
Add a new vhost-user message to give a unix socket for gpu updates to a vhost-user backend. Back when I started that work, I added a new GPU channel because the vhost-user protocol wasn't bidirectional. Since then, there is a vhost-user-slave channel for the slave to send requests to the master. W