Re: [PATCH 1/5] ppc/spapr: tweak change system reset helper

2020-03-25 Thread David Gibson
On Thu, Mar 26, 2020 at 12:41:43AM +1000, Nicholas Piggin wrote: > Rather than have the helper take an optional vector address > override, instead have its caller modify env->nip itself. > This is more consistent when adding pnv nmi support, and also > with mce injection added later. > >

Re: [EXTERNAL] [PATCH 1/5] ppc/spapr: tweak change system reset helper

2020-03-25 Thread Cédric Le Goater
On 3/25/20 3:41 PM, Nicholas Piggin wrote: > Rather than have the helper take an optional vector address > override, instead have its caller modify env->nip itself. > This is more consistent when adding pnv nmi support, and also > with mce injection added later. > > Signed-off-by: Nicholas Piggin

[PATCH 1/5] ppc/spapr: tweak change system reset helper

2020-03-25 Thread Nicholas Piggin
Rather than have the helper take an optional vector address override, instead have its caller modify env->nip itself. This is more consistent when adding pnv nmi support, and also with mce injection added later. Signed-off-by: Nicholas Piggin --- hw/ppc/spapr.c | 9 ++---