Re: [libvirt] [PATCH 03/18] domain_conf: introduce virDomainGraphicsListensParseXML

2016-04-06 Thread Ján Tomko
On Mon, Apr 04, 2016 at 03:20:20PM +0200, Pavel Hrdina wrote: > Move code, that parses graphics listens, to it's own function. s/it's/its/ > > Signed-off-by: Pavel Hrdina > --- > src/conf/domain_conf.c | 79 > ++ > 1 file

[libvirt] [PATCH 03/18] domain_conf: introduce virDomainGraphicsListensParseXML

2016-04-04 Thread Pavel Hrdina
Move code, that parses graphics listens, to it's own function. Signed-off-by: Pavel Hrdina --- src/conf/domain_conf.c | 79 ++ 1 file changed, 47 insertions(+), 32 deletions(-) diff --git a/src/conf/domain_conf.c