Re: [libvirt] [PATCH 26/34] conf: Use virDomainStorageSourceParseFull in virDomainDiskBackingStoreParse

2019-03-19 Thread Ján Tomko
On Mon, Mar 18, 2019 at 04:55:15PM +0100, Peter Krempa wrote: Replace most of the function by using the existing parsing helper. Signed-off-by: Peter Krempa --- src/conf/domain_conf.c | 53 +- 1 file changed, 11 insertions(+), 42 deletions(-)

[libvirt] [PATCH 26/34] conf: Use virDomainStorageSourceParseFull in virDomainDiskBackingStoreParse

2019-03-18 Thread Peter Krempa
Replace most of the function by using the existing parsing helper. Signed-off-by: Peter Krempa --- src/conf/domain_conf.c | 53 +- 1 file changed, 11 insertions(+), 42 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index