[virt-tools-list] [PATCH virt-viewer 0/2] virt-viewer: Allow to connect to SPICE using unix socket

Jonathon Jongsma jjongsma at redhat.com
Tue Apr 18 21:25:46 UTC 2017


Series looks fine to me. ACK

Jonathon

On Fri, 2017-04-07 at 12:05 +0200, Pavel Grunt wrote:
> Hello,
> 
> It turns out that currently it is possible to use a socket to connect
> only for vnc.
> It is due to 2 issues
>   - virt-viewer does not work with recent listen element
>   - spice needs to open more than 1 channel
> 
> The bug is simply reproducible by setting the graphics node to:
> 
>     <graphics type='spice'>
>       <listen type='socket' socket='/tmp/spice.sock'/>
>     </graphics>
> 
> Change the graphics type to vnc and virt-viewer connects without
> issues.
> 
> Pavel Grunt (2):
>   virt-viewer: Support newer libvirt xml format
>   app: Allow to connect to channel using unix socket
> 
>  src/virt-viewer-app.c | 29 +++++++++++++++++++++++------
>  src/virt-viewer.c     | 14 ++++++++++++--
>  2 files changed, 35 insertions(+), 8 deletions(-)
> 




More information about the virt-tools-list mailing list