Re: [PATCH 1/3] linux-user: i386/signal: move fpstate at the end of the 32-bit frames

2022-10-10 Thread Richard Henderson
On 10/10/22 07:21, Paolo Bonzini wrote: Recent versions of Linux moved the 32-bit fpstate towards the end of the frame, so that the variable-sized xsave data does not overwrite the (ABI-defined) extramask[] field. Follow suit in QEMU. Signed-off-by: Paolo Bonzini --- linux-user/i386/signal.c

[PATCH 1/3] linux-user: i386/signal: move fpstate at the end of the 32-bit frames

2022-10-10 Thread Paolo Bonzini
Recent versions of Linux moved the 32-bit fpstate towards the end of the frame, so that the variable-sized xsave data does not overwrite the (ABI-defined) extramask[] field. Follow suit in QEMU. Signed-off-by: Paolo Bonzini --- linux-user/i386/signal.c | 11 +-- 1 file changed, 9