Re: [PATCH 016/104] virtiofsd: Open vhost connection instead of mounting

2020-01-21 Thread Dr. David Alan Gilbert
* Misono Tomohiro (misono.tomoh...@jp.fujitsu.com) wrote: > > From: "Dr. David Alan Gilbert" > > > > When run with vhost-user options we conect to the QEMU instead > > via a socket. Start this off by creating the socket. > > > > Signed-off-by: Dr. David Alan Gilbert > > --- > > > > +/*

Re: [PATCH 016/104] virtiofsd: Open vhost connection instead of mounting

2020-01-20 Thread Misono Tomohiro
> From: "Dr. David Alan Gilbert" > > When run with vhost-user options we conect to the QEMU instead > via a socket. Start this off by creating the socket. > > Signed-off-by: Dr. David Alan Gilbert > --- > +/* > + * Poison the fuse FD so we spot if we accidentally use it; > + *

Re: [PATCH 016/104] virtiofsd: Open vhost connection instead of mounting

2020-01-03 Thread Daniel P . Berrangé
On Thu, Dec 12, 2019 at 04:37:36PM +, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > When run with vhost-user options we conect to the QEMU instead > via a socket. Start this off by creating the socket. > > Signed-off-by: Dr. David Alan Gilbert > --- >

[PATCH 016/104] virtiofsd: Open vhost connection instead of mounting

2019-12-12 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" When run with vhost-user options we conect to the QEMU instead via a socket. Start this off by creating the socket. Signed-off-by: Dr. David Alan Gilbert --- tools/virtiofsd/fuse_i.h| 7 ++- tools/virtiofsd/fuse_lowlevel.c | 55 +++---