target/i386: Pass host pointer and size to cpu_x86_{fsave,frstor}
commit76d8d0f85caf629b4df314e656d20ad6565bab9b
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 9 Apr 2024 03:31:05 +0000 (8 17:31 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 26 May 2024 22:45:27 +0000 (26 15:45 -0700)
tree89ebae361215da488a5da054a2312a3bc0368e18
parentd5dc3a927ae7e64bc998d9aa29020426b4e97f8a
target/i386: Pass host pointer and size to cpu_x86_{fsave,frstor}

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