Re: [Qemu-devel] [PATCH 1/6] ARM: add Cortex-M3/M4 exception configuration and status registers

2015-07-14 Thread Peter Maydell
On 7 July 2015 at 19:25, Alex Zuepke wrote: > > Signed-off-by: Alex Zuepke > --- > target-arm/cpu.h | 51 > ++ > target-arm/machine.c |6 ++ > 2 files changed, 57 insertions(+) > > diff --git a/target-arm/cpu.h b/target-arm/cpu.h > i

Re: [Qemu-devel] [PATCH 1/6] ARM: add Cortex-M3/M4 exception configuration and status registers

2015-07-14 Thread Peter Maydell
On 7 July 2015 at 19:25, Alex Zuepke wrote: > > Signed-off-by: Alex Zuepke > --- > target-arm/cpu.h | 51 > ++ > target-arm/machine.c |6 ++ > 2 files changed, 57 insertions(+) > > diff --git a/target-arm/cpu.h b/target-arm/cpu.h > i

[Qemu-devel] [PATCH 1/6] ARM: add Cortex-M3/M4 exception configuration and status registers

2015-07-07 Thread Alex Zuepke
Signed-off-by: Alex Zuepke --- target-arm/cpu.h | 51 ++ target-arm/machine.c |6 ++ 2 files changed, 57 insertions(+) diff --git a/target-arm/cpu.h b/target-arm/cpu.h index 80297b3..1089f63 100644 --- a/target-arm/cpu.h +++ b/target