Re: [PATCH] configure: add option for virtiofsd

2020-10-08 Thread Paolo Bonzini
On 08/10/20 11:17, misono.tomoh...@fujitsu.com wrote: > Hi Paolo > > Thanks a lot for the clear explanation. I will update the patch to follow the > meson style. > I realized virtiofsd actually needs tools (i.e. "--disable-tools > --enable-virtiofsd" > does not work with above meson.build) since

RE: [Virtio-fs] [PATCH] configure: add option for virtiofsd

2020-10-08 Thread misono.tomoh...@fujitsu.com
... > > BTW, while testing the updated patch, I noticed current master branch (as > > of 10/08) fails to execute virtiofsd. > > backtrace from coredump shows: > > #0 get_relocated_path (dir=0x560f4d2f2ef0 > > "/usr/local/var/run/virtiofsd") at ../util/cutils.c:924 > > #1 0x560f4baab6da in qe

Re: [Virtio-fs] [PATCH] configure: add option for virtiofsd

2020-10-08 Thread Dr. David Alan Gilbert
* misono.tomoh...@fujitsu.com (misono.tomoh...@fujitsu.com) wrote: > > On 07/10/20 11:29, Misono Tomohiro wrote: > > > Currently it is unknown whether virtiofsd will be built at > > > configuration time. It will be automatically built when dependency is > > > met. Also, required libraries are not c

RE: [PATCH] configure: add option for virtiofsd

2020-10-08 Thread misono.tomoh...@fujitsu.com
> On 07/10/20 11:29, Misono Tomohiro wrote: > > Currently it is unknown whether virtiofsd will be built at > > configuration time. It will be automatically built when dependency is > > met. Also, required libraries are not clear. > > > > To make this clear, add configure option --{enable,disable}-v

Re: [PATCH] configure: add option for virtiofsd

2020-10-07 Thread Paolo Bonzini
On 07/10/20 11:29, Misono Tomohiro wrote: > Currently it is unknown whether virtiofsd will be built at > configuration time. It will be automatically built when dependency > is met. Also, required libraries are not clear. > > To make this clear, add configure option --{enable,disable}-virtiofsd. >

[PATCH] configure: add option for virtiofsd

2020-10-07 Thread Misono Tomohiro
Currently it is unknown whether virtiofsd will be built at configuration time. It will be automatically built when dependency is met. Also, required libraries are not clear. To make this clear, add configure option --{enable,disable}-virtiofsd. The default is the same as current (enabled if availa