Re: [libvirt] [PATCH v2] cpu: add Freescale ppc64 CPU models

2015-02-04 Thread Martin Kletzander

On Fri, Jan 30, 2015 at 02:50:03PM +0800, Olivia Yin wrote:

From: Olivia Yin 

With this patch, Freescale ppc64 CPU modesl could be recognized.

virsh # cpu-models ppc64
POWERPC_e6500
POWERPC_e5500
power8
power8e
power7+
power7
power6
POWER8_v1.0
POWER7+_v2.1
POWER7_v2.3
POWER7_v2.1
POWER7

virsh # capabilities

 
   5a54efa6-20dc-4da7-b271-0b7fb7062cb8
   
 ppc64
 POWERPC_e6500
 Freescale


---
src/cpu/cpu_map.xml | 12 
1 file changed, 12 insertions(+)



Sorry for not replying earlier.  I tried checking the PVR values with
no luck, unfortunately.  However, I see nothing this could break
(famous last words?), so ACK and I'm pushing it in a while.


pgpoEVlxZBxvY.pgp
Description: PGP signature
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] [PATCH v2] cpu: add Freescale ppc64 CPU models

2015-01-29 Thread Olivia Yin
From: Olivia Yin 

With this patch, Freescale ppc64 CPU modesl could be recognized.

virsh # cpu-models ppc64
POWERPC_e6500
POWERPC_e5500
power8
power8e
power7+
power7
power6
POWER8_v1.0
POWER7+_v2.1
POWER7_v2.3
POWER7_v2.1
POWER7

virsh # capabilities

  
5a54efa6-20dc-4da7-b271-0b7fb7062cb8

  ppc64
  POWERPC_e6500
  Freescale


---
 src/cpu/cpu_map.xml | 12 
 1 file changed, 12 insertions(+)

diff --git a/src/cpu/cpu_map.xml b/src/cpu/cpu_map.xml
index bd9b056..413148f 100644
--- a/src/cpu/cpu_map.xml
+++ b/src/cpu/cpu_map.xml
@@ -600,6 +600,7 @@
   
 
 
+
 
 
 
@@ -657,5 +658,16 @@
   
 
 
+
+
+  
+  
+
+
+
+  
+  
+
+
   
 
-- 
2.1.0.27.g96db324

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list