qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 03/12] target: Use cpu_pointer_wrap_uint32 for 32-bit targets


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 03/12] target: Use cpu_pointer_wrap_uint32 for 32-bit targets
Date: Mon, 5 May 2025 11:26:39 +0200
User-agent: Mozilla Thunderbird

On 4/5/25 22:57, Richard Henderson wrote:
M68K, MicroBlaze, OpenRISC, RX, TriCore and Xtensa are
all 32-bit targets.  AVR is more complicated, but using
a 32-bit wrap preserves current behaviour.

Cc: Michael Rolnik <mrolnik@gmail.com>
Cc: Laurent Vivier <laurent@vivier.eu>
Cc: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Cc: Stafford Horne <shorne@gmail.com>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Cc: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Cc: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
  include/accel/tcg/cpu-ops.h | 1 +
  accel/tcg/cputlb.c          | 6 ++++++
  target/avr/cpu.c            | 6 ++++++
  target/m68k/cpu.c           | 1 +
  target/microblaze/cpu.c     | 1 +
  target/openrisc/cpu.c       | 1 +
  target/rx/cpu.c             | 1 +
  target/tricore/cpu.c        | 1 +
  target/xtensa/cpu.c         | 1 +
  9 files changed, 19 insertions(+)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

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