Re: [Qemu-devel] [for-2.7 PATCH v3 12/15] spapr: CPU hot unplug support

2016-06-02 Thread David Gibson
On Thu, May 12, 2016 at 09:18:22AM +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 achieved by sending the hot unplug > notification to the guest. Release the vCPU object after CPU hot unplug so > that

[Qemu-devel] [for-2.7 PATCH v3 12/15] spapr: CPU hot unplug support

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