[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/2] target/i386: Fix cpu_x86_{fsave,frstor,fxsave,fxrstor}
From: |
Claudio Fontana |
Subject: |
Re: [PATCH 0/2] target/i386: Fix cpu_x86_{fsave,frstor,fxsave,fxrstor} |
Date: |
Fri, 26 Feb 2021 18:13:45 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 |
On 2/26/21 6:12 PM, Paolo Bonzini wrote:
> On 26/02/21 17:59, Claudio Fontana wrote:
>> On 2/26/21 5:20 PM, Richard Henderson wrote:
>>> 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(-)
>>>
>> Reviewed-by: Claudio Fontana <cfontana@suse.de>
>> Tested-by: Claudio Fontana <cfontana@suse.de>
>>
>
> Claudio, can you merge them in your patch set?
>
> Thanks,
>
> Paolo
>
Yep, doing that.
Ciao,
Claudio
- [PATCH 0/2] target/i386: Fix cpu_x86_{fsave,frstor,fxsave,fxrstor}, Richard Henderson, 2021/02/26
- [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