1 Nov
                
                    2022
                
            
            
                1 Nov
                
                '22
                
            
            
            
        
    
                6:28 p.m.
            
        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@redhat.com> --- 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@redhat.com> Jano