Re: [PATCH v8 3/3] target/i386: Correct implementation for FCS, FIP, FDS and FDP

2021-07-08 Thread Richard Henderson
On 7/7/21 7:24 PM, Ziqiao Kong wrote: Hello! Thanks for applying fixes for me. Is there anything else I should do? No, all good. r~

Re: [PATCH v8 3/3] target/i386: Correct implementation for FCS, FIP, FDS and FDP

2021-07-07 Thread Ziqiao Kong
Hello! Thanks for applying fixes for me. Is there anything else I should do? Ziqiao On Thu, Jul 8, 2021 at 6:24 AM Richard Henderson wrote: > > From: Ziqiao Kong > > Update FCS:FIP and FDS:FDP according to the Intel Manual Vol.1 8.1.8. > Note that CPUID.(EAX=07H,ECX=0H):EBX[bit 13] is not imp

[PATCH v8 3/3] target/i386: Correct implementation for FCS, FIP, FDS and FDP

2021-07-07 Thread Richard Henderson
From: Ziqiao Kong Update FCS:FIP and FDS:FDP according to the Intel Manual Vol.1 8.1.8. Note that CPUID.(EAX=07H,ECX=0H):EBX[bit 13] is not implemented by design in this patch and will be added along with TCG features flag in a separate patch later. Signed-off-by: Ziqiao Kong Message-Id: <20210