mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-26 07:36:19 +00:00
be03587a34
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 <abologna@redhat.com> Tested-by: Andrew Jones <drjones@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
23 lines
512 B
XML
23 lines
512 B
XML
<cpus>
|
|
|
|
<!-- SVE vector lengths -->
|
|
<feature name='sve'/>
|
|
<feature name='sve128'/>
|
|
<feature name='sve256'/>
|
|
<feature name='sve384'/>
|
|
<feature name='sve512'/>
|
|
<feature name='sve640'/>
|
|
<feature name='sve768'/>
|
|
<feature name='sve896'/>
|
|
<feature name='sve1024'/>
|
|
<feature name='sve1152'/>
|
|
<feature name='sve1280'/>
|
|
<feature name='sve1408'/>
|
|
<feature name='sve1536'/>
|
|
<feature name='sve1664'/>
|
|
<feature name='sve1792'/>
|
|
<feature name='sve1920'/>
|
|
<feature name='sve2048'/>
|
|
|
|
</cpus>
|