]> git.ipfire.org Git - thirdparty/qemu.git/commit
include/exec: Change cpu_mmu_index argument to CPUState
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 29 Jan 2024 10:35:06 +0000 (20:35 +1000)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 3 Feb 2024 06:46:10 +0000 (16:46 +1000)
commit3b916140043e2757dd8d51ec641a6885e960e6ca
treeed25de61075bff662957dded8afc1508d23f7de8
parenta120d32097910edfc1612c604836582c3a4b83c6
include/exec: Change cpu_mmu_index argument to CPUState

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
23 files changed:
accel/tcg/cputlb.c
accel/tcg/ldst_common.c.inc
include/exec/cpu-all.h
include/exec/cpu-common.h
semihosting/uaccess.c
target/cris/translate.c
target/hppa/mem_helper.c
target/hppa/op_helper.c
target/i386/tcg/translate.c
target/loongarch/cpu_helper.c
target/loongarch/tcg/tlb_helper.c
target/m68k/op_helper.c
target/microblaze/helper.c
target/microblaze/mmu.c
target/microblaze/translate.c
target/nios2/translate.c
target/openrisc/translate.c
target/sparc/cpu.h
target/sparc/ldst_helper.c
target/sparc/mmu_helper.c
target/tricore/helper.c
target/tricore/translate.c
target/xtensa/mmu_helper.c