Re: [Qemu-devel] [PATCH v7 11/13] spapr: CPU hot unplug support

2016-01-31 Thread David Gibson
On Thu, Jan 28, 2016 at 11:19:53AM +0530, Bharata B Rao wrote: > Remove the CPU core device by removing the underlying CPU thread devices. > Hot removal of CPU for sPAPR guests is supported by sending the hot unplug > notification to the guest via EPOW interrupt. Release the vCPU object > after CPU

[Qemu-devel] [PATCH v7 11/13] spapr: CPU hot unplug support

2016-01-27 Thread Bharata B Rao
Remove the CPU core device by removing the underlying CPU thread devices. Hot removal of CPU for sPAPR guests is supported by sending the hot unplug notification to the guest via EPOW interrupt. Release the vCPU object after CPU hot unplug so that vCPU fd can be parked and reused. Signed-off-by: B