From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: Pierrick Bouvier <pierrick.bouvier@linaro.org>, qemu-devel@nongnu.org
Cc: qemu-arm@nongnu.org, Peter Maydell <peter.maydell@linaro.org>
Subject: Re: [PATCH 0/3] single-binary: compile hw/intc/arm* files once
Date: Mon, 28 Jul 2025 11:39:38 +0200 [thread overview]
Message-ID: <bfdd8821-a7f7-4648-a389-124426da6d15@linaro.org> (raw)
In-Reply-To: <20250725201906.19533-1-pierrick.bouvier@linaro.org>
On 25/7/25 22:19, Pierrick Bouvier wrote:
> Move those files to hw/arm, as they depend on arm target code.
>
> Pierrick Bouvier (3):
> hw/arm/arm_gicv3_cpuif_common: move to hw/arm and compile only once
> hw/arm/arm_gicv3_cpuif: move to hw/arm and compile only once
> hw/arm/armv7m_nvic: move to hw/arm and compile only once
>
> hw/{intc => arm}/arm_gicv3_cpuif.c | 2 +-
> hw/{intc => arm}/arm_gicv3_cpuif_common.c | 2 +-
> hw/{intc => arm}/armv7m_nvic.c | 0
Alternatively add arm_common_ss in hw/intc/meson.build?
arm_common_ss = ss.source_set()
arm_common_ss.add(when: 'CONFIG_ARM_GIC',
if_true: files('arm_gicv3_cpuif_common.c'))
arm_common_ss.add(when: 'CONFIG_ARM_GICV3',
if_true: files('arm_gicv3_cpuif.c'))
arm_common_ss.add(when: 'CONFIG_ARM_V7M',
if_true: files('armv7m_nvic.c'))
hw_common_arch += {'arm': arm_common_ss}
> hw/arm/meson.build | 3 +
> hw/arm/trace-events | 79 +++++++++++++++++++++++
> hw/intc/meson.build | 3 -
> hw/intc/trace-events | 79 -----------------------
> 7 files changed, 84 insertions(+), 84 deletions(-)
> rename hw/{intc => arm}/arm_gicv3_cpuif.c (99%)
> rename hw/{intc => arm}/arm_gicv3_cpuif_common.c (92%)
> rename hw/{intc => arm}/armv7m_nvic.c (100%)
>
next prev parent reply other threads:[~2025-07-28 9:40 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-25 20:19 [PATCH 0/3] single-binary: compile hw/intc/arm* files once Pierrick Bouvier
2025-07-25 20:19 ` [PATCH 1/3] hw/arm/arm_gicv3_cpuif_common: move to hw/arm and compile only once Pierrick Bouvier
2025-07-25 20:19 ` [PATCH 2/3] hw/arm/arm_gicv3_cpuif: " Pierrick Bouvier
2025-07-25 20:19 ` [PATCH 3/3] hw/arm/armv7m_nvic: " Pierrick Bouvier
2025-07-28 9:39 ` Philippe Mathieu-Daudé [this message]
2025-07-28 19:34 ` [PATCH 0/3] single-binary: compile hw/intc/arm* files once Pierrick Bouvier
2025-07-28 21:57 ` Philippe Mathieu-Daudé
2025-07-28 22:04 ` Pierrick Bouvier
2025-07-31 16:23 ` Peter Maydell
2025-07-31 18:30 ` Pierrick Bouvier
2025-07-31 21:27 ` Philippe Mathieu-Daudé
2025-07-31 22:24 ` Pierrick Bouvier
2025-08-01 8:34 ` Peter Maydell
2025-08-01 16:31 ` Pierrick Bouvier
2025-08-01 16:38 ` Peter Maydell
2025-08-01 16:59 ` Pierrick Bouvier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bfdd8821-a7f7-4648-a389-124426da6d15@linaro.org \
--to=philmd@linaro.org \
--cc=peter.maydell@linaro.org \
--cc=pierrick.bouvier@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).