On a Monday in 2022, Peter Krempa wrote:
The struct used 'unsigned long' variables which we try to avoid due to being different size on different architectures. Convert the stuct and use virXMLPropULongLong instead of virXPathULong
*struct
when parsing the XML. Signed-off-by: Peter Krempa <pkrempa@xxxxxxxxxx> --- src/conf/domain_conf.c | 34 +++++++++------------------------- src/conf/domain_conf.h | 6 +++--- 2 files changed, 12 insertions(+), 28 deletions(-)
Reviewed-by: Ján Tomko <jtomko@xxxxxxxxxx> Jano