[libvirt] [PATCH v3 16/20] cpu: Add POWER8NVL information to CPU map XML

Andrea Bolognani abologna at redhat.com
Mon Aug 10 08:55:58 UTC 2015


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 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/cpu/cpu_map.xml b/src/cpu/cpu_map.xml
index 0895ada..d2469ee 100644
--- a/src/cpu/cpu_map.xml
+++ b/src/cpu/cpu_map.xml
@@ -1372,6 +1372,7 @@
     <model name='POWER8'>
       <vendor name='IBM'/>
       <pvr value='0x004b0000' mask='0xffff0000'/>
+      <pvr value='0x004c0000' mask='0xffff0000'/>
       <pvr value='0x004d0000' mask='0xffff0000'/>
     </model>
 
-- 
2.4.3




More information about the libvir-list mailing list