Re: [RFC PATCH] tools/virtiofsd: add support for --socket-group

2020-03-06 Thread Stefan Hajnoczi
On Wed, Mar 04, 2020 at 06:50:25PM +, Alex Bennée wrote: > diff --git a/docs/tools/virtiofsd.rst b/docs/tools/virtiofsd.rst > index 378594c422a..6d2342f74d4 100644 > --- a/docs/tools/virtiofsd.rst > +++ b/docs/tools/virtiofsd.rst > @@ -85,6 +85,10 @@ Options > >Listen on vhost-user UNIX d

[RFC PATCH] tools/virtiofsd: add support for --socket-group

2020-03-04 Thread Alex Bennée
If you like running QEMU as a normal user (very common for TCG runs) but you have to run virtiofsd as a root user you run into connection problems. Adding support for an optional --socket-group allows the users to keep using the command line. Signed-off-by: Alex Bennée --- docs/tools/virtiofsd.r