[libvirt] [PATCH 08/18] domain_conf: introduce virDomainGraphicsListenAddNetwork

Ján Tomko jtomko at redhat.com
Fri Apr 8 16:18:05 UTC 2016


On Mon, Apr 04, 2016 at 03:20:25PM +0200, Pavel Hrdina wrote:
> The same as for virDomainGraphicsListenAddAddress from previous commit
> applies to this one too.
> 
> Signed-off-by: Pavel Hrdina <phrdina at redhat.com>
> ---
>  src/conf/domain_conf.c   | 30 +++++++++++++++---------------
>  src/conf/domain_conf.h   |  5 +++--
>  src/libvirt_private.syms |  2 +-
>  3 files changed, 19 insertions(+), 18 deletions(-)
> 

Since listen type="network" is a libvirt feature, we will probably never
need to convert it from a hypervisor config format. Libvirt's XML parser
does not use it either.

I think this helper can be dropped completely.

Jan




More information about the libvir-list mailing list