[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] Change default pointer authentication algorithm on aarch64 t
From: |
Pierrick Bouvier |
Subject: |
[PATCH 0/2] Change default pointer authentication algorithm on aarch64 to impdef |
Date: |
Wed, 4 Dec 2024 13:12:32 -0800 |
qemu-system-aarch64 default pointer authentication (QARMA5) is expensive, we
spent up to 50% of the emulation time running it (when using TCG).
Switching to pauth-impdef=on is often given as a solution to speed up execution.
Thus we talked about making it the new default.
The first patch introduce a new property (pauth-qarma5) to allow to select
current default algorithm.
The second one change the default.
Pierrick Bouvier (2):
target/arm: add new property to select pauth-qarma5
target/arm: change default pauth algorithm to impdef
docs/system/arm/cpu-features.rst | 7 +++++--
docs/system/introduction.rst | 2 +-
target/arm/cpu.h | 1 +
target/arm/arm-qmp-cmds.c | 2 +-
target/arm/cpu64.c | 30 +++++++++++++++++++-----------
tests/qtest/arm-cpu-features.c | 15 +++++++++++----
6 files changed, 38 insertions(+), 19 deletions(-)
--
2.39.5
- [PATCH 0/2] Change default pointer authentication algorithm on aarch64 to impdef,
Pierrick Bouvier <=
- [PATCH 1/2] target/arm: add new property to select pauth-qarma5, Pierrick Bouvier, 2024/12/04
- [PATCH 2/2] target/arm: change default pauth algorithm to impdef, Pierrick Bouvier, 2024/12/04
- Re: [PATCH 0/2] Change default pointer authentication algorithm on aarch64 to impdef, Pierrick Bouvier, 2024/12/16
- Re: [PATCH 0/2] Change default pointer authentication algorithm on aarch64 to impdef, Richard Henderson, 2024/12/16
- Re: [PATCH 0/2] Change default pointer authentication algorithm on aarch64 to impdef, Pierrick Bouvier, 2024/12/16
- Re: [PATCH 0/2] Change default pointer authentication algorithm on aarch64 to impdef, Richard Henderson, 2024/12/16
- Re: [PATCH 0/2] Change default pointer authentication algorithm on aarch64 to impdef, Pierrick Bouvier, 2024/12/16
- Re: [PATCH 0/2] Change default pointer authentication algorithm on aarch64 to impdef, Alex Bennée, 2024/12/17
- Re: [PATCH 0/2] Change default pointer authentication algorithm on aarch64 to impdef, Peter Maydell, 2024/12/17
- Re: [PATCH 0/2] Change default pointer authentication algorithm on aarch64 to impdef, Pierrick Bouvier, 2024/12/17