Re: [PATCH] linux-user/s390x: Save/restore fpc when handling a signal

2022-09-27 Thread Laurent Vivier
Le 17/08/2022 à 14:39, Ilya Leoshkevich a écrit : Linux kernel does this in fpregs_store() and fpregs_load(), so qemu-user should do this as well. Found by running valgrind's none/tests/s390x/test_sig. Signed-off-by: Ilya Leoshkevich --- linux-user/s390x/signal.c | 2 ++ 1 file changed, 2 i

Re: [PATCH] linux-user/s390x: Save/restore fpc when handling a signal

2022-08-17 Thread Richard Henderson
On 8/17/22 07:39, Ilya Leoshkevich wrote: Linux kernel does this in fpregs_store() and fpregs_load(), so qemu-user should do this as well. Found by running valgrind's none/tests/s390x/test_sig. Signed-off-by: Ilya Leoshkevich Reviewed-by: Richard Henderson r~