Re: [Qemu-devel] [PATCH 16/26] target/riscv: Convert to CPUClass::tlb_fill

2019-04-03 Thread Alistair Francis
On Tue, Apr 2, 2019 at 8:57 PM Richard Henderson wrote: > > 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-ri...@nongnu.org > Cc: Palmer

[Qemu-devel] [PATCH 16/26] target/riscv: Convert to CPUClass::tlb_fill

2019-04-02 Thread Richard Henderson
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-ri...@nongnu.org Cc: Palmer Dabbelt Cc: Alistair Francis Signed-off-by: Richard Henderson ---