commit | 8feda6f786fc44f5f8b5cf88e3b6c03514f5be93 | [log] [tgz] |
---|---|---|
author | Christian Borntraeger <borntraeger@de.ibm.com> | Mon Sep 21 10:45:18 2009 +0200 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 04 13:57:23 2009 +0200 |
tree | 9d0f7e0c0373f257c822df9e3193a84cb941a752 | |
parent | 20824f30bb0b8ae0a4099895fd4509f54cf2e1e2 [diff] |
KVM: s390: fix memsize >= 4G commit 628eb9b8a8f3 KVM: s390: streamline memslot handling introduced kvm_s390_vcpu_get_memsize. This broke guests >=4G, since this function returned an int. This patch changes the return value to a long. Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: Avi Kivity <avi@redhat.com>