From: Andrea Bolognani Date: Mon, 22 Jul 2019 14:41:45 +0000 (+0200) Subject: cpu_map: Introduce ARM CPU features X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=be03587a3446cb269226e566fc22daa4bb68c784;p=libvirt.git cpu_map: Introduce ARM CPU features The only feature we care about for the moment is SVE, which can be controlled both with a coarse granularity by turning it on/off completely and with a finer granularity by enabling/disabling individual vector lengths. Signed-off-by: Andrea Bolognani Tested-by: Andrew Jones Reviewed-by: Michal Privoznik --- diff --git a/src/cpu_map/arm_features.xml b/src/cpu_map/arm_features.xml new file mode 100644 index 0000000000..8a53384463 --- /dev/null +++ b/src/cpu_map/arm_features.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/cpu_map/index.xml b/src/cpu_map/index.xml index 3c6885f60c..ed45083dca 100644 --- a/src/cpu_map/index.xml +++ b/src/cpu_map/index.xml @@ -75,4 +75,8 @@ + + + +