Re: [Qemu-devel] [PATCH v1 1/2] target_arm: Remove memory region init from armv7m_init

2015-01-27 Thread Alistair Francis
On Wed, Jan 28, 2015 at 4:37 AM, Peter Maydell wrote: > On 24 January 2015 at 08:02, Alistair Francis wrote: >> This patch moves the memory region init code from the >> armv7m_init function to the stellaris_init function >> >> Signed-off-by: Alistair Francis >> Reviewed-by: Peter Crosthwaite >>

Re: [Qemu-devel] [PATCH v1 1/2] target_arm: Remove memory region init from armv7m_init

2015-01-27 Thread Peter Maydell
On 24 January 2015 at 08:02, Alistair Francis wrote: > This patch moves the memory region init code from the > armv7m_init function to the stellaris_init function > > Signed-off-by: Alistair Francis > Reviewed-by: Peter Crosthwaite > --- > This has been split from the Netduino 2 machine patch >

[Qemu-devel] [PATCH v1 1/2] target_arm: Remove memory region init from armv7m_init

2015-01-24 Thread Alistair Francis
This patch moves the memory region init code from the armv7m_init function to the stellaris_init function Signed-off-by: Alistair Francis Reviewed-by: Peter Crosthwaite --- This has been split from the Netduino 2 machine patch series. hw/arm/armv7m.c | 33 +++--