]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
cpu_map: Install Ampere-1 ARM CPU models
authorJiri Denemark <jdenemar@redhat.com>
Fri, 4 Apr 2025 12:22:01 +0000 (14:22 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 7 Apr 2025 11:45:42 +0000 (13:45 +0200)
Fixes: 282f38ad3d3960b24aa97d75cae95c8c3d08a218
Fixes: https://gitlab.com/libvirt/libvirt/-/issues/762
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/cpu_map/meson.build

index 9a1c0486204309477ce2ebfe59dd7d2f5eeb07f6..dee8441a1365b7d2d30fd91b97c5a6dfb6adbaf0 100644 (file)
@@ -1,5 +1,7 @@
 cpumap_data = [
   'arm_a64fx.xml',
+  'arm_Ampere-1a.xml',
+  'arm_Ampere-1.xml',
   'arm_cortex-a53.xml',
   'arm_cortex-a57.xml',
   'arm_cortex-a72.xml',