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

2018-10-05 Thread Ján Tomko
On Tue, Aug 28, 2018 at 11:39:28PM +0200, marcandre.lur...@redhat.com 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. Signed-off-by: Marc-André

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

2018-08-29 Thread Daniel P . Berrangé
On Tue, Aug 28, 2018 at 11:39:28PM +0200, marcandre.lur...@redhat.com 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. > > Signed-off-by:

[libvirt] [RFC v2 10/16] qemu: add vhost-user-gpu helper unit

2018-08-28 Thread marcandre . lureau
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. Signed-off-by: Marc-André Lureau --- src/conf/device_conf.h | 1 + src/qemu/Makefile.inc.am