qemu-arm
[Top][All Lists]
Advanced

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

Re: [PATCH] accel/tcg: Declare cpu_loop_exit_requested() in 'exec/cpu-co


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH] accel/tcg: Declare cpu_loop_exit_requested() in 'exec/cpu-common.h'
Date: Thu, 19 Dec 2024 18:10:29 +0100
User-agent: Mozilla Thunderbird

On 17/12/24 15:06, Philippe Mathieu-Daudé wrote:
Move cpu_loop_exit_requested() declaration to "exec/cpu-common.h",
along with the related cpu_loop_exit_noexc(), cpu_loop_exit(),
cpu_loop_exit_atomic() and cpu_loop_exit_restore() methods.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
Based-on: <20241212185341.2857-19-philmd@linaro.org>
---
  include/exec/cpu-common.h     | 18 ++++++++++++++++++
  include/exec/exec-all.h       | 17 -----------------
  accel/tcg/cpu-exec.c          |  2 +-
  target/arm/tcg/helper-a64.c   |  1 +
  target/s390x/tcg/mem_helper.c |  1 +
  5 files changed, 21 insertions(+), 18 deletions(-)

Patch queued.




reply via email to

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