Commit b482e552d9 for qemu.org

commit b482e552d932d9fdf428d2e52dce7f8b1d23492a
Author: Philippe Mathieu-Daudé <philmd@linaro.org>
Date:   Wed Apr 22 21:31:10 2026 +0200

    target/s390x: Do not compile KVM stubs for linux-user binary

    None of these KVM symbols should be used in the qemu-s390x
    linux-user binary. Do not build the stub there, prefer a
    real linker failure.

    Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
    Reviewed-by: Ilya Leoshkevich <iii@linux.ibm.com>
    Message-Id: <20260423135035.50126-3-philmd@linaro.org>

diff --git a/target/s390x/kvm/meson.build b/target/s390x/kvm/meson.build
index 588a9aa737..437e12f221 100644
--- a/target/s390x/kvm/meson.build
+++ b/target/s390x/kvm/meson.build
@@ -1,5 +1,5 @@

-s390x_ss.add(when: 'CONFIG_KVM', if_true: files(
+s390x_system_ss.add(when: 'CONFIG_KVM', if_true: files(
   'pv.c',
   'kvm.c',
   'stsi-topology.c'