Re: [Qemu-devel] [Qemu-ppc] [PATCH 1/4] spapr: add pre_plug function for memory

2017-05-24 Thread David Gibson
On Wed, May 24, 2017 at 11:55:13AM +0200, Greg Kurz wrote: 1;4601;0c> On Wed, 24 May 2017 14:52:36 +1000 > David Gibson wrote: > [...] > > > > This patch seems like a good idea regardless of the rest, so I've > > fixed the minor nits Greg pointed out and merged to ppc-for-2.10. > > > > David, >

Re: [Qemu-devel] [Qemu-ppc] [PATCH 1/4] spapr: add pre_plug function for memory

2017-05-24 Thread Greg Kurz
On Wed, 24 May 2017 14:52:36 +1000 David Gibson wrote: [...] > > This patch seems like a good idea regardless of the rest, so I've > fixed the minor nits Greg pointed out and merged to ppc-for-2.10. > David, Commit d2e4c6a1437fab2fbb4553b598f25e282c475199 in your ppc-for-2.10 branch doesn't co

Re: [Qemu-devel] [Qemu-ppc] [PATCH 1/4] spapr: add pre_plug function for memory

2017-05-23 Thread David Gibson
On Tue, May 23, 2017 at 06:09:00PM +0200, Laurent Vivier wrote: > On 23/05/2017 17:28, Greg Kurz wrote: > > On Tue, 23 May 2017 13:18:09 +0200 > > Laurent Vivier wrote: > > > >> This allows to manage errors before the memory > >> has started to be hotplugged. We already have > >> the function for

Re: [Qemu-devel] [Qemu-ppc] [PATCH 1/4] spapr: add pre_plug function for memory

2017-05-23 Thread Laurent Vivier
On 23/05/2017 17:28, Greg Kurz wrote: > On Tue, 23 May 2017 13:18:09 +0200 > Laurent Vivier wrote: > >> This allows to manage errors before the memory >> has started to be hotplugged. We already have >> the function for the CPU cores. >> >> Signed-off-by: Laurent Vivier >> --- >> hw/ppc/spapr.c

Re: [Qemu-devel] [Qemu-ppc] [PATCH 1/4] spapr: add pre_plug function for memory

2017-05-23 Thread Greg Kurz
On Tue, 23 May 2017 13:18:09 +0200 Laurent Vivier wrote: > This allows to manage errors before the memory > has started to be hotplugged. We already have > the function for the CPU cores. > > Signed-off-by: Laurent Vivier > --- > hw/ppc/spapr.c | 45 ++--