Re: [Qemu-devel] [PATCH v3 04/31] target/arm: Introduce raise_exception_ra

2019-01-08 Thread Peter Maydell
On Tue, 8 Jan 2019 at 22:31, Richard Henderson wrote: > > This path uses cpu_loop_exit_restore to unwind current processor state. > > Suggested-by: Peter Maydell > Signed-off-by: Richard Henderson > --- > target/arm/internals.h | 7 +++ > target/arm/op_helper.c | 19 +-- >

[Qemu-devel] [PATCH v3 04/31] target/arm: Introduce raise_exception_ra

2019-01-08 Thread Richard Henderson
This path uses cpu_loop_exit_restore to unwind current processor state. Suggested-by: Peter Maydell Signed-off-by: Richard Henderson --- target/arm/internals.h | 7 +++ target/arm/op_helper.c | 19 +-- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/target/a