mirror of https://github.com/xemu-project/xemu.git
![]() >From SMBIOS 3.0 specification, thread count field means:
Thread Count is the total number of threads detected by the BIOS for
this processor socket. It is a processor-wide count, not a
thread-per-core count. [1]
So here we should use threads per socket other than threads per core.
[1] SMBIOS 3.0.0, section 7.5.8, Processor Information - Thread Count
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
meson.build | ||
smbios-stub.c | ||
smbios.c | ||
smbios_build.h | ||
smbios_type_38-stub.c | ||
smbios_type_38.c |