]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
cpu_map: Add Neoverse-V2 CPU model
authorJonathan Davies <jonathan.davies@nutanix.com>
Tue, 19 May 2026 13:04:17 +0000 (14:04 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 20 May 2026 10:35:09 +0000 (12:35 +0200)
Add Neoverse V2 as a supported cpu model.

Signed-off-by: Jonathan Davies <jonathan.davies@nutanix.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
src/cpu_map/arm_Neoverse-V2.xml [new file with mode: 0644]
src/cpu_map/index.xml
src/cpu_map/meson.build

diff --git a/src/cpu_map/arm_Neoverse-V2.xml b/src/cpu_map/arm_Neoverse-V2.xml
new file mode 100644 (file)
index 0000000..b8d75ad
--- /dev/null
@@ -0,0 +1,6 @@
+<cpus>
+  <model name='Neoverse-V2'>
+    <vendor name='ARM'/>
+    <pvr value='0xd4f'/>
+  </model>
+</cpus>
index 57a28d1d1d34eccfaa8cf4bdb0a69714ae15f054..82f3f951666e1b517ea7be2c87c7176922fb3fc1 100644 (file)
       <include filename='arm_Neoverse-N1.xml'/>
       <include filename='arm_Neoverse-N2.xml'/>
       <include filename='arm_Neoverse-V1.xml'/>
+      <include filename='arm_Neoverse-V2.xml'/>
     </group>
 
     <group name='Qualcomm-based CPU models'>
index 2b6b1bf3ea6a1ce2a9a5777661dc74e59085e888..952be9296c4d83ac7ee7ec8426459d5664e49336 100644 (file)
@@ -12,6 +12,7 @@ cpumap_data = [
   'arm_Neoverse-N1.xml',
   'arm_Neoverse-N2.xml',
   'arm_Neoverse-V1.xml',
+  'arm_Neoverse-V2.xml',
   'arm_Tengyun-S2500.xml',
   'arm_ThunderX299xx.xml',
   'arm_vendors.xml',