qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 03/11] accel: Prefer cached CpuClass over CPU_GET_CLASS() mac


From: Richard Henderson
Subject: Re: [PATCH 03/11] accel: Prefer cached CpuClass over CPU_GET_CLASS() macro
Date: Tue, 21 Jan 2025 07:56:47 -0800
User-agent: Mozilla Thunderbird

On 1/21/25 03:40, Philippe Mathieu-Daudé wrote:
CpuState caches its CPUClass since commit 6fbdff87062
("cpu: cache CPUClass in CPUState for hot code paths"),
use it.

Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org>
---
  accel/accel-target.c      | 12 +++++-------
  accel/tcg/tcg-accel-ops.c |  3 +--
  accel/tcg/translate-all.c |  2 +-
  accel/tcg/watchpoint.c    |  9 ++++-----
  4 files changed, 11 insertions(+), 15 deletions(-)

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

r~



reply via email to

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