Message ID | 20200328030625.16428-1-chenyi.qiang@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | modify CPU model info | expand |
Ping for comments. Hi Paolo and Eduardo, ARCH_CAPABILITIES has been added into Icelake-Server CPU model. What your opinion of the missing feature bits in this patch set? Thanks Chenyi On 3/28/2020 11:06 AM, Chenyi Qiang wrote: > Add the missing VMX features in Skylake-Server, Cascadelake-Server and > Icelake-Server CPU models. In Icelake-Server CPU model, it also lacks > sha_ni, avx512ifma, rdpid and fsrm. The model numbers of Icelake-Client > and Icelake-Server need to be fixed. > > Changes in v2: > - add missing features as a new version of CPU model > - add the support of FSRM > > Chenyi Qiang (4): > target/i386: add missing vmx features for several CPU models > target/i386: add fast short REP MOV support > target/i386: add the missing features for Icelake-Server CPU model > target/i386: modify Icelake-Client and Icelake-Server CPU model number > > target/i386/cpu.c | 22 ++++++++++++++++++---- > target/i386/cpu.h | 2 ++ > 2 files changed, 20 insertions(+), 4 deletions(-) >