Re: [Qemu-devel] [PULL 15/18] spapr: CPU hot unplug support

2017-01-30 Thread Igor Mammedov
On Thu, 26 Jan 2017 19:56:35 +0530 Bharata B Rao wrote: > On Thu, Jan 26, 2017 at 12:32:58PM +0100, Igor Mammedov wrote: > > On Fri, 17 Jun 2016 16:36:36 +1000 > > David Gibson wrote: > > > > > From: Bharata B Rao > > > > > > Remove the CPU core device by removing the underlying CPU thread de

Re: [Qemu-devel] [PULL 15/18] spapr: CPU hot unplug support

2017-01-26 Thread Bharata B Rao
On Thu, Jan 26, 2017 at 12:32:58PM +0100, Igor Mammedov wrote: > On Fri, 17 Jun 2016 16:36:36 +1000 > David Gibson wrote: > > > From: 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 th

Re: [Qemu-devel] [PULL 15/18] spapr: CPU hot unplug support

2017-01-26 Thread Igor Mammedov
On Fri, 17 Jun 2016 16:36:36 +1000 David Gibson wrote: > From: 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 h

[Qemu-devel] [PULL 15/18] spapr: CPU hot unplug support

2016-06-16 Thread David Gibson
From: 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: