From: Liu Jinsong Date: Fri, 25 Jan 2013 07:43:34 +0000 (+0800) Subject: xen/acpi: ACPI cpu hotplug X-Git-Tag: v3.9-rc1~96^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39adc483d378f79711f291539f20e3797337892d;p=pandora-kernel.git xen/acpi: ACPI cpu hotplug This patch implement real Xen ACPI cpu hotplug driver as module. When loaded, it replaces Xen stub driver. For booting existed cpus, the driver enumerates them. For hotadded cpus, which added at runtime and notify OS via device or container event, the driver is invoked to add them, parsing cpu information, hypercalling to Xen hypervisor to add them, and finally setting up new /sys interface for them. Signed-off-by: Liu Jinsong Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed