mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
target-i386: Implement ADX extension
Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
e2c3c2c551
commit
cd7f97cafd
5 changed files with 146 additions and 5 deletions
|
@ -407,11 +407,11 @@ typedef struct x86_def_t {
|
|||
CPUID_EXT3_CR8LEG | CPUID_EXT3_ABM | CPUID_EXT3_SSE4A)
|
||||
#define TCG_SVM_FEATURES 0
|
||||
#define TCG_7_0_EBX_FEATURES (CPUID_7_0_EBX_SMEP | CPUID_7_0_EBX_SMAP \
|
||||
CPUID_7_0_EBX_BMI1 | CPUID_7_0_EBX_BMI2)
|
||||
CPUID_7_0_EBX_BMI1 | CPUID_7_0_EBX_BMI2 | CPUID_7_0_EBX_ADX)
|
||||
/* missing:
|
||||
CPUID_7_0_EBX_FSGSBASE, CPUID_7_0_EBX_HLE, CPUID_7_0_EBX_AVX2,
|
||||
CPUID_7_0_EBX_ERMS, CPUID_7_0_EBX_INVPCID, CPUID_7_0_EBX_RTM,
|
||||
CPUID_7_0_EBX_RDSEED, CPUID_7_0_EBX_ADX */
|
||||
CPUID_7_0_EBX_RDSEED */
|
||||
|
||||
/* built-in CPU model definitions
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue