]> xenbits.xensource.com Git - people/dariof/libvirt.git/commitdiff
cpu: Add Intel Haswell cpu model
authorPeter Krempa <pkrempa@redhat.com>
Tue, 30 Oct 2012 15:16:10 +0000 (16:16 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 26 Nov 2012 13:19:57 +0000 (14:19 +0100)
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

src/cpu/cpu_map.xml

index 7ff91be2a9ae69b0675726f8b00dd79301551a3b..eb69a3428444b2a97ee008779f2ce17b084bee2e 100644 (file)
       <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'/>