cpu_map: Add missing x86 feature "serialize"

Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
Tim Wiederhake 2022-10-19 15:41:00 +02:00
parent 18ebce7c53
commit 3f73c3c4fb

View File

@ -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>