From: Sasha Levin Date: Wed, 7 Dec 2011 08:24:56 +0000 (+0200) Subject: KVM: PPC: Use the vcpu kmem_cache when allocating new VCPUs X-Git-Tag: v3.4-rc1~59^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b75e6bfef7ba108ac3df0d430d80dea68fde4bf;p=pandora-kernel.git KVM: PPC: Use the vcpu kmem_cache when allocating new VCPUs Currently the code kzalloc()s new VCPUs instead of using the kmem_cache which is created when KVM is initialized. Modify it to allocate VCPUs from that kmem_cache. Signed-off-by: Sasha Levin Acked-by: Paul Mackerras Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed