Re: [RFC PATCH 05/13] target/ppc: create an interrupt masking method for POWER9/POWER10

2022-08-17 Thread Matheus K. Ferst
On 15/08/2022 19:39, Fabiano Rosas wrote: Matheus Ferst writes: Create an interrupt masking method for the POWER9 and POWER10 processors. The new method is based on cpu_has_work_POWER{9,10} and ppc_pending_interrupt_legacy. Signed-off-by: Matheus Ferst --- target/ppc/excp_helper.c | 160

Re: [RFC PATCH 05/13] target/ppc: create an interrupt masking method for POWER9/POWER10

2022-08-15 Thread Fabiano Rosas
Matheus Ferst writes: > Create an interrupt masking method for the POWER9 and POWER10 > processors. The new method is based on cpu_has_work_POWER{9,10} and > ppc_pending_interrupt_legacy. > > Signed-off-by: Matheus Ferst > --- > target/ppc/excp_helper.c | 160

[RFC PATCH 05/13] target/ppc: create an interrupt masking method for POWER9/POWER10

2022-08-15 Thread Matheus Ferst
Create an interrupt masking method for the POWER9 and POWER10 processors. The new method is based on cpu_has_work_POWER{9,10} and ppc_pending_interrupt_legacy. Signed-off-by: Matheus Ferst --- target/ppc/excp_helper.c | 160 +++ 1 file changed, 160