Re: [PATCH v5 3/7] ppc/pnv: Introduce a PnvCore reset handler

2019-10-23 Thread David Gibson
On Wed, Oct 23, 2019 at 01:18:06PM +0200, Philippe Mathieu-Daudé wrote: > Hi Cédric, > > On 10/22/19 6:38 PM, Cédric Le Goater wrote: > > in which individual CPUs are reset. It will ease the introduction of > > future change reseting the interrupt presenter from the CPU reset > > handler. > > >

Re: [PATCH v5 3/7] ppc/pnv: Introduce a PnvCore reset handler

2019-10-23 Thread Philippe Mathieu-Daudé
Hi Cédric, On 10/22/19 6:38 PM, Cédric Le Goater wrote: in which individual CPUs are reset. It will ease the introduction of future change reseting the interrupt presenter from the CPU reset handler. Signed-off-by: Cédric Le Goater Reviewed-by: Greg Kurz --- hw/ppc/pnv_core.c | 19

[PATCH v5 3/7] ppc/pnv: Introduce a PnvCore reset handler

2019-10-22 Thread Cédric Le Goater
in which individual CPUs are reset. It will ease the introduction of future change reseting the interrupt presenter from the CPU reset handler. Signed-off-by: Cédric Le Goater Reviewed-by: Greg Kurz --- hw/ppc/pnv_core.c | 19 +++ 1 file changed, 15 insertions(+), 4