Re: [PATCH v2 1/3] target/arm: add new property to select pauth-qarma5

2024-12-19 Thread Richard Henderson
On 12/19/24 10:32, Pierrick Bouvier wrote: 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 --- docs/system/arm/cpu-features.rst | 5 - ta

[PATCH v2 1/3] target/arm: add new property to select pauth-qarma5

2024-12-19 Thread Pierrick Bouvier
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 --- docs/system/arm/cpu-features.rst | 5 - target/arm/cpu.h | 1 + target/a