[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [libvirt] [PATCH v4 06/14] graphics: resolve address for listen type network in qemu_process
- From: Ján Tomko <jtomko redhat com>
- To: Pavel Hrdina <phrdina redhat com>
- Cc: libvir-list redhat com, mlureau redhat com
- Subject: Re: [libvirt] [PATCH v4 06/14] graphics: resolve address for listen type network in qemu_process
- Date: Fri, 20 May 2016 12:35:42 +0200
On Fri, May 20, 2016 at 09:59:43AM +0200, Pavel Hrdina wrote:
> > This is a logic change. Previously we accept this XML
> >
> > <graphics ...>
> > <listen type='network'/>
> > </graphics>
> >
> > and silently treat that as using vnc_listen/spice_listen. Now we stick that
> > address in the XML like
> >
> > <graphics ...>
> > <listen type='network' address='$vnc_listen'/>
> > </graphics>
>
> This isn't a logic change, it only improves the live XML, so the only change here
> is that the address will appear in the live XML.
It would be nice to mention that in the commit message.
Jan
> If you look at the old code
> we've always used the config listen address if there wasn't any address resolved
> for listen type network. If you look at the switch [1] we jump out from the
> switch in case there is no network specified and we use the config address [2].
>
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]