From: Rusty Russell Date: Mon, 30 Jul 2007 11:12:19 +0000 (+1000) Subject: KVM: Use kmem cache for allocating vcpus X-Git-Tag: v2.6.24-rc1~1365^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c16f862d0257349607b7a9be7b4a4b7ed419a3ab;p=pandora-kernel.git KVM: Use kmem cache for allocating vcpus Avi wants the allocations of vcpus centralized again. The easiest way is to add a "size" arg to kvm_init_arch, and expose the thus-prepared cache to the modules. Signed-off-by: Rusty Russell Signed-off-by: Avi Kivity --- Reading git-diff-tree failed