3e5111
From e3d953a8230f0cc4c8955f80c515cede99593d6b Mon Sep 17 00:00:00 2001
3e5111
Message-Id: <e3d953a8230f0cc4c8955f80c515cede99593d6b@dist-git>
3e5111
From: Kothapally Madhu Pavan <kmp@linux.vnet.ibm.com>
3e5111
Date: Wed, 17 May 2017 13:23:33 +0200
3e5111
Subject: [PATCH] Adding POWER9 cpu model to cpu_map.xml
3e5111
3e5111
As POWER9 model is not available in cpu_map.xml virsh capabilities
3e5111
donot display the cpu model and vendor details. This patch
3e5111
provides those details
3e5111
3e5111
(cherry picked from commit 9cdf3a1c06189b8d0cab9f8f62b5b626cf8a150c)
3e5111
3e5111
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1450189
3e5111
3e5111
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
3e5111
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
3e5111
---
3e5111
 src/cpu/cpu_map.xml | 5 +++++
3e5111
 1 file changed, 5 insertions(+)
3e5111
3e5111
diff --git a/src/cpu/cpu_map.xml b/src/cpu/cpu_map.xml
3e5111
index 7d5540a73..29b5b596f 100644
3e5111
--- a/src/cpu/cpu_map.xml
3e5111
+++ b/src/cpu/cpu_map.xml
3e5111
@@ -1571,6 +1571,11 @@
3e5111
       <pvr value='0x004d0000' mask='0xffff0000'/>
3e5111
     </model>
3e5111
 
3e5111
+    <model name='POWER9'>
3e5111
+      <vendor name='IBM'/>
3e5111
+      <pvr value='0x004e0000' mask='0xffff0000'/>
3e5111
+    </model>
3e5111
+
3e5111
     
3e5111
     <model name='POWERPC_e5500'>
3e5111
       <vendor name='Freescale'/>
3e5111
-- 
3e5111
2.13.0
3e5111