Add the missing VMX features in Skylake-Server, Cascadelake-Server and Icelake-Server CPU models. In Icelake-Server CPU model, it lacks sha_ni, avx512ifma, rdpid and fsrm. The model number of Icelake-Server also needs to be fixed.
Changes in v5: - exclude Icelake-Client CPU model deprecation API from this series. Robert is working on this available at https://patchwork.kernel.org/patch/11599155/ Changes in v4: - remove the Icelake-Client CPU model Changes in v3: - change the missing features of Icelake-Server from v3 to v4 Changes in v2: - add missing features as a new version of CPU model - add the support of FSRM - add New CPUID of FSRM and RDPID in Icelake-Server CPU model 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-Server CPU model number target/i386/cpu.c | 20 +++++++++++++++++--- target/i386/cpu.h | 2 ++ 2 files changed, 19 insertions(+), 3 deletions(-) -- 2.17.1