Re: [PATCH v2] target/arm: Add cortex-m0+ support

2024-11-15 Thread Peter Maydell
On Wed, 13 Nov 2024 at 17:36, Matthieu Castet wrote: > > Signed-off-by: Matthieu Castet Hi; thanks for version 2; this looks pretty good and I just have a couple of small nits. Firstly, there's still no commit message body text here. Commit messages should explain the intention of the commit and

[PATCH v2] target/arm: Add cortex-m0+ support

2024-11-13 Thread Matthieu Castet
Signed-off-by: Matthieu Castet --- hw/intc/armv7m_nvic.c| 51 ++-- target/arm/cpu.c | 5 ++-- target/arm/ptw.c | 14 +-- target/arm/tcg/cpu-v7m.c | 17 ++ 4 files changed, 81 insertions(+), 6 deletions(-) diff --git a/hw