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

2017-07-28 Thread Michal Privoznik
On 07/27/2017 04:51 PM, Julio Faracco wrote: > Thanks for the update, Michal. > > I did some other fixes related to spice too. > Libvirt is freezed right now. So, I will wait the next wave to send the V2. That's okay. Libvirt freezes take about a week. Moreover, patches can be reviewed meanwhile,

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

2017-07-27 Thread Julio Faracco
Thanks for the update, Michal. I did some other fixes related to spice too. Libvirt is freezed right now. So, I will wait the next wave to send the V2. 2017-07-24 10:42 GMT-03:00 Michal Privoznik : > On 07/20/2017 11:11 PM, Julio Faracco wrote: >> This commit adds the unix socket URL support to '

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

2017-07-24 Thread Michal Privoznik
On 07/20/2017 11:11 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 prope

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

2017-07-20 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. Resolves: https://