summaryrefslogtreecommitdiff
path: root/src/cpu_map
diff options
context:
space:
mode:
authorTim Wiederhake <twiederh@redhat.com>2022-10-19 15:41:00 +0200
committerTim Wiederhake <twiederh@redhat.com>2022-11-08 21:44:55 +0100
commit3f73c3c4fbcd81f3a7e29f3bffa9e3b55f39f041 (patch)
tree845aac3909076bc814a0d6d76325324703a75ec7 /src/cpu_map
parent18ebce7c5320e200a2b2c4a256d02ab087d2bac5 (diff)
downloadlibvirt-3f73c3c4fbcd81f3a7e29f3bffa9e3b55f39f041.tar.gz
cpu_map: Add missing x86 feature "serialize"
Signed-off-by: Tim Wiederhake <twiederh@redhat.com> Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
Diffstat (limited to 'src/cpu_map')
-rw-r--r--src/cpu_map/x86_features.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cpu_map/x86_features.xml b/src/cpu_map/x86_features.xml
index 61e2eb158a..d89fca09bb 100644
--- a/src/cpu_map/x86_features.xml
+++ b/src/cpu_map/x86_features.xml
@@ -369,6 +369,9 @@
<alias name='md_clear' source='linux'/>
<cpuid eax_in='0x07' ecx_in='0x00' edx='0x00000400'/>
</feature>
+ <feature name='serialize'>
+ <cpuid eax_in='0x07' ecx_in='0x00' edx='0x00004000'/>
+ </feature>
<feature name='pconfig'>
<cpuid eax_in='0x07' ecx_in='0x00' edx='0x00040000'/>
</feature>