mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-30 16:35:24 +00:00
cpu_map: Introduce Neoverse N1/N2/V1
Add Neoverse N1/N2/V1 as a supported cpu model. Signed-off-by: Zhenyu Zhang <zhenyzha@redhat.com> Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
2f856d617b
commit
c4dcec1318
6
src/cpu_map/arm_Neoverse-N1.xml
Normal file
6
src/cpu_map/arm_Neoverse-N1.xml
Normal file
@ -0,0 +1,6 @@
|
||||
<cpus>
|
||||
<model name='Neoverse-N1'>
|
||||
<vendor name='ARM'/>
|
||||
<pvr value='0xd0c'/>
|
||||
</model>
|
||||
</cpus>
|
6
src/cpu_map/arm_Neoverse-N2.xml
Normal file
6
src/cpu_map/arm_Neoverse-N2.xml
Normal file
@ -0,0 +1,6 @@
|
||||
<cpus>
|
||||
<model name='Neoverse-N2'>
|
||||
<vendor name='ARM'/>
|
||||
<pvr value='0xd49'/>
|
||||
</model>
|
||||
</cpus>
|
6
src/cpu_map/arm_Neoverse-V1.xml
Normal file
6
src/cpu_map/arm_Neoverse-V1.xml
Normal file
@ -0,0 +1,6 @@
|
||||
<cpus>
|
||||
<model name='Neoverse-V1'>
|
||||
<vendor name='ARM'/>
|
||||
<pvr value='0xd40'/>
|
||||
</model>
|
||||
</cpus>
|
@ -97,6 +97,9 @@
|
||||
<include filename='arm_cortex-a53.xml'/>
|
||||
<include filename='arm_cortex-a57.xml'/>
|
||||
<include filename='arm_cortex-a72.xml'/>
|
||||
<include filename='arm_Neoverse-N1.xml'/>
|
||||
<include filename='arm_Neoverse-N2.xml'/>
|
||||
<include filename='arm_Neoverse-V1.xml'/>
|
||||
|
||||
<!-- Qualcomm-based CPU models -->
|
||||
<include filename='arm_Falkor.xml'/>
|
||||
|
@ -7,6 +7,9 @@ cpumap_data = [
|
||||
'arm_FT-2000plus.xml',
|
||||
'arm_features.xml',
|
||||
'arm_Kunpeng-920.xml',
|
||||
'arm_Neoverse-N1.xml',
|
||||
'arm_Neoverse-N2.xml',
|
||||
'arm_Neoverse-V1.xml',
|
||||
'arm_Tengyun-S2500.xml',
|
||||
'arm_ThunderX299xx.xml',
|
||||
'arm_vendors.xml',
|
||||
|
Loading…
x
Reference in New Issue
Block a user