Re: [Qemu-devel] [RFC PATCH v1 10/13] cpus, spapr: reclaim allocated vCPU objects

2015-01-30 Thread David Gibson
On Fri, Jan 30, 2015 at 01:53:47PM +0530, Bharata B Rao wrote: > On Thu, Jan 29, 2015 at 12:48:39PM +1100, David Gibson wrote: > > On Thu, Jan 08, 2015 at 11:40:17AM +0530, Bharata B Rao wrote: > > > From: Gu Zheng > > > > This needs a commit message, it's not at all clear from the 1-line > > de

Re: [Qemu-devel] [RFC PATCH v1 10/13] cpus, spapr: reclaim allocated vCPU objects

2015-01-30 Thread Bharata B Rao
On Thu, Jan 29, 2015 at 12:48:39PM +1100, David Gibson wrote: > On Thu, Jan 08, 2015 at 11:40:17AM +0530, Bharata B Rao wrote: > > From: Gu Zheng > > This needs a commit message, it's not at all clear from the 1-line > description. Borrowed patch, but I should have put in a description. > > di

Re: [Qemu-devel] [RFC PATCH v1 10/13] cpus, spapr: reclaim allocated vCPU objects

2015-01-28 Thread David Gibson
On Thu, Jan 08, 2015 at 11:40:17AM +0530, Bharata B Rao wrote: > From: Gu Zheng This needs a commit message, it's not at all clear from the 1-line description. > > Signed-off-by: Gu Zheng > Signed-off-by: Bharata B Rao >(added spapr bits) > --- > cpus.c | 44 +++

[Qemu-devel] [RFC PATCH v1 10/13] cpus, spapr: reclaim allocated vCPU objects

2015-01-07 Thread Bharata B Rao
From: Gu Zheng Signed-off-by: Gu Zheng Signed-off-by: Bharata B Rao (added spapr bits) --- cpus.c | 44 hw/ppc/spapr.c | 14 - include/qom/cpu.h| 11 ++ include/sysemu/kvm.h | 1 + kvm-all.c