linux-user/sparc: Put address for data faults where linux-user expects it
commit8d8cb956e0a679fcf0a8e24f1b2f34e038cdd48e
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 6 Nov 2017 18:33:25 +0000 (6 18:33 +0000)
committerRiku Voipio <riku.voipio@linaro.org>
Tue, 7 Nov 2017 19:59:18 +0000 (7 21:59 +0200)
treed617d85aea69bb808ff2f91c3177c01aa16994ee
parent15e692a6fc716f32976eea47946a4892e8ad7a3f
linux-user/sparc: Put address for data faults where linux-user expects it

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.

Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
target/sparc/mmu_helper.c