qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3 25/34] target/arm/tcg: Extract PAuth definitions to 'helpe


From: Richard Henderson
Subject: Re: [PATCH v3 25/34] target/arm/tcg: Extract PAuth definitions to 'helper-pauth.h.inc'
Date: Tue, 20 Jun 2023 12:40:21 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0

On 6/19/23 17:55, Philippe Mathieu-Daudé wrote:
helper.h is used by all units, but not all require the crypto
definitions. Move them to a new header, which we only include
where necessary, removing the need for "exec/helper-proto.h".

Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org>
---
  target/arm/tcg/helper-a64.h.inc   | 12 ------------
  target/arm/tcg/helper-pauth.h.inc | 19 +++++++++++++++++++
  target/arm/tcg/pauth_helper.c     |  4 +++-
  target/arm/tcg/translate-a64.c    |  6 ++++++
  4 files changed, 28 insertions(+), 13 deletions(-)
  create mode 100644 target/arm/tcg/helper-pauth.h.inc

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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