Re: [Qemu-devel] [PATCH 7/7] target/arm: Handle exceptions during exception stack pop

2018-02-03 Thread Richard Henderson
On 01/30/2018 07:02 AM, Peter Maydell wrote: > Handle possible MPU faults, SAU faults or bus errors when > popping register state off the stack during exception return. > > Signed-off-by: Peter Maydell > --- > target/arm/helper.c | 115 > ++-- > 1

[Qemu-devel] [PATCH 7/7] target/arm: Handle exceptions during exception stack pop

2018-01-30 Thread Peter Maydell
Handle possible MPU faults, SAU faults or bus errors when popping register state off the stack during exception return. Signed-off-by: Peter Maydell --- target/arm/helper.c | 115 ++-- 1 file changed, 94 insertions(+), 21 deletions(-) diff --git a