Re: [EXTERNAL] [RFC PATCH 1/2] target/ppc: rework AIL logic in interrupt delivery

2021-04-14 Thread Nicholas Piggin
Excerpts from Cédric Le Goater's message of April 15, 2021 1:24 am: > On 4/14/21 5:23 AM, 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. > > Re

Re: [EXTERNAL] [RFC PATCH 1/2] target/ppc: rework AIL logic in interrupt delivery

2021-04-14 Thread Cédric Le Goater
On 4/14/21 5:23 AM, 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 Goater Thanks for the effo

[RFC PATCH 1/2] target/ppc: rework AIL logic in interrupt delivery

2021-04-13 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. Signed-off-by: Nicholas Piggin --- hw/ppc/spapr_hcall.c| 3 +- target/ppc/cpu.h| 8 -- target/ppc