On a Monday in 2022, Peter Krempa wrote:
Move the parser into a helper function named 'virCPUDefParseXMLCache' and use the virXMLProp* helpers instead of multiple XPath lookups. Signed-off-by: Peter Krempa <pkrempa@xxxxxxxxxx> --- src/conf/cpu_conf.c | 58 ++++++++++++++++++++++++++------------------- 1 file changed, 34 insertions(+), 24 deletions(-)
Reviewed-by: Ján Tomko <jtomko@xxxxxxxxxx> Jano