]> git.proxmox.com Git - mirror_qemu.git/commit
target/i386: Split out do_fninit
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 7 Jul 2021 21:45:19 +0000 (14:45 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 13 Jul 2021 15:13:19 +0000 (08:13 -0700)
commitbbdda9b74f289328e9ee7be28bb472350dc84028
tree7b8dfe4b9d64f5f36f321a8c28dd0481c2a2180b
parent505910a6e2d5ca374cbbed874251952d113c7919
target/i386: Split out do_fninit

Do not call helper_fninit directly from helper_xrstor.
Do call the new helper from do_fsave.

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/i386/tcg/fpu_helper.c