Re: [PATCH 2/5] target/ppc: Simplify powerpc_excp_books

2022-01-25 Thread Cédric Le Goater
On 1/24/22 19:46, Fabiano Rosas wrote: Differences from the generic powerpc_excp code: - Not BookE, so some MSR bits are cleared at interrupt dispatch; - Always uses HV_EMU if the CPU has MSR_HV; - Exceptions always delivered in 64 bit. Exceptions used: POWERPC_EXCP_ALIGN POWERPC_EXCP_DECR POW

[PATCH 2/5] target/ppc: Simplify powerpc_excp_books

2022-01-24 Thread Fabiano Rosas
Differences from the generic powerpc_excp code: - Not BookE, so some MSR bits are cleared at interrupt dispatch; - Always uses HV_EMU if the CPU has MSR_HV; - Exceptions always delivered in 64 bit. Exceptions used: POWERPC_EXCP_ALIGN POWERPC_EXCP_DECR POWERPC_EXCP_DSEG POWERPC_EXCP_DSI POWERPC_E