Re: [libvirt] [PATCH v2 09/16] qemu: add vhost-user helpers

2019-08-30 Thread Ján Tomko
On Fri, Aug 30, 2019 at 04:04:14PM +0400, Marc-André Lureau wrote: Hi On Tue, Aug 27, 2019 at 12:29 PM Ján Tomko wrote: On Fri, Aug 23, 2019 at 12:21:53PM -0400, Cole Robinson wrote: >From: Marc-André Lureau > >Add qemuVhostUserFetchConfigs() to discover vhost-user helpers. > >qemuVhostUserF

Re: [libvirt] [PATCH v2 09/16] qemu: add vhost-user helpers

2019-08-30 Thread Marc-André Lureau
Hi On Tue, Aug 27, 2019 at 12:29 PM Ján Tomko wrote: > > On Fri, Aug 23, 2019 at 12:21:53PM -0400, Cole Robinson wrote: > >From: Marc-André Lureau > > > >Add qemuVhostUserFetchConfigs() to discover vhost-user helpers. > > > >qemuVhostUserFillDomainGPU() will find the first matching GPU helper >

Re: [libvirt] [PATCH v2 09/16] qemu: add vhost-user helpers

2019-08-30 Thread Marc-André Lureau
Hi On Tue, Aug 27, 2019 at 12:30 AM Cole Robinson wrote: > > On 8/23/19 12:21 PM, Cole Robinson wrote: > > From: Marc-André Lureau > > > > Add qemuVhostUserFetchConfigs() to discover vhost-user helpers. > > > > qemuVhostUserFillDomainGPU() will find the first matching GPU helper > > with the req

Re: [libvirt] [PATCH v2 09/16] qemu: add vhost-user helpers

2019-08-27 Thread Ján Tomko
On Fri, Aug 23, 2019 at 12:21:53PM -0400, Cole Robinson wrote: From: Marc-André Lureau Add qemuVhostUserFetchConfigs() to discover vhost-user helpers. qemuVhostUserFillDomainGPU() will find the first matching GPU helper with the required capabilities and set the associated vhost_user_binary.

Re: [libvirt] [PATCH v2 09/16] qemu: add vhost-user helpers

2019-08-26 Thread Cole Robinson
On 8/23/19 12:21 PM, Cole Robinson wrote: > From: Marc-André Lureau > > Add qemuVhostUserFetchConfigs() to discover vhost-user helpers. > > qemuVhostUserFillDomainGPU() will find the first matching GPU helper > with the required capabilities and set the associated > vhost_user_binary. > > Signe

[libvirt] [PATCH v2 09/16] qemu: add vhost-user helpers

2019-08-23 Thread Cole Robinson
From: Marc-André Lureau Add qemuVhostUserFetchConfigs() to discover vhost-user helpers. qemuVhostUserFillDomainGPU() will find the first matching GPU helper with the required capabilities and set the associated vhost_user_binary. Signed-off-by: Marc-André Lureau Signed-off-by: Cole Robinson -