libvirt/src/cpu_map/arm_cortex-a57.xml
Zhenyu Zheng 5955851800 cpu_map: Introduce ARM cpu models
Introduce vendors and some commonly used models
for ARM arch, these will be used for virConnectionGetCapabilities
for ARM CPUs.

Signed-off-by: Zhenyu Zheng <zheng.zhenyu@outlook.com>
Message-Id: <TY2PR01MB3113973DDB36C7A5E18F451299BF0@TY2PR01MB3113.jpnprd01.prod.outlook.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
2020-05-15 12:04:24 +02:00

7 lines
104 B
XML

<cpus>
<model name='cortex-a57'>
<vendor name='ARM'/>
<pvr value='0xd07'/>
</model>
</cpus>