Re: [PATCH 07/30] bsd-user/arm/target_arch_cpu.h: Use force_sig_fault for EXCP_UDEF

2022-01-23 Thread Richard Henderson
On 1/14/22 4:19 AM, Peter Maydell wrote: On Sun, 9 Jan 2022 at 16:27, Warner Losh wrote: Use force_sig_fault to implement unknown opcode. This just uninlines that function, so simplify things by using it. Fold in EXCP_NOCP and EXCP_INVSTATE, as is done in linux-user. Signed-off-by: Warner Los

Re: [PATCH 07/30] bsd-user/arm/target_arch_cpu.h: Use force_sig_fault for EXCP_UDEF

2022-01-13 Thread Peter Maydell
On Sun, 9 Jan 2022 at 16:27, Warner Losh wrote: > > Use force_sig_fault to implement unknown opcode. This just uninlines > that function, so simplify things by using it. Fold in EXCP_NOCP and > EXCP_INVSTATE, as is done in linux-user. > > Signed-off-by: Warner Losh > --- > bsd-user/arm/target_ar

[PATCH 07/30] bsd-user/arm/target_arch_cpu.h: Use force_sig_fault for EXCP_UDEF

2022-01-09 Thread Warner Losh
Use force_sig_fault to implement unknown opcode. This just uninlines that function, so simplify things by using it. Fold in EXCP_NOCP and EXCP_INVSTATE, as is done in linux-user. Signed-off-by: Warner Losh --- bsd-user/arm/target_arch_cpu.h | 18 ++ 1 file changed, 6 insertions(+