Re: [PATCH 33/37] virDomainNetDefParseXML: Refactor parsing of subelement

2022-09-26 Thread Ján Tomko
On a Monday in 2022, Peter Krempa wrote: Specifically rework of parsing of the 'managed' attribute simplifies the code greatly. Signed-off-by: Peter Krempa --- src/conf/domain_conf.c | 22 -- 1 file changed, 8 insertions(+), 14 deletions(-) Reviewed-by: Ján Tomko Jano

[PATCH 33/37] virDomainNetDefParseXML: Refactor parsing of subelement

2022-09-19 Thread Peter Krempa
Specifically rework of parsing of the 'managed' attribute simplifies the code greatly. Signed-off-by: Peter Krempa --- src/conf/domain_conf.c | 22 -- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index