[virt-tools-list] [PATCH] spice: add unix-path in .vv file support

2018-12-21 Thread marcandre . lureau
From: Marc-André Lureau This will allow to connect to a Spice server using a unix socket path, for example: [virt-viewer] type=spice unix-path=/var/run/user/1000/qemu/test/spice.sock Signed-off-by: Marc-André Lureau --- man/remote-viewer.pod | 8 +++- src/virt-viewer-file.c

Re: [virt-tools-list] [PATCH] spice: add unix-path in .vv file support

2018-12-21 Thread Christophe Fergeau
On Fri, Dec 21, 2018 at 03:27:59PM +0400, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > This will allow to connect to a Spice server using a unix socket path, > for example: If you want, but are .vv file used for local spice instance? Reviewed-by: Christophe Fergeau Christo

Re: [virt-tools-list] [PATCH] spice: add unix-path in .vv file support

2018-12-21 Thread Marc-André Lureau
Hi On Fri, Dec 21, 2018 at 4:33 PM Christophe Fergeau wrote: > > On Fri, Dec 21, 2018 at 03:27:59PM +0400, marcandre.lur...@redhat.com wrote: > > From: Marc-André Lureau > > > > This will allow to connect to a Spice server using a unix socket path, > > for example: > > If you want, but are .vv f