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é <[email protected]> Reviewed-by: Ilya Leoshkevich <[email protected]> Message-Id: <[email protected]> --- target/s390x/kvm/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/s390x/kvm/meson.build b/target/s390x/kvm/meson.build index 588a9aa737e..437e12f221f 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' -- 2.53.0
