mirror of https://gitee.com/openkylin/libvirt.git
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:
parent
ced2e3bed3
commit
b777a12d7b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue