Re: [Qemu-devel] [PATCH V5 4/8] pc: add cpu hotplug handler to PC_MACHINE

2014-10-20 Thread Igor Mammedov
On Fri, 10 Oct 2014 10:16:03 +0800 Gu Zheng wrote: > Add cpu hotplug handler to PC_MACHINE, which will perform the acpi > cpu hotplug callback via hotplug_handler API. > > Signed-off-by: Gu Zheng Reviewed-by: Igor Mammedov > --- > v5: > -split the check out of acpi_dev block. > v3: > -deal

[Qemu-devel] [PATCH V5 4/8] pc: add cpu hotplug handler to PC_MACHINE

2014-10-09 Thread Gu Zheng
Add cpu hotplug handler to PC_MACHINE, which will perform the acpi cpu hotplug callback via hotplug_handler API. Signed-off-by: Gu Zheng --- v5: -split the check out of acpi_dev block. v3: -deal with start up cpus in a more neat way as Igor suggested. v2: -just rebase. hw/i386/pc.c | 28 ++