target/alpha: Switch to do_transaction_failed() hook
commit6ad4d7eed05a1e23537fc92b50f898f5977f37e6
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 8 Aug 2017 12:42:52 +0000 (8 13:42 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 7 Sep 2017 18:15:55 +0000 (7 11:15 -0700)
tree68274ea648323ca49a2fcd96b65ff1a65e251ec7
parent99a92b9459c1197e58036ab5a6f3ac6a5119b2ad
target/alpha: Switch to do_transaction_failed() hook

Switch the alpha target from the old unassigned_access hook
to the new do_transaction_failed hook. This allows us to
resolve a ??? in the old hook implementation.

The only part of the alpha target that does physical
memory accesses is reading the page table -- add a
TODO comment there to the effect that we should handle
bus faults on page table walks. (Since the palcode
doesn't actually do anything useful on a bus fault anyway
it's a bit moot for now.)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <1502196172-13818-1-git-send-email-peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/alpha/cpu.c
target/alpha/cpu.h
target/alpha/helper.c
target/alpha/mem_helper.c