diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
| commit | 4b927bc37359dec23f67d3427fc982945f24f404 (patch) | |
| tree | 245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_i386/host_missing/accel_missing/2874.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | qemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz qemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.zip | |
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_i386/host_missing/accel_missing/2874.toml')
| -rw-r--r-- | gitlab/issues/target_i386/host_missing/accel_missing/2874.toml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gitlab/issues/target_i386/host_missing/accel_missing/2874.toml b/gitlab/issues/target_i386/host_missing/accel_missing/2874.toml new file mode 100644 index 000000000..1c2278019 --- /dev/null +++ b/gitlab/issues/target_i386/host_missing/accel_missing/2874.toml @@ -0,0 +1,19 @@ +id = 2874 +title = "AMD Ryzen 9950x with -smp option yields \"warning: This family of AMD CPU doesn't support hyperthreading\"" +state = "opened" +created_at = "2025-03-19T16:29:51.347Z" +closed_at = "n/a" +labels = ["target: i386"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/2874" +host-os = "Guix System" +host-arch = "x86_64" +qemu-version = "9.1.3" +guest-os = "n/a" +guest-arch = "n/a" +description = """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.""" +reproduce = """1. Run command above on Ryzen 9950X or similar CPU.""" +additional = "n/a" |