]> git.proxmox.com Git - mirror_qemu.git/commit
target/mips: Convert to CPUClass::tlb_fill
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 2 Apr 2019 09:22:13 +0000 (16:22 +0700)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 10 May 2019 18:12:50 +0000 (11:12 -0700)
commit931d019f5b2e7bbacb162869497123be402ddd86
tree965c50e44cb9c53c9d2e18cad9100ea61397ffb8
parente38f4eb63020075432cb77bf48398187809cf4a3
target/mips: Convert to CPUClass::tlb_fill

Note that env->active_tc.PC is removed from the qemu_log as that value
is garbage.  The PC isn't recovered until cpu_restore_state, called from
cpu_loop_exit_restore, called from do_raise_exception_err.

Cc: Aleksandar Markovic <amarkovic@wavecomp.com>
Cc: Aleksandar Rikalo <arikalo@wavecomp.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/mips/cpu.c
target/mips/helper.c
target/mips/internal.h
target/mips/op_helper.c