From: Alex Williamson Date: Mon, 10 Dec 2012 17:33:32 +0000 (-0700) Subject: KVM: struct kvm_memory_slot.id -> short X-Git-Tag: v3.9-rc1~97^2~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e702d9af5d633cf0eca76f6340b3c50fbb5a4e5;p=pandora-kernel.git KVM: struct kvm_memory_slot.id -> short 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 Signed-off-by: Alex Williamson Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed