[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/3] accel/tcg: Factor out common tcg_exec_reset() helper
From: |
Ilya Leoshkevich |
Subject: |
Re: [PATCH 2/3] accel/tcg: Factor out common tcg_exec_reset() helper |
Date: |
Thu, 09 Jan 2025 23:16:05 +0100 |
User-agent: |
Evolution 3.52.4 (3.52.4-2.fc40) |
On Thu, 2025-01-02 at 19:25 +0100, Philippe Mathieu-Daudé wrote:
> Since tcg_cpu_reset_hold() is a system emulation specific
> helper, factor tcg_exec_reset() out so we can use it from
> user emulation, similarly to the [un]realize() handlers.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
> accel/tcg/internal-common.h | 1 +
> accel/tcg/cpu-exec-common.c | 6 ++++++
> accel/tcg/tcg-accel-ops.c | 4 ++--
> 3 files changed, 9 insertions(+), 2 deletions(-)
Reviewed-by: Ilya Leoshkevich <iii@linux.ibm.com>