qemu-e2k/target/sparc
Peter Maydell f8c3db33a5 target/sparc: Switch to do_transaction_failed() hook
Switch the SPARC target from the old unassigned_access hook to the
new do_transaction_failed hook.

This will cause the "if transaction failed" code paths added in
the previous commits to become active if the access is to an
unassigned address. In particular we'll now handle bus errors
during page table walks correctly (generating a translation
error with the right kind of fault status).

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Message-id: 20190801183012.17564-8-peter.maydell@linaro.org
2019-09-17 12:01:00 +01:00
..
asi.h
cc_helper.c
cpu-param.h
cpu-qom.h
cpu.c target/sparc: Switch to do_transaction_failed() hook 2019-09-17 12:01:00 +01:00
cpu.h target/sparc: Switch to do_transaction_failed() hook 2019-09-17 12:01:00 +01:00
fop_helper.c
gdbstub.c
helper.c
helper.h
int32_helper.c
int64_helper.c
ldst_helper.c target/sparc: Switch to do_transaction_failed() hook 2019-09-17 12:01:00 +01:00
machine.c
Makefile.objs
mmu_helper.c target/sparc: Remove unused ldl_phys from dump_mmu() 2019-09-17 12:01:00 +01:00
monitor.c
TODO
trace-events
translate.c tcg: TCGMemOp is now accelerator independent MemOp 2019-09-03 08:30:38 -07:00
vis_helper.c
win_helper.c