Re: [PATCH v3 1/2] target/i386: add support for LAM in CPUID enumeration

2023-12-28 Thread Xiaoyao Li
On 7/21/2023 4:07 PM, Binbin Wu wrote: From: Robert Hoo Linear Address Masking (LAM) is a new Intel CPU feature, which allows software to use of the untranslated address bits for metadata. The bit definition: CPUID.(EAX=7,ECX=1):EAX[26] Add CPUID definition for LAM. Note LAM feature is not

[PATCH v3 1/2] target/i386: add support for LAM in CPUID enumeration

2023-07-21 Thread Binbin Wu
From: Robert Hoo Linear Address Masking (LAM) is a new Intel CPU feature, which allows software to use of the untranslated address bits for metadata. The bit definition: CPUID.(EAX=7,ECX=1):EAX[26] Add CPUID definition for LAM. Note LAM feature is not supported for TCG of target-386, LAM