mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-09 15:00:07 +00:00
cpu_map: Add pauth Arm CPU feature
This CPU feature can be used to explicitly enable or disable support for pointer authentication. By default, it will be enabled if the host supports it. https://issues.redhat.com/browse/RHEL-7044 Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
bec903cae8
commit
1ac1e4dae0
@ -19,4 +19,7 @@
|
|||||||
<feature name='sve1920'/>
|
<feature name='sve1920'/>
|
||||||
<feature name='sve2048'/>
|
<feature name='sve2048'/>
|
||||||
|
|
||||||
|
<!-- Pointer authentication -->
|
||||||
|
<feature name='pauth'/>
|
||||||
|
|
||||||
</cpus>
|
</cpus>
|
||||||
|
Loading…
Reference in New Issue
Block a user