Re: [Qemu-devel] [PATCH 8/8] target/arm: Implement new do_transaction_failed hook

2017-08-04 Thread Richard Henderson
On 08/04/2017 10:20 AM, Peter Maydell wrote: > 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 > --- > target/arm/internals.h | 10 ++ > target/arm/cpu.c | 1 + > target/arm

[Qemu-devel] [PATCH 8/8] target/arm: Implement new do_transaction_failed hook

2017-08-04 Thread Peter Maydell
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 --- target/arm/internals.h | 10 ++ target/arm/cpu.c | 1 + target/arm/op_helper.c | 43 +++