summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/hypervisor/1703506
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/hypervisor/1703506')
-rw-r--r--results/classifier/deepseek-2-tmp/output/hypervisor/170350610
1 files changed, 10 insertions, 0 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/hypervisor/1703506 b/results/classifier/deepseek-2-tmp/output/hypervisor/1703506
new file mode 100644
index 000000000..c35aeae0b
--- /dev/null
+++ b/results/classifier/deepseek-2-tmp/output/hypervisor/1703506
@@ -0,0 +1,10 @@
+
+SMT not supported by QEMU on AMD Ryzen CPU
+
+HyperThreading/SMT is supported by AMD Ryzen CPUs but results in this message when setting the topology to threads=2:
+
+qemu-system-x86_64: AMD CPU doesn't support hyperthreading. Please configure -smp options properly.
+
+Checking in a Windows 10 guest reveals that SMT is not enabled, and from what I understand, QEMU converts the topology from threads to cores internally on AMD CPUs. This appears to cause performance problems in the guest perhaps because programs are assuming that these threads are actual cores.
+
+Software: Linux 4.12, qemu 2.9.0 host with KVM enabled, Windows 10 pro guest
\ No newline at end of file