]> git.proxmox.com Git - mirror_qemu.git/commit - target/s390x/tcg/translate.c
accel/tcg: Add DisasContextBase argument to translator_ld*
authorIlya Leoshkevich <iii@linux.ibm.com>
Mon, 9 Aug 2021 22:32:59 +0000 (12:32 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 14 Sep 2021 19:00:20 +0000 (12:00 -0700)
commit4e116893c6079b51efdc9e226be3f1a530f47f5e
treedd83c64b73a5a2da8e7eb51b18604f5888ee95a1
parent4c9af1ea1457782cf0adb293179335ef6de942aa
accel/tcg: Add DisasContextBase argument to translator_ld*

Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
[rth: Split out of a larger patch.]
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
20 files changed:
include/exec/translator.h
target/alpha/translate.c
target/arm/arm_ldst.h
target/arm/translate-a64.c
target/arm/translate.c
target/hexagon/translate.c
target/hppa/translate.c
target/i386/tcg/translate.c
target/m68k/translate.c
target/mips/tcg/micromips_translate.c.inc
target/mips/tcg/mips16e_translate.c.inc
target/mips/tcg/nanomips_translate.c.inc
target/mips/tcg/translate.c
target/openrisc/translate.c
target/ppc/translate.c
target/riscv/translate.c
target/s390x/tcg/translate.c
target/sh4/translate.c
target/sparc/translate.c
target/xtensa/translate.c