You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Windows TDX VMs, the powershell command gwmi Win32_Processor | fl * is yeilding incorrect values for ThreadCount and NumberOfEnabledCore when hyperthreading is enabled.
The topology builder needs a correction in how vps_per_socket are determined from Cpuid leaf Cache Parameters (0x4). Additionally, the kernel forwards most CPUID intercepts received in #VE handler to the user mode without any particular handling. Hence the topology builder is unable to determine the topology from Cpuid leaf Extended Topology Enumeration (0xB).
The text was updated successfully, but these errors were encountered:
In Windows TDX VMs, the powershell command gwmi Win32_Processor | fl * is yeilding incorrect values for ThreadCount and NumberOfEnabledCore when hyperthreading is enabled.
The topology builder needs a correction in how vps_per_socket are determined from Cpuid leaf Cache Parameters (0x4). Additionally, the kernel forwards most CPUID intercepts received in #VE handler to the user mode without any particular handling. Hence the topology builder is unable to determine the topology from Cpuid leaf Extended Topology Enumeration (0xB).
The text was updated successfully, but these errors were encountered: