mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00:00
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:
parent
18ebce7c53
commit
3f73c3c4fb
@ -369,6 +369,9 @@
|
|||||||
<alias name='md_clear' source='linux'/>
|
<alias name='md_clear' source='linux'/>
|
||||||
<cpuid eax_in='0x07' ecx_in='0x00' edx='0x00000400'/>
|
<cpuid eax_in='0x07' ecx_in='0x00' edx='0x00000400'/>
|
||||||
</feature>
|
</feature>
|
||||||
|
<feature name='serialize'>
|
||||||
|
<cpuid eax_in='0x07' ecx_in='0x00' edx='0x00004000'/>
|
||||||
|
</feature>
|
||||||
<feature name='pconfig'>
|
<feature name='pconfig'>
|
||||||
<cpuid eax_in='0x07' ecx_in='0x00' edx='0x00040000'/>
|
<cpuid eax_in='0x07' ecx_in='0x00' edx='0x00040000'/>
|
||||||
</feature>
|
</feature>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user