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:
6104f47
)
KVM: struct kvm_memory_slot.id -> short
author
Alex Williamson
<alex.williamson@redhat.com>
Mon, 10 Dec 2012 17:33:32 +0000
(10:33 -0700)
committer
Marcelo Tosatti
<mtosatti@redhat.com>
Fri, 14 Dec 2012 01:25:24 +0000
(23:25 -0200)
We're currently offering a whopping 32 memory slots to user space, an
int is a bit excessive for storing this. We would like to increase
our memslots, but SHRT_MAX should be more than enough.
Reviewed-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
No differences found