On 28 October 2014 15:22, Liviu Ionescu <i...@livius.net> wrote: > On 28 Oct 2014, at 17:03, Peter Maydell <peter.mayd...@linaro.org> wrote: >> existing stellaris boards a bit more flexible, so they honour >> the command line '-m' option to specify the SRAM size; > > thank you, I'll consider this, but generally I would like to avoid > making my plug-in configuration specific for a certain vendor/board.
It is simply not possible to avoid being specific here. QEMU insists that you say which machine model you want to run on, and the Cortex-M3 CPU itself does not define all the properties of a machine. If your test code really restricts itself to just the functionality in the core CPU then it should work fine on one of our existing M3 models. I don't think it makes sense to try to have a "generic M3" board in QEMU. thanks -- PMM