]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
cpu: Add Power7+ and Power8 CPU definition in map.xml
authorLi Zhang <zhlcindy@linux.vnet.ibm.com>
Tue, 13 Aug 2013 03:55:40 +0000 (11:55 +0800)
committerEric Blake <eblake@redhat.com>
Tue, 13 Aug 2013 20:57:52 +0000 (14:57 -0600)
Power7+ and Power8 are supported in QEMU, so it needs to define CPUs
in libvirt to support them.

Signed-off-by: Li Zhang <zhlcindy@linux.vnet.ibm.com>
src/cpu/cpu_map.xml

index 6d51283a8625934f084b53c7d33bc62a26616ca5..7d34d4009afcb243f5423813f480d702596b42a6 100644 (file)
       <vendor name='IBM'/>
       <pvr value='0x003f0203'/>
     </model>
+
+    <model name='POWER7+_v2.1'>
+      <vendor name='IBM'/>
+      <pvr value='0x004a0201'/>
+    </model>
+
+    <model name='POWER8_v1.0'>
+      <vendor name='IBM'/>
+      <pvr value='0x004b0100'/>
+    </model>
+
   </arch>
 </cpus>