Re: [PATCH v2 3/4] target/ppc: Rework AIL logic in interrupt delivery

2021-04-16 Thread Nicholas Piggin
Excerpts from David Gibson's message of April 16, 2021 2:24 pm: > On Thu, Apr 15, 2021 at 03:42:26PM +1000, Nicholas Piggin wrote: >> The AIL logic is becoming unmanageable spread all over powerpc_excp(), >> and it is slated to get even worse with POWER10 support. >> >> Move it all to a new helper

Re: [PATCH v2 3/4] target/ppc: Rework AIL logic in interrupt delivery

2021-04-15 Thread David Gibson
On Thu, Apr 15, 2021 at 03:42:26PM +1000, Nicholas Piggin wrote: > The AIL logic is becoming unmanageable spread all over powerpc_excp(), > and it is slated to get even worse with POWER10 support. > > Move it all to a new helper function. > > Reviewed-by: Cédric Le Goater > Tested-by: Cédric Le

[PATCH v2 3/4] target/ppc: Rework AIL logic in interrupt delivery

2021-04-14 Thread Nicholas Piggin
The AIL logic is becoming unmanageable spread all over powerpc_excp(), and it is slated to get even worse with POWER10 support. Move it all to a new helper function. Reviewed-by: Cédric Le Goater Tested-by: Cédric Le Goater Signed-off-by: Nicholas Piggin --- hw/ppc/spapr_hcall.c|