Re: [PATCH 2/4] linux-user/microblaze: Handle privileged exception

2023-02-01 Thread Richard Henderson
On 1/31/23 14:46, Ilya Leoshkevich wrote: Follow what kernel's full_exception() is doing. Signed-off-by: Ilya Leoshkevich --- linux-user/microblaze/cpu_loop.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) Reviewed-by: Richard Henderson r~

[PATCH 2/4] linux-user/microblaze: Handle privileged exception

2023-01-31 Thread Ilya Leoshkevich
Follow what kernel's full_exception() is doing. Signed-off-by: Ilya Leoshkevich --- linux-user/microblaze/cpu_loop.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/linux-user/microblaze/cpu_loop.c b/linux-user/microblaze/cpu_loop.c index 5ccf9e942ea..212e62d0a62 1