mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 12:35:17 +00:00
cpu: Add support for Westmere CPU model
This commit is contained in:
parent
f892f5a562
commit
d4d5cccdf2
@ -142,6 +142,9 @@
|
|||||||
<feature name='popcnt'> <!-- CPUID_EXT_POPCNT -->
|
<feature name='popcnt'> <!-- CPUID_EXT_POPCNT -->
|
||||||
<cpuid function='0x00000001' ecx='0x00800000'/>
|
<cpuid function='0x00000001' ecx='0x00800000'/>
|
||||||
</feature>
|
</feature>
|
||||||
|
<feature name='aes'>
|
||||||
|
<cpuid function='0x00000001' ecx='0x02000000'/>
|
||||||
|
</feature>
|
||||||
<feature name='hypervisor'> <!-- CPUID_EXT_HYPERVISOR -->
|
<feature name='hypervisor'> <!-- CPUID_EXT_HYPERVISOR -->
|
||||||
<cpuid function='0x00000001' ecx='0x80000000'/>
|
<cpuid function='0x00000001' ecx='0x80000000'/>
|
||||||
</feature>
|
</feature>
|
||||||
@ -453,6 +456,12 @@
|
|||||||
<feature name='lahf_lm'/>
|
<feature name='lahf_lm'/>
|
||||||
</model>
|
</model>
|
||||||
|
|
||||||
|
<model name='Westmere'>
|
||||||
|
<vendor name='Intel'/>
|
||||||
|
<model name='Nehalem'/>
|
||||||
|
<feature name='aes'/>
|
||||||
|
</model>
|
||||||
|
|
||||||
<model name='Opteron_G1'>
|
<model name='Opteron_G1'>
|
||||||
<vendor name='AMD'/>
|
<vendor name='AMD'/>
|
||||||
<feature name='sse2'/>
|
<feature name='sse2'/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user