Files
qemu/linux-user
Richard Henderson 077c43eb0d linux-user/i386: Drop xfeatures_size from sigcontext arithmetic
This is subtracting sizeof(target_fpstate_fxsave) in
TARGET_FXSAVE_SIZE, then adding it again via &fxsave->xfeatures.
Perform the same computation using xstate_size alone.

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2024-05-26 12:51:50 -07:00
..
2023-10-30 13:41:55 -07:00
2023-10-30 13:41:56 -07:00
2023-10-30 13:41:55 -07:00
2024-04-24 15:46:00 -07:00
2023-10-30 13:41:55 -07:00
2019-06-12 13:20:21 +02:00
2024-03-26 18:20:36 -10:00
2024-03-01 08:05:59 -10:00
2024-04-24 15:46:00 -07:00
2024-04-24 15:46:00 -07:00
2024-05-06 14:13:45 +02:00