Re: [PATCH v8 2/3] target/i386: Split out do_fninit

2021-07-08 Thread Philippe Mathieu-Daudé
On 7/8/21 12:24 AM, Richard Henderson wrote: > Do not call helper_fninit directly from helper_xrstor. > Do call the new helper from do_fsave. > > Signed-off-by: Richard Henderson > --- > target/i386/tcg/fpu_helper.c | 22 -- > 1 file changed, 8 insertions(+), 14 deletions(-)

[PATCH v8 2/3] target/i386: Split out do_fninit

2021-07-07 Thread Richard Henderson
Do not call helper_fninit directly from helper_xrstor. Do call the new helper from do_fsave. Signed-off-by: Richard Henderson --- target/i386/tcg/fpu_helper.c | 22 -- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/target/i386/tcg/fpu_helper.c b/target/i386/tc