Signed-off-by: Tim Wiederhake <twiederh@xxxxxxxxxx> --- src/cpu_map/sync_qemu_i386.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/cpu_map/sync_qemu_i386.py b/src/cpu_map/sync_qemu_i386.py index fb4eea101b..684fc96dc0 100755 --- a/src/cpu_map/sync_qemu_i386.py +++ b/src/cpu_map/sync_qemu_i386.py @@ -142,6 +142,14 @@ T = { "MSR_ARCH_CAP_TAA_NO": "taa-no", "MSR_CORE_CAP_SPLIT_LOCK_DETECT": "split-lock-detect", + # identically named features + "avx512ifma": "avx512ifma", + "fsrm": "fsrm", + "perfctr-core": "perfctr-core", + "vmx-eptp-switching": "vmx-eptp-switching", + "vmx-pml": "vmx-pml", + "vmx-rdseed-exit": "vmx-rdseed-exit", + # always disabled features "CPUID_EXT_MONITOR": None, "0": None, -- 2.26.2