]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
i386: Add new model of Cascadelake-Server
authorTao Xu <tao3.xu@intel.com>
Wed, 19 Sep 2018 03:11:22 +0000 (11:11 +0800)
committerEduardo Habkost <ehabkost@redhat.com>
Wed, 31 Oct 2018 00:14:43 +0000 (21:14 -0300)
commitc7a88b52f62b30c04158eeb07f73e3f72221b6a8
treee7bd9bd6ef4b796239599932eb744ee8082fc7c0
parentd86f963694df27f11b3681ffd225c9362de1b634
i386: Add new model of Cascadelake-Server

New CPU models mostly inherit features from ancestor Skylake-Server,
while addin new features: AVX512_VNNI, Intel PT.
SSBD support for speculative execution
side channel mitigations.

Note:

On Cascadelake, some capabilities (RDCL_NO, IBRS_ALL, RSBA,
SKIP_L1DFL_VMENTRY and SSB_NO) are enumerated by MSR.
These features rely on MSR based feature support patch.
Will be added later after that patch's in.
http://lists.nongnu.org/archive/html/qemu-devel/2018-09/msg00074.html

Signed-off-by: Tao Xu <tao3.xu@intel.com>
Message-Id: <20180919031122.28487-2-tao3.xu@intel.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
target/i386/cpu.c