configs/targets: Restrict the legacy ldst_phys() API on s390x target
The s390x target doesn't use the legacy ldst_phys() API anymore. Set the TARGET_NOT_USING_LEGACY_LDST_PHYS_API variable to hide the legacy API to the qemu-system-loongarch64 binary, avoiding further API uses to creep in. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Matthew Rosato <mjrosato@linux.ibm.com> Tested-by: Matthew Rosato <mjrosato@linux.ibm.com> Message-ID: <20260319185203.11799-6-philmd@linaro.org> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Philippe Mathieu-Daudé committed
Mar 19, 2026 at 19:52 UTC
6aff8bd15b2fb450f3de26991588891c5225e140
1 file changed
+1
configs/targets/s390x-softmmu.mak
+1
@@ -4,3 +4,4 @@ TARGET_KVM_HAVE_GUEST_DEBUG=y
4
TARGET_XML_FILES= s390x-core64.xml s390-acr.xml s390-fpr.xml s390-vx.xml s390-cr.xml s390-virt.xml s390-virt-kvm.xml s390-gs.xml
5
TARGET_LONG_BITS=64
6
TARGET_NOT_USING_LEGACY_NATIVE_ENDIAN_API=y
7
+TARGET_NOT_USING_LEGACY_LDST_PHYS_API=y