From: Zachary Amsden Date: Tue, 29 Sep 2009 21:38:37 +0000 (-1000) Subject: KVM: Fix hotplug of CPUs X-Git-Tag: v2.6.33-rc1~387^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3230bb4707278dba25e24cd0a11ea7b2337678ee;p=pandora-kernel.git KVM: Fix hotplug of CPUs Both VMX and SVM require per-cpu memory allocation, which is done at module init time, for only online cpus. Backend was not allocating enough structure for all possible CPUs, so new CPUs coming online could not be hardware enabled. Signed-off-by: Zachary Amsden Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed