From: Liu Yiding Date: Fri, 2 Sep 2022 03:02:37 +0000 (+0000) Subject: cpu_map: Introduce Fujitsu a64fx X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=2ce45ddea373e18fae27aa1b87cc7db7b2390f4d;p=libvirt.git cpu_map: Introduce Fujitsu a64fx Add Fujitsu a64fx as a supported cpu model. Signed-off-by: Liu Yiding Reviewed-by: Jiri Denemark --- diff --git a/src/cpu_map/arm_a64fx.xml b/src/cpu_map/arm_a64fx.xml new file mode 100644 index 0000000000..5b53580df4 --- /dev/null +++ b/src/cpu_map/arm_a64fx.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/cpu_map/arm_vendors.xml b/src/cpu_map/arm_vendors.xml index 4465463b5b..92d10565f4 100644 --- a/src/cpu_map/arm_vendors.xml +++ b/src/cpu_map/arm_vendors.xml @@ -3,6 +3,7 @@ + diff --git a/src/cpu_map/index.xml b/src/cpu_map/index.xml index 351c2ae4fa..d533a28865 100644 --- a/src/cpu_map/index.xml +++ b/src/cpu_map/index.xml @@ -104,6 +104,9 @@ + + + diff --git a/src/cpu_map/meson.build b/src/cpu_map/meson.build index 99815981b5..99264289e2 100644 --- a/src/cpu_map/meson.build +++ b/src/cpu_map/meson.build @@ -1,4 +1,5 @@ cpumap_data = [ + 'arm_a64fx.xml', 'arm_cortex-a53.xml', 'arm_cortex-a57.xml', 'arm_cortex-a72.xml',