From: Avi Kivity Date: Thu, 22 Jul 2010 20:24:52 +0000 (+0300) Subject: KVM: Use kmalloc() instead of vmalloc() for KVM_[GS]ET_MSR X-Git-Tag: v2.6.35~36^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a73c0283dadf1cf360a79de396ff0962e781b60;p=pandora-kernel.git KVM: Use kmalloc() instead of vmalloc() for KVM_[GS]ET_MSR We don't need more than a page, and vmalloc() is slower (much slower recently due to a regression). Signed-off-by: Avi Kivity --- Reading git-diff-tree failed