mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Adding POWER9 cpu model to cpu_map.xml
As POWER9 model is not available in cpu_map.xml virsh capabilities donot display the cpu model and vendor details. This patch provides those details
This commit is contained in:
parent
058bf5549f
commit
9cdf3a1c06
@ -1571,6 +1571,11 @@
|
|||||||
<pvr value='0x004d0000' mask='0xffff0000'/>
|
<pvr value='0x004d0000' mask='0xffff0000'/>
|
||||||
</model>
|
</model>
|
||||||
|
|
||||||
|
<model name='POWER9'>
|
||||||
|
<vendor name='IBM'/>
|
||||||
|
<pvr value='0x004e0000' mask='0xffff0000'/>
|
||||||
|
</model>
|
||||||
|
|
||||||
<!-- Freescale-based CPU models -->
|
<!-- Freescale-based CPU models -->
|
||||||
<model name='POWERPC_e5500'>
|
<model name='POWERPC_e5500'>
|
||||||
<vendor name='Freescale'/>
|
<vendor name='Freescale'/>
|
||||||
|
Loading…
Reference in New Issue
Block a user