]> xenbits.xensource.com Git - libvirt.git/commitdiff
cpu: Add POWER8NVL information to CPU map XML
authorAndrea Bolognani <abologna@redhat.com>
Fri, 7 Aug 2015 15:39:17 +0000 (17:39 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 11 Aug 2015 12:09:43 +0000 (14:09 +0200)
This is yet another variation of POWER8. The PVR information comes
from arch/powerpc/kernel/cputable.c in the Linux kernel tree.

src/cpu/cpu_map.xml

index 0895ada745b4de5350d667abf1e247df4889e407..d2469ee6437e7ea7f6dfc80bc48f01f17462d833 100644 (file)
     <model name='POWER8'>
       <vendor name='IBM'/>
       <pvr value='0x004b0000' mask='0xffff0000'/>
+      <pvr value='0x004c0000' mask='0xffff0000'/>
       <pvr value='0x004d0000' mask='0xffff0000'/>
     </model>