]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Memory: Use consistent type for all memory elements.
authorPrerna Saxena <prerna@linux.vnet.ibm.com>
Fri, 31 Oct 2014 10:37:21 +0000 (16:07 +0530)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 5 Nov 2014 13:21:15 +0000 (14:21 +0100)
commitd426431fde106dcf749b110ba221fd37e91c04b9
tree5e9783a47a9ccde400c5ace88c4a45c0c1242aff
parent44686f6523cb30a174c052a242fa15f6a2b364e5
Memory: Use consistent type for all memory elements.

Domain memory elements such as max_balloon and cur_balloon are
implemented as 'unsigned long long', whereas the 'memory' element
in NUMA cells is implemented as 'unsigned int'.

Use the same data type (unsigned long long) for 'memory' element
in NUMA cells.

Signed-off-by: Prerna Saxena <prerna@linux.vnet.ibm.com>
src/conf/cpu_conf.c
src/conf/cpu_conf.h
src/qemu/qemu_command.c