qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 20/24] accel/tcg: Move @tb_jmp_cache from CPUState to TCG Acc


From: Richard Henderson
Subject: Re: [PATCH 20/24] accel/tcg: Move @tb_jmp_cache from CPUState to TCG AccelCPUState
Date: Mon, 29 Apr 2024 12:15:12 -0700
User-agent: Mozilla Thunderbird

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

Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org>
---
  accel/tcg/tb-jmp-cache.h  | 4 ++--
  accel/tcg/vcpu-state.h    | 2 ++
  include/hw/core/cpu.h     | 2 --
  include/qemu/typedefs.h   | 1 -
  accel/tcg/cpu-exec.c      | 7 +++----
  accel/tcg/cputlb.c        | 2 +-
  accel/tcg/tb-maint.c      | 2 +-
  accel/tcg/translate-all.c | 5 +++--
  8 files changed, 12 insertions(+), 13 deletions(-)

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


r~



reply via email to

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