
8 Apr
2016
8 Apr
'16
4:18 p.m.
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@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