Re: [Qemu-devel] [PATCH 10/20] target/arm: Update excret sanity checks for v8M

2017-10-05 Thread Richard Henderson
On 09/22/2017 10:59 AM, Peter Maydell wrote: > In v8M, more bits are defined in the exception-return magic > values; update the code that checks these so we accept > the v8M values when the CPU permits them. > > Signed-off-by: Peter Maydell > --- > target/arm/helper.c | 73 > +++

[Qemu-devel] [PATCH 10/20] target/arm: Update excret sanity checks for v8M

2017-09-22 Thread Peter Maydell
In v8M, more bits are defined in the exception-return magic values; update the code that checks these so we accept the v8M values when the CPU permits them. Signed-off-by: Peter Maydell --- target/arm/helper.c | 73 ++--- 1 file changed, 58 inserti