]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
i386: add KnightsMill cpu model
authorBoqun Feng <boqun.feng@intel.com>
Tue, 20 Mar 2018 00:08:15 +0000 (08:08 +0800)
committerEduardo Habkost <ehabkost@redhat.com>
Tue, 15 May 2018 14:33:33 +0000 (11:33 -0300)
commita18495159a35e9c5973d9aa0f612a97318bf684d
treee7a65268a1f7739df47b588524aa8043573f4299
parentad1b4ec39caa5b3f17cbd8160283a03a3dcfe2ae
i386: add KnightsMill cpu model

A new cpu model called "KnightsMill" is added to model Knights Mill
processors.  Compared to "Skylake-Server" cpu model, the following
features are added:

avx512_4vnniw avx512_4fmaps avx512pf avx512er avx512_vpopcntdq

and the following features are removed:

pcid invpcid clflushopt avx512dq avx512bw clwb smap rtm mpx
xsavec xgetbv1 hle

Signed-off-by: Boqun Feng <boqun.feng@intel.com>
Message-Id: <20180320000821.8337-1-boqun.feng@intel.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
target/i386/cpu.c