Re: [PATCH v3 09/15] conf: Implement support for of disk source

2020-02-13 Thread Ján Tomko
On Wed, Feb 12, 2020 at 07:03:20PM +0100, Peter Krempa wrote: Implement parsing and formatting of the 'source' and 'format' slices. s/'source' and 'format'/'storage'/ Signed-off-by: Peter Krempa --- src/conf/domain_conf.c | 86 ++ 1 file changed, 86

[PATCH v3 09/15] conf: Implement support for of disk source

2020-02-12 Thread Peter Krempa
Implement parsing and formatting of the 'source' and 'format' slices. Signed-off-by: Peter Krempa --- src/conf/domain_conf.c | 86 ++ 1 file changed, 86 insertions(+) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index