Re: [PATCH v2 08/15] linux-user/s390x: Tidy save_sigregs

2021-04-29 Thread David Hildenbrand
On 28.04.21 21:34, Richard Henderson wrote: The "save" routines copied from the kernel, which are currently commented out, are unnecessary in qemu. We can copy from env where the kernel needs special instructions. Fix comment style. Signed-off-by: Richard Henderson --- linux-user/s390x/sign

[PATCH v2 08/15] linux-user/s390x: Tidy save_sigregs

2021-04-28 Thread Richard Henderson
The "save" routines copied from the kernel, which are currently commented out, are unnecessary in qemu. We can copy from env where the kernel needs special instructions. Fix comment style. Signed-off-by: Richard Henderson --- linux-user/s390x/signal.c | 10 ++ 1 file changed, 6 inserti