mbox series

[0/3] Fix Skylake, Cascadelake and Icelake Server CPU models

Message ID 20200227090808.17686-1-chenyi.qiang@intel.com (mailing list archive)
Headers show
Series Fix Skylake, Cascadelake and Icelake Server CPU models | expand

Message

Chenyi Qiang Feb. 27, 2020, 9:08 a.m. UTC
Current Skylake-Server, Cascadelake-Server and Icelake-Server CPU models
lack several VMX features. Icelake-Server also lacks two features in
FEAT_7_0_EBX. In addition, The model numbers of Icelake-Client and
Icelake-Server need to be fixed.

Chenyi Qiang (3):
  target/i386: add missing vmx features for several CPU models
  target/i386: add two missing features for Icelake-Server CPU model
  target/i386: modify Icelake-Client and Icelake-Server CPU model number

 target/i386/cpu.c | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

Comments

Chenyi Qiang March 18, 2020, 8:02 a.m. UTC | #1
Ping.

On 2/27/2020 5:08 PM, Chenyi Qiang wrote:
> Current Skylake-Server, Cascadelake-Server and Icelake-Server CPU models
> lack several VMX features. Icelake-Server also lacks two features in
> FEAT_7_0_EBX. In addition, The model numbers of Icelake-Client and
> Icelake-Server need to be fixed.
> 
> Chenyi Qiang (3):
>    target/i386: add missing vmx features for several CPU models
>    target/i386: add two missing features for Icelake-Server CPU model
>    target/i386: modify Icelake-Client and Icelake-Server CPU model number
> 
>   target/i386/cpu.c | 13 +++++++++----
>   1 file changed, 9 insertions(+), 4 deletions(-)
>
Chenyi Qiang March 27, 2020, 7:45 a.m. UTC | #2
Hi Paolo and Eduardo,

It seems I need to put the missing feature bits in the new version of 
CPU model. I'll resend this patch set.
BTW, what about the missing vmx feature bits? Also put in in new version 
CPU model?

Thanks,
Chenyi

On 3/18/2020 4:02 PM, Chenyi Qiang wrote:
> Ping.
> 
> On 2/27/2020 5:08 PM, Chenyi Qiang wrote:
>> Current Skylake-Server, Cascadelake-Server and Icelake-Server CPU models
>> lack several VMX features. Icelake-Server also lacks two features in
>> FEAT_7_0_EBX. In addition, The model numbers of Icelake-Client and
>> Icelake-Server need to be fixed.
>>
>> Chenyi Qiang (3):
>>    target/i386: add missing vmx features for several CPU models
>>    target/i386: add two missing features for Icelake-Server CPU model
>>    target/i386: modify Icelake-Client and Icelake-Server CPU model number
>>
>>   target/i386/cpu.c | 13 +++++++++----
>>   1 file changed, 9 insertions(+), 4 deletions(-)
>>
>