Re: [PATCH v7 4/4] hw/arm: Add the Netduino Plus 2

2020-01-06 Thread Peter Maydell
On Mon, 6 Jan 2020 at 16:56, Igor Mammedov wrote: > I wonder if we should make user provided '-m' a hard error > for boards that have fixed RAM size. And make '-m' or forthcoming > "-machine memdev" optin feature for boards that explicitly ask for it? Maybe. I bet that there are users out there e

Re: [PATCH v7 4/4] hw/arm: Add the Netduino Plus 2

2020-01-06 Thread Igor Mammedov
On Wed, 18 Dec 2019 21:22:55 -0800 Alistair Francis wrote: > Signed-off-by: Alistair Francis > Reviewed-by: Peter Maydell > --- > MAINTAINERS| 6 + > hw/arm/Makefile.objs | 1 + > hw/arm/netduinoplus2.c | 52 ++ > 3 files changed, 59

[PATCH v7 4/4] hw/arm: Add the Netduino Plus 2

2019-12-18 Thread Alistair Francis
Signed-off-by: Alistair Francis Reviewed-by: Peter Maydell --- MAINTAINERS| 6 + hw/arm/Makefile.objs | 1 + hw/arm/netduinoplus2.c | 52 ++ 3 files changed, 59 insertions(+) create mode 100644 hw/arm/netduinoplus2.c diff --git a/MAIN