]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
i386: Add new CPU model Icelake-{Server,Client}
authorRobert Hoo <robert.hu@linux.intel.com>
Thu, 5 Jul 2018 09:09:58 +0000 (17:09 +0800)
committerEduardo Habkost <ehabkost@redhat.com>
Thu, 16 Aug 2018 16:43:01 +0000 (13:43 -0300)
commit8a11c62da9146dd89aee98947e6bd831e65a970d
treefbaab4ad841f55084064ee90903e08b882846966
parent59a80a19ca31a6fff9fdbb6b4cf55a5a0767c3bc
i386: Add new CPU model Icelake-{Server,Client}

New CPU models mostly inherit features from ancestor Skylake, while addin new
features: UMIP, New Instructions ( PCONIFIG (server only), WBNOINVD,
AVX512_VBMI2, GFNI, AVX512_VNNI, VPCLMULQDQ, VAES, AVX512_BITALG),
Intel PT and 5-level paging (Server only). As well as
IA32_PRED_CMD, SSBD support for speculative execution
side channel mitigations.

Note:
For 5-level paging, Guest physical address width can be configured, with
parameter "phys-bits". Unless explicitly specified, we still use its default
value, even for Icelake-Server cpu model.
At present, hold on expose IA32_ARCH_CAPABILITIES to guest, as 1) This MSR
actually presents more than 1 'feature', maintainers are considering expanding current
features presentation of only CPUIDs to MSR bits; 2) a reasonable default value
for MSR_IA32_ARCH_CAPABILITIES needs to settled first. These 2 are actully
beyond Icelake CPU model itself but fundamental. So split these work apart
and do it later.
https://lists.gnu.org/archive/html/qemu-devel/2018-07/msg00774.html
https://lists.gnu.org/archive/html/qemu-devel/2018-07/msg00796.html

Signed-off-by: Robert Hoo <robert.hu@linux.intel.com>
Message-Id: <1530781798-183214-6-git-send-email-robert.hu@linux.intel.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
target/i386/cpu.c