Re: [PATCH 014/104] virtiofsd: Add options for virtio

2020-01-10 Thread Dr. David Alan Gilbert
* Daniel P. Berrangé (berra...@redhat.com) wrote: > On Thu, Dec 12, 2019 at 04:37:34PM +, Dr. David Alan Gilbert (git) wrote: > > From: "Dr. David Alan Gilbert" > > > > Add options to specify parameters for virtio-fs paths, i.e. > > > >./virtiofsd -o vhost_user_socket=/tmp/vhostqemu > >

Re: [PATCH 014/104] virtiofsd: Add options for virtio

2020-01-03 Thread Daniel P . Berrangé
On Thu, Dec 12, 2019 at 04:37:34PM +, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > Add options to specify parameters for virtio-fs paths, i.e. > >./virtiofsd -o vhost_user_socket=/tmp/vhostqemu > > Signed-off-by: Dr. David Alan Gilbert > --- > tools/virtiof

[PATCH 014/104] virtiofsd: Add options for virtio

2019-12-12 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Add options to specify parameters for virtio-fs paths, i.e. ./virtiofsd -o vhost_user_socket=/tmp/vhostqemu Signed-off-by: Dr. David Alan Gilbert --- tools/virtiofsd/fuse_i.h| 1 + tools/virtiofsd/fuse_lowlevel.c | 17 - tools/virtiof