summary refs log tree commit diff stats
path: root/gitlab/issues_text/target_i386/host_missing/accel_missing/2874
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-01 21:35:14 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-06-01 21:35:14 +0200
commit3e4c5a6261770bced301b5e74233e7866166ea5b (patch)
tree9379fddaba693ef8a045da06efee8529baa5f6f4 /gitlab/issues_text/target_i386/host_missing/accel_missing/2874
parente5634e2806195bee44407853c4bf8776f7abfa4f (diff)
downloadqemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.tar.gz
qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.zip
clean up repository
Diffstat (limited to 'gitlab/issues_text/target_i386/host_missing/accel_missing/2874')
-rw-r--r--gitlab/issues_text/target_i386/host_missing/accel_missing/28749
1 files changed, 0 insertions, 9 deletions
diff --git a/gitlab/issues_text/target_i386/host_missing/accel_missing/2874 b/gitlab/issues_text/target_i386/host_missing/accel_missing/2874
deleted file mode 100644
index 6071c3848..000000000
--- a/gitlab/issues_text/target_i386/host_missing/accel_missing/2874
+++ /dev/null
@@ -1,9 +0,0 @@
-AMD Ryzen 9950x with -smp option yields "warning: This family of AMD CPU doesn't support hyperthreading"
-Description of problem:
-When using the above -smp option (`-smp 32,sockets=1,dies=1,clusters=1,cores=16,threads=2`), which should be valid for the Ryzen 9950X 16 cores / 32 threads CPU, QEMU prints:
-```
-qemu-system-x86_64: warning: This family of AMD CPU doesn't support hyperthreading(2). Please configure -smp options properly or try enabling topoext feature.
-```
-This is unexpected.  This CPU should support hyperthreading out of the box, it seems.
-Steps to reproduce:
-1. Run command above on Ryzen 9950X or similar CPU.