Re: [Qemu-devel] [PATCH v2 2/3] hw/arm: add ARMv6M object

2018-07-05 Thread Peter Maydell
On 30 June 2018 at 10:13, Stefan Hajnoczi wrote: > The ARMv6M object will be used by machine types that need ARMv6-M CPUs. > > There is no logic beyond what the ARMMProfile base class already > provides because ARMv6-M is a pretty small microcontroller without many > bells and whistles. > > Signed

[Qemu-devel] [PATCH v2 2/3] hw/arm: add ARMv6M object

2018-06-30 Thread Stefan Hajnoczi
The ARMv6M object will be used by machine types that need ARMv6-M CPUs. There is no logic beyond what the ARMMProfile base class already provides because ARMv6-M is a pretty small microcontroller without many bells and whistles. Signed-off-by: Stefan Hajnoczi --- hw/arm/Makefile.objs