git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20824f3
)
KVM: s390: fix memsize >= 4G
author
Christian Borntraeger
<borntraeger@de.ibm.com>
Mon, 21 Sep 2009 08:45:18 +0000
(10:45 +0200)
committer
Avi Kivity
<avi@redhat.com>
Sun, 4 Oct 2009 11:57:23 +0000
(13:57 +0200)
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>
No differences found