target/i386: Pass host pointer and size to cpu_x86_{fxsave,fxrstor}
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 9 Apr 2024 03:57:11 +0000 (17:57 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 26 May 2024 22:45:27 +0000 (15:45 -0700)
commit9c2fb9e1d589fbda266d8db611b9d3a38ab96a3c
treed638d269bae5330465773639849299481de76e34
parent76d8d0f85caf629b4df314e656d20ad6565bab9b
target/i386: Pass host pointer and size to cpu_x86_{fxsave,fxrstor}

We have already validated the memory region in the course of
validating the signal frame.  No need to do it again within
the helper function.

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