Description of problem: Balloon status functions (reporting) uses KiB as the unit. When the machine has more than ~2TB or memory, the number will overflow 32 bit integer and can't be transfered to engine using xml-rpc. See https://bugzilla.redhat.com/show_bug.cgi?id=974917 for a similar bug regarding the opposite direction (where we use MiB for memory according to the code). Version-Release number of selected component (if applicable): current git HEAD Additional info: We might need to change the reporting to use MiB units to overcome this limitation.
*** This bug has been marked as a duplicate of bug 974917 ***