Re: [Qemu-devel] [PATCH V6 0/8] cpu/acpi: convert cpu hot plug to hotplug_handler API

2014-11-02 Thread Michael S. Tsirkin
On Mon, Nov 03, 2014 at 11:20:31AM +0800, Gu Zheng wrote: > Hi Michael, > Could you please have a look at this series? > > Thanks, > Gu > On 10/22/2014 11:24 AM, Gu Zheng wrote: Applied in my tree already, will send upstream after a bit of testing. Thanks! > > Previously we use cpu_added_notifie

Re: [Qemu-devel] [PATCH V6 0/8] cpu/acpi: convert cpu hot plug to hotplug_handler API

2014-11-02 Thread Gu Zheng
Hi Michael, Could you please have a look at this series? Thanks, Gu On 10/22/2014 11:24 AM, Gu Zheng wrote: > Previously we use cpu_added_notifiers to register cpu hotplug notifier > callback > which is not able to pass/handle errors, so we switch it to unified hotplug > handler API which allows

Re: [Qemu-devel] [PATCH V6 0/8] cpu/acpi: convert cpu hot plug to hotplug_handler API

2014-10-23 Thread Gu Zheng
Hi, This series has been reviewed by Igor, could you please apply it? Thanks, Gu On 10/22/2014 11:24 AM, Gu Zheng wrote: > Previously we use cpu_added_notifiers to register cpu hotplug notifier > callback > which is not able to pass/handle errors, so we switch it to unified hotplug > handler API

[Qemu-devel] [PATCH V6 0/8] cpu/acpi: convert cpu hot plug to hotplug_handler API

2014-10-21 Thread Gu Zheng
Previously we use cpu_added_notifiers to register cpu hotplug notifier callback which is not able to pass/handle errors, so we switch it to unified hotplug handler API which allows to pass errors and would allow to cancel device_add in case of error. Thanks very much for Igor's review and suggestio