[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 05/10] target/ppc: Change parameter of cpu_interrupt_exitt
From: |
Nicholas Piggin |
Subject: |
Re: [PATCH v2 05/10] target/ppc: Change parameter of cpu_interrupt_exittb() to an env pointer |
Date: |
Thu, 15 Jun 2023 13:32:18 +1000 |
On Thu Jun 15, 2023 at 7:34 AM AEST, BALATON Zoltan wrote:
> Changing the parameter of cpu_interrupt_exittb() from CPUState to env
> allows removing some more local CPUState variables in callers.
I think it's more consistent to keep cs, which is same as
cpu_interrupt().
Thanks,
Nick
[PATCH v2 04/10] target/ppc: Use env_cpu for cpu_abort in excp_helper, BALATON Zoltan, 2023/06/14
[PATCH v2 07/10] target/ppd: Remove unused define, BALATON Zoltan, 2023/06/14
[PATCH v2 08/10] target/ppc: Fix gen_sc to use correct nip, BALATON Zoltan, 2023/06/14
[PATCH v2 09/10] target/ppc: Simplify syscall exception handlers, BALATON Zoltan, 2023/06/14