[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 03/10] target/ppc: Move common check in exception handlers to
From: |
Nicholas Piggin |
Subject: |
Re: [PATCH 03/10] target/ppc: Move common check in exception handlers to a function |
Date: |
Thu, 15 Jun 2023 11:50:43 +1000 |
On Wed Jun 14, 2023 at 4:25 PM AEST, Cédric Le Goater wrote:
> On 6/14/23 05:35, Nicholas Piggin wrote:
> > On Mon Jun 12, 2023 at 8:42 AM AEST, BALATON Zoltan wrote:
> >> All powerpc exception handlers share some code when handling machine
> >> check exceptions. Move this to a common function.
> >>
> >> Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
> >
> > Hah, I just did very similar to improve some checkstop code (but I can
> > rebase my patches on yours).
>
> The mce injection was a nice addition. You sent that a while back for pseries
> and powernv. Are you going to revive the series ?
Yeah I do plan to.
Thanks,
Nick
- Re: [PATCH 08/10] target/ppc: Fix gen_sc to use correct nip, (continued)
[PATCH 03/10] target/ppc: Move common check in exception handlers to a function, BALATON Zoltan, 2023/06/11
[PATCH 05/10] target/ppc: Change parameter of cpu_interrupt_exittb() to an env pointer, BALATON Zoltan, 2023/06/11
[PATCH 07/10] target/ppd: Remove unused define, BALATON Zoltan, 2023/06/11
[PATCH 06/10] target/ppc: Readability improvements in exception handlers, BALATON Zoltan, 2023/06/11
[PATCH 09/10] target/ppc: Simplify syscall exception handlers, BALATON Zoltan, 2023/06/11