[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] target/i386: Fix cpu_x86_{fsave,frstor,fxsave,fxrstor}
From: |
Richard Henderson |
Subject: |
[PATCH 0/2] target/i386: Fix cpu_x86_{fsave,frstor,fxsave,fxrstor} |
Date: |
Fri, 26 Feb 2021 08:20:20 -0800 |
As discussed during review of Claudio's "i386 cleanup" patch set.
r~
Richard Henderson (2):
target/i386: Rename helper_fldt, helper_fstt
target/i386: Split out do_fsave, do_frstor, do_fxsave, do_fxrstor
target/i386/tcg/fpu_helper.c | 65 +++++++++++++++++++++++-------------
1 file changed, 41 insertions(+), 24 deletions(-)
--
2.25.1
- [PATCH 0/2] target/i386: Fix cpu_x86_{fsave,frstor,fxsave,fxrstor},
Richard Henderson <=
- [PATCH 1/2] target/i386: Rename helper_fldt, helper_fstt, Richard Henderson, 2021/02/26
- [PATCH 2/2] target/i386: Split out do_fsave, do_frstor, do_fxsave, do_fxrstor, Richard Henderson, 2021/02/26
- Re: [PATCH 0/2] target/i386: Fix cpu_x86_{fsave,frstor,fxsave,fxrstor}, Claudio Fontana, 2021/02/26