Re: [Qemu-devel] [PATCH v2 11/13] armv7m: Check exception return consistency

2017-02-24 Thread Alex Bennée
Peter Maydell writes: > Implement the exception return consistency checks > described in the v7M pseudocode ExceptionReturn(). > > Inspired by a patch from Michael Davidsaver's series, but > this is a reimplementation from scratch based on the > ARM ARM pseudocode. > > Signed-off-by: Peter Mayde

[Qemu-devel] [PATCH v2 11/13] armv7m: Check exception return consistency

2017-02-16 Thread Peter Maydell
Implement the exception return consistency checks described in the v7M pseudocode ExceptionReturn(). Inspired by a patch from Michael Davidsaver's series, but this is a reimplementation from scratch based on the ARM ARM pseudocode. Signed-off-by: Peter Maydell --- target/arm/cpu.h | 12 ++