Re: [Qemu-devel] [PATCH 03/18] armv7m: Complain about incorrect exception table entries.

2015-12-02 Thread Michael Davidsaver
On 11/17/2015 12:20 PM, Peter Maydell wrote: > This one's not really correct, I'm afraid (though the spec-mandated > behaviour is a bit subtle). I've dropped this patch.

Re: [Qemu-devel] [PATCH 03/18] armv7m: Complain about incorrect exception table entries.

2015-11-17 Thread Peter Maydell
On 9 November 2015 at 01:11, Michael Davidsaver wrote: > For -M These should always be thumb mode. > Log a message if this is seen. > > Signed-off-by: Michael Davidsaver This one's not really correct, I'm afraid (though the spec-mandated behaviour

[Qemu-devel] [PATCH 03/18] armv7m: Complain about incorrect exception table entries.

2015-11-08 Thread Michael Davidsaver
For -M These should always be thumb mode. Log a message if this is seen. Signed-off-by: Michael Davidsaver --- target-arm/helper.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/target-arm/helper.c b/target-arm/helper.c index 4408100..4178400