On 11/06/2017 07:33 PM, Peter Maydell wrote: > In the user-mode-only version of sparc_cpu_handle_mmu_fault(), > we must save the fault address for a data fault into the CPU > state's mmu registers, because the code in linux-user/main.c > expects to find it there in order to populate the si_addr > field of the guest siginfo. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/sparc/mmu_helper.c | 8 ++++++++ > 1 file changed, 8 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~