Re: [Qemu-devel] [PATCH v5 09/10] spapr: CPU hot unplug support

2015-12-01 Thread Bharata B Rao
On Tue, Dec 01, 2015 at 12:34:06PM +1100, David Gibson wrote: > On Fri, Nov 20, 2015 at 06:24:38PM +0530, Bharata B Rao wrote: > > Support hot removal of CPU for sPAPR guests by sending the hot unplug > > notification to the guest via EPOW interrupt. Release the vCPU object > > after CPU hot unplug

Re: [Qemu-devel] [PATCH v5 09/10] spapr: CPU hot unplug support

2015-11-30 Thread David Gibson
On Fri, Nov 20, 2015 at 06:24:38PM +0530, Bharata B Rao wrote: > Support hot removal of CPU for sPAPR guests 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: Bharata

[Qemu-devel] [PATCH v5 09/10] spapr: CPU hot unplug support

2015-11-20 Thread Bharata B Rao
Support hot removal of CPU for sPAPR guests 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: Bharata B Rao --- hw/ppc/spapr.c | 71