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