]> git.proxmox.com Git - mirror_qemu.git/commit
target/riscv: Convert to CPUClass::tlb_fill
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 2 Apr 2019 10:12:38 +0000 (17:12 +0700)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 10 May 2019 18:12:50 +0000 (11:12 -0700)
commit8a4ca3c10a96be6ed7f023b685b688c4d409bbcb
tree79fa72517c0e0f3cfec7c648e7747450a49e6939
parent351bc97ecfa4b7ef1f1fc9cc32de3541b2130000
target/riscv: Convert to CPUClass::tlb_fill

Note that env->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 riscv_raise_exception.

Cc: qemu-riscv@nongnu.org
Cc: Palmer Dabbelt <palmer@sifive.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/riscv/cpu.c
target/riscv/cpu.h
target/riscv/cpu_helper.c