mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
cpu_map: sync_qemu_cpu_i386: Add missing features to translation table
Signed-off-by: Tim Wiederhake <twiederh@redhat.com> Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
parent
0feef374c8
commit
d032c73f78
@ -31,6 +31,7 @@ def translate_feature(name):
|
||||
"CPUID_7_0_EBX_AVX512DQ": "avx512dq",
|
||||
"CPUID_7_0_EBX_AVX512ER": "avx512er",
|
||||
"CPUID_7_0_EBX_AVX512F": "avx512f",
|
||||
"CPUID_7_0_EBX_AVX512IFMA": "avx512ifma",
|
||||
"CPUID_7_0_EBX_AVX512PF": "avx512pf",
|
||||
"CPUID_7_0_EBX_AVX512VL": "avx512vl",
|
||||
"CPUID_7_0_EBX_BMI1": "bmi1",
|
||||
@ -66,6 +67,7 @@ def translate_feature(name):
|
||||
"CPUID_7_0_EDX_AVX512_4FMAPS": "avx512-4fmaps",
|
||||
"CPUID_7_0_EDX_AVX512_4VNNIW": "avx512-4vnniw",
|
||||
"CPUID_7_0_EDX_CORE_CAPABILITY": "core-capability",
|
||||
"CPUID_7_0_EDX_FSRM": "fsrm",
|
||||
"CPUID_7_0_EDX_SPEC_CTRL": "spec-ctrl",
|
||||
"CPUID_7_0_EDX_SPEC_CTRL_SSBD": "ssbd",
|
||||
"CPUID_7_0_EDX_STIBP": "stibp",
|
||||
|
Loading…
Reference in New Issue
Block a user