mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-30 16:35:24 +00:00
cpu_map: Fix spelling of svme-addr-chk feature
Commit a208176ca1d9eedf8aa6bf12fde6a7a9579ab549 introduced this feature with an incorrect "svme-addr-check" spelling. Signed-off-by: Jiri Denemark <jdenemar@redhat.com> Reviewed-by: Tim Wiederhake <twiederh@redhat.com>
This commit is contained in:
parent
ee3dc2c2c8
commit
b5abf9a192
@ -142,7 +142,7 @@ def translate_feature(name):
|
||||
"CPUID_SS": "ss",
|
||||
"CPUID_SVM_NPT": "npt",
|
||||
"CPUID_SVM_NRIPSAVE": "nrip-save",
|
||||
"CPUID_SVM_SVME_ADDR_CHK": "svme-addr-check",
|
||||
"CPUID_SVM_SVME_ADDR_CHK": "svme-addr-chk",
|
||||
"CPUID_TSC": "tsc",
|
||||
"CPUID_VME": "vme",
|
||||
"CPUID_XSAVE_XGETBV1": "xgetbv1",
|
||||
|
@ -76,7 +76,7 @@
|
||||
<feature name='sse4a'/>
|
||||
<feature name='ssse3'/>
|
||||
<feature name='svm'/>
|
||||
<feature name='svme-addr-check'/>
|
||||
<feature name='svme-addr-chk'/>
|
||||
<feature name='syscall'/>
|
||||
<feature name='tsc'/>
|
||||
<feature name='umip'/>
|
||||
|
@ -554,7 +554,7 @@
|
||||
<feature name='pfthreshold'>
|
||||
<cpuid eax_in='0x8000000a' edx='0x00001000'/>
|
||||
</feature>
|
||||
<feature name='svme-addr-check'>
|
||||
<feature name='svme-addr-chk'>
|
||||
<cpuid eax_in='0x8000000a' edx='0x10000000'/>
|
||||
</feature>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user