Re: [Qemu-devel] [PATCH v2 07/26] armv7m: simpler/faster exception start

2015-12-17 Thread Peter Maydell
On 3 December 2015 at 00:18, Michael Davidsaver wrote: > No need to bounce through EXCP_IRQ handling > for non-IRQ exceptions. just update CPU > state directly. > --- > target-arm/helper.c | 13 +++-- > 1 file changed, 7 insertions(+), 6 deletions(-) This commit takes my stellaris test

[Qemu-devel] [PATCH v2 07/26] armv7m: simpler/faster exception start

2015-12-02 Thread Michael Davidsaver
No need to bounce through EXCP_IRQ handling for non-IRQ exceptions. just update CPU state directly. --- target-arm/helper.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/target-arm/helper.c b/target-arm/helper.c index 7b76f32..4490b74 100644 --- a/target-arm/he