Re: [libvirt] [PATCH v2 14/16] qemu: build vhost-user GPU devices

2019-08-29 Thread Cole Robinson
On 8/29/19 8:43 AM, Marc-André Lureau wrote: > Hi > > On Tue, Aug 27, 2019 at 1:17 PM Ján Tomko wrote: >> >> On Fri, Aug 23, 2019 at 12:21:58PM -0400, Cole Robinson wrote: >>> From: Marc-André Lureau >>> >>> For each vhost-user GPUs, >>> - build a socket chardev, and pass the vhost-user socket

Re: [libvirt] [PATCH v2 14/16] qemu: build vhost-user GPU devices

2019-08-29 Thread Marc-André Lureau
Hi On Tue, Aug 27, 2019 at 1:17 PM Ján Tomko wrote: > > On Fri, Aug 23, 2019 at 12:21:58PM -0400, Cole Robinson wrote: > >From: Marc-André Lureau > > > >For each vhost-user GPUs, > >- build a socket chardev, and pass the vhost-user socket to it > >- build a vhost-user video device and associate

Re: [libvirt] [PATCH v2 14/16] qemu: build vhost-user GPU devices

2019-08-27 Thread Ján Tomko
On Fri, Aug 23, 2019 at 12:21:58PM -0400, Cole Robinson wrote: From: Marc-André Lureau For each vhost-user GPUs, - build a socket chardev, and pass the vhost-user socket to it - build a vhost-user video device and associate it with the chardev Signed-off-by: Marc-André Lureau Signed-off-by:

[libvirt] [PATCH v2 14/16] qemu: build vhost-user GPU devices

2019-08-23 Thread Cole Robinson
From: Marc-André Lureau For each vhost-user GPUs, - build a socket chardev, and pass the vhost-user socket to it - build a vhost-user video device and associate it with the chardev Signed-off-by: Marc-André Lureau Signed-off-by: Cole Robinson --- src/qemu/qemu_command.c | 46