Re: [Qemu-devel] [PATCH 0/3] spapr: fix cpu core hotunplug call flow

2017-02-05 Thread David Gibson
On Thu, Feb 02, 2017 at 04:02:32PM +0100, Igor Mammedov wrote: > Make cpu core hotunplug use the same (expected) > unplug_request/unplug call flow like spapr memory unplug > and mem/cpu unplug on x86. > > While doing it separate internal cpu core handling and > machine wiring code and move machine

[Qemu-devel] [PATCH 0/3] spapr: fix cpu core hotunplug call flow

2017-02-02 Thread Igor Mammedov
Make cpu core hotunplug use the same (expected) unplug_request/unplug call flow like spapr memory unplug and mem/cpu unplug on x86. While doing it separate internal cpu core handling and machine wiring code and move machine related callbacks close to related machine code in spapr.c. Series applie