qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 18/22] target/arm/tcg: Define SME set_svcr() helper in common


From: Richard Henderson
Subject: Re: [PATCH 18/22] target/arm/tcg: Define SME set_svcr() helper in common 'helper.h'
Date: Fri, 9 Jun 2023 12:55:59 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0

On 6/9/23 03:47, Philippe Mathieu-Daudé wrote:
SME set_svcr() is called by handle_msr_i() in translate-a64.c.
To be able to restrict helper-sme.h.inc to SME-specific files,
move the set_svcr() helper definition into the common helper.h.

Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org>
---
  target/arm/helper.h             | 1 +
  target/arm/tcg/helper-sme.h.inc | 2 --
  2 files changed, 1 insertion(+), 2 deletions(-)

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

r~



reply via email to

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