]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
cpu: Add new flag supported by qemu to the cpu definition
authorPeter Krempa <pkrempa@redhat.com>
Wed, 29 Feb 2012 14:47:38 +0000 (15:47 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 5 Mar 2012 08:54:26 +0000 (09:54 +0100)
Some new cpu features were added to qemu. This patch adds some of them
to our CPU map.

src/cpu/cpu_map.xml

index 83c85344541f9a9da179da73a155e5ac74dc0159..7ef230ed85962f64b919cfaa471b765ddb40c893 100644 (file)
     <feature name='osvw'> <!-- CPUID_EXT3_OSVW -->
       <cpuid function='0x80000001' ecx='0x00000200'/>
     </feature>
+    <feature name='ibs'>
+      <cpuid function='0x80000001' ecx='0x00000400'/>
+    </feature>
+    <feature name='xop'>
+      <cpuid function='0x80000001' ecx='0x00000800'/>
+    </feature>
     <feature name='skinit'> <!-- CPUID_EXT3_SKINIT -->
       <cpuid function='0x80000001' ecx='0x00001000'/>
     </feature>
     <feature name='wdt'>
       <cpuid function='0x80000001' ecx='0x00002000'/>
     </feature>
+    <feature name='fma4'>
+      <cpuid function='0x80000001' ecx='0x00010000'/>
+    </feature>
+    <feature name='cvt16'>
+      <cpuid function='0x80000001' ecx='0x00040000'/>
+    </feature>
+    <feature name='nodeid_msr'>
+      <cpuid function='0x80000001' ecx='0x00080000'/>
+    </feature>
 
     <!-- models -->
     <model name='486'>