Re: [libvirt] [PATCH 1/2] conf: parse integers into long long, instead of long

2015-03-23 Thread John Ferlan
On 03/18/2015 08:36 AM, Daniel P. Berrange wrote: When parsing integer values, we only used 'long' data type in the virConfValue struct. This is insufficiently large to deal with things like guest memory sizes on 32-bit platforms which are using PAE for addressing 4 GB of RAM. ---

[libvirt] [PATCH 1/2] conf: parse integers into long long, instead of long

2015-03-18 Thread Daniel P. Berrange
When parsing integer values, we only used 'long' data type in the virConfValue struct. This is insufficiently large to deal with things like guest memory sizes on 32-bit platforms which are using PAE for addressing 4 GB of RAM. --- daemon/libvirtd-config.c | 6 +--