unicorn/qemu/target
Richard Henderson e98c731550
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.

Backports commit 8a4ca3c10a96be6ed7f023b685b688c4d409bbcb from qemu
2019-05-16 17:24:01 -04:00
..
arm target/arm: Convert to CPUClass::tlb_fill 2019-05-16 16:55:12 -04:00
i386 target/i386: Convert to CPUClass::tlb_fill 2019-05-16 17:08:14 -04:00
m68k target/m68k: Convert to CPUClass::tlb_fill 2019-05-16 17:12:41 -04:00
mips target/mips: Convert to CPUClass::tlb_fill 2019-05-16 17:19:47 -04:00
riscv target/riscv: Convert to CPUClass::tlb_fill 2019-05-16 17:24:01 -04:00
sparc Clean up ill-advised or unusual header guards 2019-05-14 08:02:53 -04:00