render / rpms / libvirt

Forked from rpms/libvirt 9 months ago
Clone
7a3408
From 3904386ebdf08d922742c6c516d106ec633850b9 Mon Sep 17 00:00:00 2001
7a3408
Message-Id: <3904386ebdf08d922742c6c516d106ec633850b9@dist-git>
7a3408
From: Andrea Bolognani <abologna@redhat.com>
7a3408
Date: Tue, 11 Aug 2015 17:16:08 +0200
7a3408
Subject: [PATCH] cpu: Add POWER8NVL information to CPU map XML
7a3408
7a3408
This is yet another variation of POWER8. The PVR information comes
7a3408
from arch/powerpc/kernel/cputable.c in the Linux kernel tree.
7a3408
7a3408
(cherry picked from commit 36300d2ba15b0f84272fc8be234c4228f19c29b9)
7a3408
7a3408
Bug: https://bugzilla.redhat.com/show_bug.cgi?id=1250977
7a3408
7a3408
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
7a3408
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
7a3408
---
7a3408
 src/cpu/cpu_map.xml | 1 +
7a3408
 1 file changed, 1 insertion(+)
7a3408
7a3408
diff --git a/src/cpu/cpu_map.xml b/src/cpu/cpu_map.xml
7a3408
index 4e7ca2a..c304c9a 100644
7a3408
--- a/src/cpu/cpu_map.xml
7a3408
+++ b/src/cpu/cpu_map.xml
7a3408
@@ -642,6 +642,7 @@
7a3408
     <model name='POWER8'>
7a3408
       <vendor name='IBM'/>
7a3408
       <pvr value='0x004b0000' mask='0xffff0000'/>
7a3408
+      <pvr value='0x004c0000' mask='0xffff0000'/>
7a3408
       <pvr value='0x004d0000' mask='0xffff0000'/>
7a3408
     </model>
7a3408
 
7a3408
-- 
7a3408
2.5.0
7a3408