]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
cpu: Fix definition of flag smap
authorPeter Krempa <pkrempa@redhat.com>
Tue, 30 Oct 2012 14:01:27 +0000 (15:01 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 30 Oct 2012 14:01:27 +0000 (15:01 +0100)
A mild case of dyslexia caused that commit
012f9b19ef3812884e207dc431571502de4cebce specifies wrong mask for the
smap cpu feature flag. This patch fixes that mistake.

src/cpu/cpu_map.xml

index d059e2036b27bae85c5f400180775fe2c2fc8b84..f0a1f0480c63412f7a12b9825faa536f1596737c 100644 (file)
       <cpuid function='0x00000007' ebx='0x00000080'/>
     </feature>
     <feature name='smap'>
-      <cpuid function='0x00000007' ebx='0x00080000'/>
+      <cpuid function='0x00000007' ebx='0x00100000'/>
     </feature>
 
     <!-- models -->