qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 5/5] target/arm: Enable FEAT_Spec_FPACC for -cpu max


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 5/5] target/arm: Enable FEAT_Spec_FPACC for -cpu max
Date: Thu, 18 Apr 2024 18:15:11 +0200
User-agent: Mozilla Thunderbird

On 18/4/24 17:20, Peter Maydell wrote:
FEAT_Spec_FPACC is a feature describing speculative behaviour in the
event of a PAC authontication failure when FEAT_FPACCOMBINE is
implemented.  FEAT_Spec_FPACC means that the speculative use of
pointers processed by a PAC Authentication is not materially
different in terms of the impact on cached microarchitectural state
(caches, TLBs, etc) between passing and failing of the PAC
Authentication.

QEMU doesn't do speculative execution, so we can advertise
this feature.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
  docs/system/arm/emulation.rst | 1 +
  target/arm/tcg/cpu64.c        | 4 ++++
  2 files changed, 5 insertions(+)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]