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

2014-09-29 Thread Igor Mammedov
On Mon, 29 Sep 2014 10:58:04 +0800 Gu Zheng wrote: > Hi Igor, > On 09/26/2014 09:06 PM, Igor Mammedov wrote: > > > On Wed, 17 Sep 2014 09:24:00 +0800 > > Gu Zheng wrote: > > > >> Add cpu hotplug handler to PC_MACHINE, which will perform the acpi > >> cpu hotplug callback via hotplug_handler AP

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

2014-09-28 Thread Gu Zheng
Hi Igor, On 09/26/2014 09:06 PM, Igor Mammedov wrote: > On Wed, 17 Sep 2014 09:24:00 +0800 > Gu Zheng wrote: > >> Add cpu hotplug handler to PC_MACHINE, which will perform the acpi >> cpu hotplug callback via hotplug_handler API. >> >> v3: >> -deal with start up cpus in a more neat way as Igor

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

2014-09-26 Thread Igor Mammedov
On Wed, 17 Sep 2014 09:24:00 +0800 Gu Zheng wrote: > Add cpu hotplug handler to PC_MACHINE, which will perform the acpi > cpu hotplug callback via hotplug_handler API. > > v3: > -deal with start up cpus in a more neat way as Igor suggested. > v2: > -just rebase. > > Signed-off-by: Gu Zheng >

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

2014-09-16 Thread Gu Zheng
Add cpu hotplug handler to PC_MACHINE, which will perform the acpi cpu hotplug callback via hotplug_handler API. v3: -deal with start up cpus in a more neat way as Igor suggested. v2: -just rebase. Signed-off-by: Gu Zheng --- hw/i386/pc.c | 26 +- 1 files changed, 25