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
...
> > 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
* 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
> 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
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.
>
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