Re: [libvirt] [PATCH v2] tools: virsh: Adding unix socket support to 'domdisplay' command.

2017-08-01 Thread Julio Faracco
Thanks, Michal! 2017-07-31 5:48 GMT-03:00 Michal Privoznik : > On 07/28/2017 11:49 PM, Julio Faracco wrote: >> This commit adds the unix socket URL support to 'domdisplay' command. >> Before, even if an user was using unix socket to define a spice graphics, >> the command

Re: [libvirt] [PATCH v2] tools: virsh: Adding unix socket support to 'domdisplay' command.

2017-07-31 Thread Michal Privoznik
On 07/28/2017 11:49 PM, Julio Faracco wrote: > This commit adds the unix socket URL support to 'domdisplay' command. > Before, even if an user was using unix socket to define a spice graphics, > the command 'domdisplay' showed that the settings were not supported. Now, > the command shows the

[libvirt] [PATCH v2] tools: virsh: Adding unix socket support to 'domdisplay' command.

2017-07-28 Thread Julio Faracco
This commit adds the unix socket URL support to 'domdisplay' command. Before, even if an user was using unix socket to define a spice graphics, the command 'domdisplay' showed that the settings were not supported. Now, the command shows the proper URL: spice+unix://foo/bar.sock. Settings: