]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
cpu_map: Fix ordering of CPU models in meson.build
authorJiri Denemark <jdenemar@redhat.com>
Wed, 5 Nov 2025 14:47:18 +0000 (15:47 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 7 Nov 2025 14:54:56 +0000 (15:54 +0100)
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/cpu_map/meson.build

index abf9c21e4f5e25183a5a47acdd846b58f9fd2b71..1499fd1ba37cb0265309945ab1fb5e62e931c66e 100644 (file)
@@ -1,7 +1,7 @@
 cpumap_data = [
   'arm_a64fx.xml',
-  'arm_Ampere-1a.xml',
   'arm_Ampere-1.xml',
+  'arm_Ampere-1a.xml',
   'arm_cortex-a53.xml',
   'arm_cortex-a57.xml',
   'arm_cortex-a72.xml',