Re: [libvirt PATCHv4 13/15] qemu: use the vhost-user schemas to find binary

2020-02-26 Thread Ján Tomko
On Wed, Feb 26, 2020 at 09:53:46AM +0100, Peter Krempa wrote: On Thu, Feb 20, 2020 at 15:32:50 +0100, Ján Tomko wrote: Look into /usr/share/qemu/vhost-user to see whether we can find a suitable virtiofsd binary, in case the user did not provide one in the domain XML. Signed-off-by: Ján Tomko R

Re: [libvirt PATCHv4 13/15] qemu: use the vhost-user schemas to find binary

2020-02-26 Thread Peter Krempa
On Thu, Feb 20, 2020 at 15:32:50 +0100, Ján Tomko wrote: > Look into /usr/share/qemu/vhost-user to see whether we can find > a suitable virtiofsd binary, in case the user did not provide one > in the domain XML. > > Signed-off-by: Ján Tomko > Reviewed-by: Daniel P. Berrangé > --- > src/qemu/qem

[libvirt PATCHv4 13/15] qemu: use the vhost-user schemas to find binary

2020-02-20 Thread Ján Tomko
Look into /usr/share/qemu/vhost-user to see whether we can find a suitable virtiofsd binary, in case the user did not provide one in the domain XML. Signed-off-by: Ján Tomko Reviewed-by: Daniel P. Berrangé --- src/qemu/qemu_extdevice.c | 9 + src/qemu/qemu_vhost_user.c | 40 ++