Re: [PATCH v4 0/2] Fix overflow of the max number of IDs for logic processor and core

2023-09-10 Thread Wen, Qian
Kindly ping for any comments. Thanks, Qian On 8/29/2023 12:24 PM, Qian Wen wrote: > CPUID.1.EBX[23:16]: Maximum number of addressable IDs for logical > processors in this physical package. > CPUID.4:EAX[31:26]: Maximum number of addressable IDs for processor cores > in the physical package. > > T

[PATCH v4 0/2] Fix overflow of the max number of IDs for logic processor and core

2023-08-28 Thread Qian Wen
CPUID.1.EBX[23:16]: Maximum number of addressable IDs for logical processors in this physical package. CPUID.4:EAX[31:26]: Maximum number of addressable IDs for processor cores in the physical package. The current qemu code doesn't limit the value written to these two fields. If the guest has a hu