Re: [Qemu-devel] [PATCH v1 4/4] hw: Add support for a dummy ARMv7-M board

2012-08-28 Thread Meador Inge
On 08/28/2012 07:48 AM, Peter Maydell wrote: > On 27 August 2012 21:37, Meador Inge wrote: >> This patch adds support for a "dummy" ARMv7-M board so that >> QEMU can be used as an ISS for ARMv7-M processors. For example, >> running an image compiled for the Cortex-M3 with -cpu cortex-m3 >> shoul

Re: [Qemu-devel] [PATCH v1 4/4] hw: Add support for a dummy ARMv7-M board

2012-08-28 Thread Peter Maydell
On 27 August 2012 21:37, Meador Inge wrote: > This patch adds support for a "dummy" ARMv7-M board so that > QEMU can be used as an ISS for ARMv7-M processors. For example, > running an image compiled for the Cortex-M3 with -cpu cortex-m3 > should just work. So what programs would run on this 'du

[Qemu-devel] [PATCH v1 4/4] hw: Add support for a dummy ARMv7-M board

2012-08-27 Thread Meador Inge
This patch adds support for a "dummy" ARMv7-M board so that QEMU can be used as an ISS for ARMv7-M processors. For example, running an image compiled for the Cortex-M3 with -cpu cortex-m3 should just work. Signed-off-by: Meador Inge --- hw/arm/Makefile.objs |1 + hw/dummy_armv7m.c| 40