Re: [libvirt] [gconfig v2 2/2] config: Add vnc listen setter

2016-07-25 Thread Visarion-Mingopol Alexandru-Viorel
I made this discussion a private one by mistake, so it's time for some storytelling: *Christophe Fergeau wrote:* > For what it's worth, this patch series https://www.redhat.com/archives/libvir-list/2016-March/msg00993.html would have allowed not to have to implement this both for VNC and SPICE. No

Re: [libvirt] [gconfig v2 2/2] config: Add vnc listen setter

2016-07-18 Thread Christophe Fergeau
Hey, On Mon, Jul 18, 2016 at 04:36:40PM +0300, Visarion Alexandru wrote: > Learn to set the address that vnc is listening on. For what it's worth, this patch series https://www.redhat.com/archives/libvir-list/2016-March/msg00993.html would have allowed not to have to implement this both for VNC a

[libvirt] [gconfig v2 2/2] config: Add vnc listen setter

2016-07-18 Thread Visarion Alexandru
Learn to set the address that vnc is listening on. --- libvirt-gconfig/libvirt-gconfig-domain-graphics-vnc.c | 18 ++ libvirt-gconfig/libvirt-gconfig-domain-graphics-vnc.h | 3 +++ libvirt-gconfig/libvirt-gconfig.sym | 1 + 3 files changed, 22 insertions(+) dif