Re: [Qemu-devel] [PATCH 6/7] target/arm: Make exception vector loads honour the SAU

2018-02-03 Thread Richard Henderson
On 01/30/2018 07:02 AM, Peter Maydell wrote: > Make the load of the exception vector from the vector table honour > the SAU and any bus error on the load (possibly provoking a derived > exception), rather than simply aborting if the load fails. > > Signed-off-by: Peter Maydell > --- > target/arm

[Qemu-devel] [PATCH 6/7] target/arm: Make exception vector loads honour the SAU

2018-01-30 Thread Peter Maydell
Make the load of the exception vector from the vector table honour the SAU and any bus error on the load (possibly provoking a derived exception), rather than simply aborting if the load fails. Signed-off-by: Peter Maydell --- target/arm/helper.c | 71 +---