Re: [PATCH 2/6] target/ppc: fix exception error value in slbfee

2022-07-13 Thread Daniel Henrique Barboza
On 6/27/22 11:11, Matheus Ferst wrote: Testing on a POWER9 DD2.3, we observed that the Linux kernel delivers a signal with si_code ILL_PRVOPC (5) when a userspace application tries to use slbfee. To obtain this behavior on linux-user, we should use POWERPC_EXCP_PRIV with POWERPC_EXCP_PRIV_OPC.

[PATCH 2/6] target/ppc: fix exception error value in slbfee

2022-06-27 Thread Matheus Ferst
Testing on a POWER9 DD2.3, we observed that the Linux kernel delivers a signal with si_code ILL_PRVOPC (5) when a userspace application tries to use slbfee. To obtain this behavior on linux-user, we should use POWERPC_EXCP_PRIV with POWERPC_EXCP_PRIV_OPC. No functional change is intended for softm