Bug 1615682
Summary: | Guest should get 2 threads per core and all of them should be on-line when booting guest with old amd cpu model + topoext | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Guo, Zhiyi <zhguo> |
Component: | qemu-kvm-rhev | Assignee: | Eduardo Habkost <ehabkost> |
Status: | CLOSED DEFERRED | QA Contact: | Yumei Huang <yuhuang> |
Severity: | low | Docs Contact: | Jiri Herrmann <jherrman> |
Priority: | low | ||
Version: | 7.6 | CC: | ailan, chayang, ehabkost, jinqi, jinzhao, juzhang, pasik, virt-maint |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Known Issue | |
Doc Text: |
.SMT works only on AMD EPYC CPU models
Currently, only the *AMD EPYC* CPU models support the simultaneous multithreading (SMT) feature. As a consequence, manually enabling the *topoext* feature when configuring a virtual machine (VM) with a different CPU model causes the VM not to detect the vCPU topology correctly, and the vCPU does not perform as configured. To work around this problem, do not enable *topoext* manually and do not use the *threads* vCPU option on AMD hosts unless the host is using the *AMD EPYC* model
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2019-07-22 20:30:58 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1723520 | ||
Bug Blocks: |
Description
Guo, Zhiyi
2018-08-14 03:20:28 UTC
Looks like windows 2016 guest supports to enable smt on old cpu model. Processor info inside windows 2016 is AMD Opteron 23xx(Gen 3 Class Opteron), 2096 Mhz, 1 Core(s), 2 Logical Processor(s) Tested with qemu-kvm-rhev-2.12.0-32.el7, both of the 2 vcpus are online, but thread is 1. qemu-kvm-rhev-2.12.0-32.el7 kernel-3.10.0-1055.el7.x86_64 QEMU cli: -cpu Opteron_G3,+topoext,xlevel=0x8000001e,enforce -smp 2,threads=2 Guest: # lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 2 On-line CPU(s) list: 0,1 Thread(s) per core: 1 ----> thread is 1 Core(s) per socket: 2 Socket(s): 1 NUMA node(s): 1 Vendor ID: AuthenticAMD CPU family: 16 Model: 2 Model name: AMD Opteron 23xx (Gen 3 Class Opteron) Stepping: 3 CPU MHz: 2300.026 BogoMIPS: 4600.05 Hypervisor vendor: KVM Virtualization type: full L1d cache: 64K L1i cache: 64K L2 cache: 512K L3 cache: 16384K NUMA node0 CPU(s): 0,1 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx lm art rep_good nopl extd_apicid pni cx16 x2apic popcnt hypervisor lahf_lm cmp_legacy abm sse4a misalignsse topoext retpoline_amd ibp_disable vmmcall RHEL8 has same issue as above. qemu-kvm-4.0.0-4.module+el8.1.0+3356+cda7f1ee kernel-4.18.0-107.el8.x86_64 *** Bug 1619166 has been marked as a duplicate of this bug. *** RHEL-AV-8 bug created: bug 1723520. |