commit | 76d8d0f85caf629b4df314e656d20ad6565bab9b | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Mon Apr 08 17:31:05 2024 -1000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Sun May 26 15:45:27 2024 -0700 |
tree | 89ebae361215da488a5da054a2312a3bc0368e18 | |
parent | d5dc3a927ae7e64bc998d9aa29020426b4e97f8a [diff] |
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>