]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/arm: add new property to select pauth-qarma5
authorPierrick Bouvier <pierrick.bouvier@linaro.org>
Mon, 13 Jan 2025 12:35:34 +0000 (12:35 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 13 Jan 2025 12:35:34 +0000 (12:35 +0000)
commit86a00f2046f5f5b613bdf18d6c972b495a907c37
treecb77240eb3ae9f7a10463c7615a4d433b615bda7
parent538b764d3417b9295cf7f8b617eb7bc90cbc4ad6
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>
docs/system/arm/cpu-features.rst
target/arm/arm-qmp-cmds.c
target/arm/cpu.h
target/arm/cpu64.c
tests/qtest/arm-cpu-features.c