commit | 53152f957d4a5dfd537d17c823afeb1a2c03753e | [log] [tgz] |
---|---|---|
author | Ian Campbell <Ian.Campbell@citrix.com> | Thu Apr 02 13:24:28 2009 +0100 |
committer | Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> | Thu Apr 02 09:28:39 2009 -0700 |
tree | b1c824856f60be55ad99146d303e9749ded3cdbd | |
parent | 6d02c42698f99eccb290ac53d4f10ca883b9f90c [diff] |
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 <ian.campbell@citrix.com>