qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 19/26] target/arm/tcg: Reduce 'helper-a64.h.inc' inclusion


From: Richard Henderson
Subject: Re: [PATCH v2 19/26] target/arm/tcg: Reduce 'helper-a64.h.inc' inclusion
Date: Wed, 14 Jun 2023 06:52:41 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0

On 6/11/23 10:58, Philippe Mathieu-Daudé wrote:
Instead of including helper-a64.h.inc via helper.h which
is included by all TCG files, restrict it to the few files
that require it.

Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org>
---
  target/arm/helper.h            | 4 ----
  target/arm/tcg/helper-a64.c    | 4 ++++
  target/arm/tcg/mte_helper.c    | 4 +++-
  target/arm/tcg/pauth_helper.c  | 4 +++-
  target/arm/tcg/sve_helper.c    | 5 ++++-
  target/arm/tcg/translate-a64.c | 6 ++++++
  target/arm/tcg/vec_helper.c    | 4 ++++
  7 files changed, 24 insertions(+), 7 deletions(-)

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

r~



reply via email to

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