From: Ian Campbell Date: Thu, 2 Apr 2009 12:24:28 +0000 (+0100) Subject: xen: honour VCPU availability on boot X-Git-Tag: v2.6.31-rc1~410^2~8^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53152f957d4a5dfd537d17c823afeb1a2c03753e;p=pandora-kernel.git xen: honour VCPU availability on boot If a VM is booted with offline VCPUs then unplug them during boot. Determining the availability of a VCPU requires access to XenStore which is not available at the point smp_prepare_cpus() is called, therefore we bring up all VCPUS initially and unplug the offline ones as soon as XenStore becomes available. Signed-off-by: Ian Campbell --- Reading git-diff-tree failed