]> git.ipfire.org Git - thirdparty/qemu.git/commit
linux-user/i386: Replace target_fpstate_fxsave with X86LegacyXSaveArea
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 8 Apr 2024 20:33:54 +0000 (10:33 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 26 May 2024 19:51:50 +0000 (12:51 -0700)
commit3b6e9491e3e8a51e7eb8d25316b75ca4a58b22ff
tree12ce9eb65b91624ee7afa81d318ca15289932f78
parentfcc9b64d0767563adb03c933a208e7ba5250c6f0
linux-user/i386: Replace target_fpstate_fxsave with X86LegacyXSaveArea

Use the structure definition from target/i386/cpu.h.
The only minor quirk is re-casting the sw_reserved
area to the OS specific struct target_fpx_sw_bytes.

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
linux-user/i386/signal.c