Re: [Qemu-devel] [RFC PATCH v2.1 12/12] spapr: CPU hot unplug support

2016-05-08 Thread Bharata B Rao
On Mon, Apr 04, 2016 at 02:27:24PM +1000, David Gibson wrote: > On Thu, Mar 31, 2016 at 02:09:21PM +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

Re: [Qemu-devel] [RFC PATCH v2.1 12/12] spapr: CPU hot unplug support

2016-04-03 Thread David Gibson
On Thu, Mar 31, 2016 at 02:09:21PM +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] [RFC PATCH v2.1 12/12] spapr: CPU hot unplug support

2016-03-31 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