Re: [PATCHv2 0/4] target/arm: fix missing exception class

2021-06-03 Thread Peter Maydell
On Wed, 26 May 2021 at 13:24, Jamie Iles wrote: > > Thanks Peter for the suggestions, I also added a patch to switch a > couple of cpu_restore_state+raise_exception pairs in stack limit > exception handling for both v7m and v8m. > > v2: > - fix raise_exception_ra to restore state before raising e

[PATCHv2 0/4] target/arm: fix missing exception class

2021-05-26 Thread Jamie Iles
Thanks Peter for the suggestions, I also added a patch to switch a couple of cpu_restore_state+raise_exception pairs in stack limit exception handling for both v7m and v8m. v2: - fix raise_exception_ra to restore state before raising exception - remove redundant do_raise_exception - remove no