OSDN Git Service

target/arm: Implement new do_transaction_failed hook
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 7 Sep 2017 12:54:55 +0000 (13:54 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 7 Sep 2017 12:54:55 +0000 (13:54 +0100)
commitc79c0a314c43b78f6326d5f137bdbafdbf8e9766
treef393bd58bc4dba89fdcea2b64a39c3f653a1e631
parent4672cbd7bed88dc67f089e84a0fd5d7739020c92
target/arm: Implement new do_transaction_failed hook

Implement the new do_transaction_failed hook for ARM, which should
cause the CPU to take a prefetch abort or data abort.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Message-id: 1504626814-23124-4-git-send-email-peter.maydell@linaro.org
target/arm/cpu.c
target/arm/internals.h
target/arm/op_helper.c