mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
target/arm: add new property to select pauth-qarma5
Before changing default pauth algorithm, we need to make sure current default one (QARMA5) can still be selected. $ qemu-system-aarch64 -cpu max,pauth-qarma5=on ... Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20241219183211.3493974-2-pierrick.bouvier@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
538b764d34
commit
86a00f2046
5 changed files with 31 additions and 12 deletions
|
@ -219,7 +219,10 @@ Below is the list of TCG VCPU features and their descriptions.
|
|||
``pauth-qarma3``
|
||||
When ``pauth`` is enabled, select the architected QARMA3 algorithm.
|
||||
|
||||
Without either ``pauth-impdef`` or ``pauth-qarma3`` enabled,
|
||||
``pauth-qarma5``
|
||||
When ``pauth`` is enabled, select the architected QARMA5 algorithm.
|
||||
|
||||
Without ``pauth-impdef``, ``pauth-qarma3`` or ``pauth-qarma5`` enabled,
|
||||
the architected QARMA5 algorithm is used. The architected QARMA5
|
||||
and QARMA3 algorithms have good cryptographic properties, but can
|
||||
be quite slow to emulate. The impdef algorithm used by QEMU is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue