qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 16/24] accel/tcg: Move @jmp_env from CPUState to TCG AccelCPU


From: Richard Henderson
Subject: Re: [PATCH 16/24] accel/tcg: Move @jmp_env from CPUState to TCG AccelCPUState
Date: Mon, 29 Apr 2024 07:51:28 -0700
User-agent: Mozilla Thunderbird

On 4/28/24 15:14, Philippe Mathieu-Daudé wrote:
@jmp_env is specific to TCG accelerator, move it to its AccelCPUState.

Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org>
---
  accel/tcg/internal-common.h | 1 +
  accel/tcg/tcg-accel-ops.h   | 1 +
  accel/tcg/vcpu-state.h      | 2 ++
  include/hw/core/cpu.h       | 1 -
  accel/tcg/cpu-exec-common.c | 2 +-
  accel/tcg/cpu-exec.c        | 6 +++---
  6 files changed, 8 insertions(+), 5 deletions(-)

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

r~



reply via email to

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