cpu: Add Power7+ and Power8 CPU definition in map.xml

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>
This commit is contained in:
Li Zhang 2013-08-13 11:55:40 +08:00 committed by Eric Blake
parent ced2e3bed3
commit b777a12d7b

View File

@ -603,5 +603,16 @@
<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>