]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Adding POWER9 cpu model to cpu_map.xml
authorKothapally Madhu Pavan <kmp@linux.vnet.ibm.com>
Tue, 9 May 2017 09:04:10 +0000 (05:04 -0400)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 9 May 2017 13:52:22 +0000 (15:52 +0200)
As POWER9 model is not available in cpu_map.xml virsh capabilities
donot display the cpu model and vendor details. This patch
provides those details

src/cpu/cpu_map.xml

index 7d5540a73cf09ae5e4e47bc61da55937e8443a78..29b5b596f4b4d8769d35fc7b3d223e0b1e97a4d0 100644 (file)
       <pvr value='0x004d0000' mask='0xffff0000'/>
     </model>
 
+    <model name='POWER9'>
+      <vendor name='IBM'/>
+      <pvr value='0x004e0000' mask='0xffff0000'/>
+    </model>
+
     <!-- Freescale-based CPU models -->
     <model name='POWERPC_e5500'>
       <vendor name='Freescale'/>