You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/target/s390x/tcg
Philippe Mathieu-Daudé 79d7e60c32 target/s390x/tcg: Use vaddr in s390_probe_access()
Commit 70ebd9ce1c ("s390x/tcg: Fault-safe memset") passed
vaddr type to access_prepare(), and commit b6c636f2cd
("s390x/tcg: Fault-safe memmove") to do_access_get_byte(),
but declared S390Access::vaddr[1,2] as target_ulong.
Directly declare these as vaddr type, and have
s390_probe_access() use that type as argument.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20250707171059.3064-3-philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
5 days ago
..
cc_helper.c include: Remove 'exec/exec-all.h' 3 months ago
crypto_helper.c include: Remove 'exec/exec-all.h' 3 months ago
excp_helper.c include: Remove 'exec/exec-all.h' 3 months ago
fpu_helper.c include: Remove 'exec/exec-all.h' 3 months ago
insn-data.h.inc target/s390x: Fix PPNO execution with icount 6 months ago
insn-format.h.inc target/s390x: Rename insn-data/format.def -> insn-data/format.h.inc 3 years ago
int_helper.c include: Remove 'exec/exec-all.h' 3 months ago
mem_helper.c target/s390x/tcg: Use vaddr in s390_probe_access() 5 days ago
meson.build
misc_helper.c include: Remove 'exec/exec-all.h' 3 months ago
s390-tod.h
tcg_s390x.h compiler.h: replace QEMU_NORETURN with G_NORETURN 3 years ago
translate.c include: Remove 'exec/exec-all.h' 3 months ago
translate_vx.c.inc tcg: Rename cpu_env to tcg_env 2 years ago
vec.h Replace config-time define HOST_WORDS_BIGENDIAN 3 years ago
vec_fpu_helper.c include: Remove 'exec/exec-all.h' 3 months ago
vec_helper.c include: Remove 'exec/exec-all.h' 3 months ago
vec_int_helper.c target/s390x: Use clmul_64 2 years ago
vec_string_helper.c target/s390x: Fix the "ignored match" case in VSTRS 2 years ago