mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
sync_qemu_models_i386.py: Add missing features
This brings the tool's list of features in sync with qemu commit 886c0453cbf10eebd42a9ccf89c3e46eb389c357. Signed-off-by: Tim Wiederhake <twiederh@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
af6b5c1edf
commit
1a86c27edb
@ -84,13 +84,20 @@ def translate_feature(name):
|
||||
"CPUID_7_1_EAX_FSRC": "fsrc",
|
||||
"CPUID_7_1_EAX_FSRS": "fsrs",
|
||||
"CPUID_7_1_EAX_FZRM": "fzrm",
|
||||
"CPUID_8000_0008_EBX_AMD_PSFD": "amd-psfd",
|
||||
"CPUID_8000_0008_EBX_AMD_SSBD": "amd-ssbd",
|
||||
"CPUID_8000_0008_EBX_CLZERO": "clzero",
|
||||
"CPUID_8000_0008_EBX_IBPB": "ibpb",
|
||||
"CPUID_8000_0008_EBX_IBRS": "ibrs",
|
||||
"CPUID_8000_0008_EBX_STIBP": "amd-stibp",
|
||||
"CPUID_8000_0008_EBX_STIBP_ALWAYS_ON": "stibp-always-on",
|
||||
"CPUID_8000_0008_EBX_WBNOINVD": "wbnoinvd",
|
||||
"CPUID_8000_0008_EBX_XSAVEERPTR": "xsaveerptr",
|
||||
"CPUID_8000_0021_EAX_AUTO_IBRS": "auto-ibrs",
|
||||
"CPUID_8000_0021_EAX_LFENCE_ALWAYS_SERIALIZING":
|
||||
"lfence-always-serializing",
|
||||
"CPUID_8000_0021_EAX_NULL_SEL_CLR_BASE": "null-sel-clr-base",
|
||||
"CPUID_8000_0021_EAX_No_NESTED_DATA_BP": "no-nested-data-bp",
|
||||
"CPUID_ACPI": "acpi",
|
||||
"CPUID_APIC": "apic",
|
||||
"CPUID_CLFLUSH": "clflush",
|
||||
@ -155,6 +162,7 @@ def translate_feature(name):
|
||||
"CPUID_SVM_NPT": "npt",
|
||||
"CPUID_SVM_NRIPSAVE": "nrip-save",
|
||||
"CPUID_SVM_SVME_ADDR_CHK": "svme-addr-chk",
|
||||
"CPUID_SVM_VNMI": "vnmi",
|
||||
"CPUID_TSC": "tsc",
|
||||
"CPUID_VME": "vme",
|
||||
"CPUID_XSAVE_XGETBV1": "xgetbv1",
|
||||
|
Loading…
Reference in New Issue
Block a user