Re: [Qemu-devel] [PATCH v3 4/7] target/arm: add "cortex-m0" CPU model

2018-08-01 Thread Stefan Hajnoczi
On Mon, Jul 30, 2018 at 06:52:29PM +0100, Peter Maydell wrote: > On 25 July 2018 at 09:59, Stefan Hajnoczi wrote: > > Define a "cortex-m0" ARMv6-M CPU model. > > > > Most of the register reset values set by other CPU models are not > > relevant for the cut-down ARMv6-M architecture. > > > > Signed

Re: [Qemu-devel] [PATCH v3 4/7] target/arm: add "cortex-m0" CPU model

2018-07-30 Thread Peter Maydell
On 25 July 2018 at 09:59, Stefan Hajnoczi wrote: > Define a "cortex-m0" ARMv6-M CPU model. > > Most of the register reset values set by other CPU models are not > relevant for the cut-down ARMv6-M architecture. > > Signed-off-by: Stefan Hajnoczi > --- > target/arm/cpu.c | 11 +++ > 1 fil

[Qemu-devel] [PATCH v3 4/7] target/arm: add "cortex-m0" CPU model

2018-07-25 Thread Stefan Hajnoczi
Define a "cortex-m0" ARMv6-M CPU model. Most of the register reset values set by other CPU models are not relevant for the cut-down ARMv6-M architecture. Signed-off-by: Stefan Hajnoczi --- target/arm/cpu.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/target/arm/cpu.c b/targe