Thank you for your review. I will take your suggestions into account — I’ll send a proper patch series including the board model using this SoC, and switch to plain text email using git send-email.
范艺豪 fanyi...@rt-thread.org Original: From:Peter Maydell <peter.mayd...@linaro.org>Date:2025-07-14 18:15:17(中国 (GMT+08:00))To:范艺豪<fanyi...@rt-thread.org>Cc:qemu-devel <qemu-devel@nongnu.org>Subject:Re: Add the stm32f407 SoCOn Sat, 12 Jul 2025 at 17:04, 范艺豪 <fanyi...@rt-thread.org> wrote: > > This will be used by the RT-Spark to create a machine. > Subject: [PATCH v1] Add the stm32f407 SoC > > Signed-off-by: Yihao Fan <fanyi...@rt-thread.org> > --- > MAINTAINERS | 7 ++ > hw/arm/Kconfig | 6 ++ > hw/arm/meson.build | 1 + > hw/arm/stm32f407_soc.c | 130 +++++++++++++++++++++++++++++++++ > include/hw/arm/stm32f407_soc.h | 32 +++++++++++ > 5 files changed, 217 insertions(+) > create mode 100644 hw/arm/stm32f407_soc.c > create mode 100644 include/hw/arm/stm32f407_soc.h Hi; thanks for this patch. As this is a patch for a new SoC, you should submit it as part of the patch series which adds also the board model that uses it. You also seem to have sent this patch as an HTML format email; please use plain text for sending mails to the mailing list, and especially for patch mails. You may find that using tooling like git send-email gives better results than using a normal mail client for sending patches. https://www.qemu.org/docs/master/devel/submitting-a-patch.html has some information and resources on this kind of admin detail. thanks -- PMM