Re: [PATCH 14/37] util: xml: Introduce virXMLPropStringRequired

2022-09-21 Thread Ján Tomko
On a Monday in 2022, Peter Krempa wrote: Similarly to virXMLPropString it extracts a string but reports an errori s/errori/error/ similar to the newer virXMLProp helpers if the attribute is not present. Signed-off-by: Peter Krempa --- src/libvirt_private.syms | 1 + src/util/virxml.c

[PATCH 14/37] util: xml: Introduce virXMLPropStringRequired

2022-09-19 Thread Peter Krempa
Similarly to virXMLPropString it extracts a string but reports an errori similar to the newer virXMLProp helpers if the attribute is not present. Signed-off-by: Peter Krempa --- src/libvirt_private.syms | 1 + src/util/virxml.c| 27 +++ src/util/virxml.h