Re: [libvirt PATCHv3 11/12] qemu: use the vhost-user schemas to find binary

2020-02-03 Thread Masayoshi Mizuma
Hi Ján, On Thu, Jan 30, 2020 at 06:06:27PM +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. The json file (50-qemu-virtiofsd.json) may not be located in /usr/share/qe

Re: [libvirt PATCHv3 11/12] qemu: use the vhost-user schemas to find binary

2020-02-03 Thread Daniel P . Berrangé
On Thu, Jan 30, 2020 at 06:06:27PM +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 > --- > src/qemu/qemu_extdevice.c | 9 + >

[libvirt PATCHv3 11/12] qemu: use the vhost-user schemas to find binary

2020-01-30 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 --- src/qemu/qemu_extdevice.c | 9 + src/qemu/qemu_vhost_user.c | 40 ++ src