Re: [PATCH for-7.1 v6 40/51] linux-user/nios2: Handle various SIGILL exceptions

2022-03-17 Thread Peter Maydell
On Thu, 17 Mar 2022 at 05:34, Richard Henderson wrote: > > We missed out on a couple of exception types that may > legitimately be raised by a userland program. > > Signed-off-by: Richard Henderson > --- > linux-user/nios2/cpu_loop.c | 8 > 1 file changed, 8 insertions(+) Reviewed-by:

[PATCH for-7.1 v6 40/51] linux-user/nios2: Handle various SIGILL exceptions

2022-03-16 Thread Richard Henderson
We missed out on a couple of exception types that may legitimately be raised by a userland program. Signed-off-by: Richard Henderson --- linux-user/nios2/cpu_loop.c | 8 1 file changed, 8 insertions(+) diff --git a/linux-user/nios2/cpu_loop.c b/linux-user/nios2/cpu_loop.c index 6722012