]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
configs/targets: Restrict legacy ldst_phys() API on 32-bit SPARC target
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 4 Feb 2026 21:44:46 +0000 (22:44 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 9 Feb 2026 19:51:52 +0000 (20:51 +0100)
Since we removed the last legacy uses of the legacy ldst_phys()
API, set the TARGET_NOT_USING_LEGACY_LDST_PHYS_API variable to
hide the legacy API to the qemu-system-sparc binary, avoiding
further API uses to creep in.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20260204215304.52757-3-philmd@linaro.org>

configs/targets/sparc-softmmu.mak

index 272fd46f6db1fa3687d947543c086e746fb2561a..c4c38946d54352e361ff56d6c4fdce1e1fc8dc99 100644 (file)
@@ -1,4 +1,5 @@
 TARGET_ARCH=sparc
 TARGET_BIG_ENDIAN=y
 TARGET_LONG_BITS=32
+TARGET_NOT_USING_LEGACY_LDST_PHYS_API=y
 TARGET_NOT_USING_LEGACY_NATIVE_ENDIAN_API=y