Re: [Qemu-devel] [RFC PATCH v2 19/23] spapr: CPU hot unplug support

2015-03-25 Thread Bharata B Rao
On Wed, Mar 25, 2015 at 04:44:48PM +1100, David Gibson wrote: > On Mon, Mar 23, 2015 at 07:06:00PM +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. > > > > Signed-off-by: Bharata B Rao > > --- >

Re: [Qemu-devel] [RFC PATCH v2 19/23] spapr: CPU hot unplug support

2015-03-25 Thread David Gibson
On Mon, Mar 23, 2015 at 07:06:00PM +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. > > Signed-off-by: Bharata B Rao > --- > hw/ppc/spapr.c| 78 > ++

[Qemu-devel] [RFC PATCH v2 19/23] spapr: CPU hot unplug support

2015-03-23 Thread Bharata B Rao
Support hot removal of CPU for sPAPR guests by sending the hot unplug notification to the guest via EPOW interrupt. Signed-off-by: Bharata B Rao --- hw/ppc/spapr.c| 78 ++- linux-headers/linux/kvm.h | 1 + target-ppc/kvm.c | 7 ++