Re: [PATCH 5/9] target/ppc: Use ppc_interrupts_little_endian in powerpc_excp

2022-01-04 Thread Cédric Le Goater
On 1/4/22 15:11, Fabiano Rosas wrote: Cédric Le Goater writes: On 1/3/22 23:07, Fabiano Rosas wrote: The ppc_interrupts_little_endian function is suitable for determining the endianness of interrupts for all Book3S CPUs. (I'm keeping the MSR check for the rest of the CPUs, but it will go awa

Re: [PATCH 5/9] target/ppc: Use ppc_interrupts_little_endian in powerpc_excp

2022-01-04 Thread Fabiano Rosas
Cédric Le Goater writes: > On 1/3/22 23:07, Fabiano Rosas wrote: >> The ppc_interrupts_little_endian function is suitable for determining >> the endianness of interrupts for all Book3S CPUs. >> >> (I'm keeping the MSR check for the rest of the CPUs, but it will go >> away in the next patch.) >>

Re: [PATCH 5/9] target/ppc: Use ppc_interrupts_little_endian in powerpc_excp

2022-01-04 Thread Cédric Le Goater
On 1/3/22 23:07, Fabiano Rosas wrote: The ppc_interrupts_little_endian function is suitable for determining the endianness of interrupts for all Book3S CPUs. (I'm keeping the MSR check for the rest of the CPUs, but it will go away in the next patch.) Signed-off-by: Fabiano Rosas --- target/p

[PATCH 5/9] target/ppc: Use ppc_interrupts_little_endian in powerpc_excp

2022-01-03 Thread Fabiano Rosas
The ppc_interrupts_little_endian function is suitable for determining the endianness of interrupts for all Book3S CPUs. (I'm keeping the MSR check for the rest of the CPUs, but it will go away in the next patch.) Signed-off-by: Fabiano Rosas --- target/ppc/excp_helper.c | 21 ++-