Re: [libvirt] [PATCH v2 11/16] qemu: add vhost-user-gpu helper unit

2019-08-27 Thread Ján Tomko
On Fri, Aug 23, 2019 at 12:21:55PM -0400, Cole Robinson wrote: From: Marc-André Lureau Similar to the qemu_tpm.c, add a unit with a few functions to start/stop and setup the cgroup of the external vhost-user-gpu process. See function documentation. Since the vhost-user connection fd isn't nece

Re: [libvirt] [PATCH v2 11/16] qemu: add vhost-user-gpu helper unit

2019-08-26 Thread Cole Robinson
On 8/23/19 12:21 PM, Cole Robinson wrote: > From: Marc-André Lureau > > Similar to the qemu_tpm.c, add a unit with a few functions to > start/stop and setup the cgroup of the external vhost-user-gpu > process. See function documentation. > > Since the vhost-user connection fd isn't necessarily s

[libvirt] [PATCH v2 11/16] qemu: add vhost-user-gpu helper unit

2019-08-23 Thread Cole Robinson
From: Marc-André Lureau Similar to the qemu_tpm.c, add a unit with a few functions to start/stop and setup the cgroup of the external vhost-user-gpu process. See function documentation. Since the vhost-user connection fd isn't necessarily specific to QEMU, it was easier to add it to virDomainDev