mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 14:15:28 +00:00
cpu: Add Intel Haswell cpu model
The new model supports following features in addition to those supported by SandyBridge: fma, pcid, movbe, fsgsbase, bmi1, hle, avx2, smep, bmi2, erms, invpcid, rtm
This commit is contained in:
parent
70f0bbe8e0
commit
bb2704e7b5
@ -495,6 +495,22 @@
|
||||
<feature name='rdtscp'/>
|
||||
</model>
|
||||
|
||||
<model name='Haswell'>
|
||||
<model name='SandyBridge'/>
|
||||
<feature name='fma'/>
|
||||
<feature name='pcid'/>
|
||||
<feature name='movbe'/>
|
||||
<feature name='fsgsbase'/>
|
||||
<feature name='bmi1'/>
|
||||
<feature name='hle'/>
|
||||
<feature name='avx2'/>
|
||||
<feature name='smep'/>
|
||||
<feature name='bmi2'/>
|
||||
<feature name='erms'/>
|
||||
<feature name='invpcid'/>
|
||||
<feature name='rtm'/>
|
||||
</model>
|
||||
|
||||
<!-- AMD CPUs -->
|
||||
<model name='athlon'>
|
||||
<model name='pentiumpro'/>
|
||||
|
Loading…
Reference in New Issue
Block a user