From: Peter Maydell <peter.maydell@linaro.org>
To: qemu-devel@nongnu.org
Subject: [PULL 09/10] configs/targets: Restrict the legacy ldst_phys() API on ARM / Aarch64
Date: Mon, 23 Mar 2026 10:54:28 +0000 [thread overview]
Message-ID: <20260323105429.4059580-10-peter.maydell@linaro.org> (raw)
In-Reply-To: <20260323105429.4059580-1-peter.maydell@linaro.org>
From: Philippe Mathieu-Daudé <philmd@linaro.org>
Commit d751921cffd ("hw/arm/omap1: Remove omap_badwidth_*
implementations") removed the last use of the legacy ldst_phys()
API. Set the TARGET_NOT_USING_LEGACY_LDST_PHYS_API variable to
hide the legacy API to the ARM / Aarch64 binaries, avoiding further
API uses to creep in.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20260319104414.66367-1-philmd@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
configs/targets/aarch64-softmmu.mak | 1 +
configs/targets/arm-softmmu.mak | 1 +
2 files changed, 2 insertions(+)
diff --git a/configs/targets/aarch64-softmmu.mak b/configs/targets/aarch64-softmmu.mak
index 9a20187e2c..d34aead41c 100644
--- a/configs/targets/aarch64-softmmu.mak
+++ b/configs/targets/aarch64-softmmu.mak
@@ -5,3 +5,4 @@ TARGET_XML_FILES= aarch64-core.xml aarch64-fpu.xml arm-core.xml arm-vfp.xml arm-
# needed by boot.c
TARGET_NEED_FDT=y
TARGET_LONG_BITS=64
+TARGET_NOT_USING_LEGACY_LDST_PHYS_API=y
diff --git a/configs/targets/arm-softmmu.mak b/configs/targets/arm-softmmu.mak
index 35af7da79f..b235e34a38 100644
--- a/configs/targets/arm-softmmu.mak
+++ b/configs/targets/arm-softmmu.mak
@@ -3,3 +3,4 @@ TARGET_XML_FILES= arm-core.xml arm-vfp.xml arm-vfp3.xml arm-vfp-sysregs.xml arm-
# needed by boot.c
TARGET_NEED_FDT=y
TARGET_LONG_BITS=32
+TARGET_NOT_USING_LEGACY_LDST_PHYS_API=y
--
2.43.0
next prev parent reply other threads:[~2026-03-23 10:55 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-23 10:54 [PULL 00/10] target-arm queue Peter Maydell
2026-03-23 10:54 ` [PULL 01/10] tests/qtest/arm-cpu-features: Fix thinko in g_strdup_printf() call Peter Maydell
2026-03-23 10:54 ` [PULL 02/10] configure: Remove unused variable default_cflags Peter Maydell
2026-03-23 10:54 ` [PULL 03/10] whpx: arm: fix -cpu host Peter Maydell
2026-03-23 10:54 ` [PULL 04/10] whpx: arm: add EC_DATAABORT assert for WHvRunVpExitReasonGpaIntercept/UnmappedGpa Peter Maydell
2026-03-23 10:54 ` [PULL 05/10] whpx: arm: enable more enlightenments Peter Maydell
2026-03-23 10:54 ` [PULL 06/10] whpx: arm: remove comment bit that is no longer accurate Peter Maydell
2026-03-23 10:54 ` [PULL 07/10] target/arm: cpu: alter error message for host CPU type Peter Maydell
2026-03-23 10:54 ` [PULL 08/10] whpx: arm: fix ID_AA64MMFR3_EL1 host feature register index Peter Maydell
2026-03-23 10:54 ` Peter Maydell [this message]
2026-03-23 10:54 ` [PULL 10/10] hw/isa/piix: Embed i8259 irq in device state instead of allocating Peter Maydell
2026-03-23 12:43 ` [PULL 00/10] target-arm queue Peter Maydell
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=20260323105429.4059580-10-peter.maydell@linaro.org \
--to=peter.maydell@linaro.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