configure | 465 +++++++++++++++++++++++++++++++- tests/tcg/s390x/libc/stdio.h | 11 + tests/tcg/s390x/libc/string.h | 12 + .gitlab-ci.d/buildtest.yml | 2 +- .gitlab-map-auto | 8 +- linux-user/aarch64/Makefile.vdso | 2 +- linux-user/arm/Makefile.vdso | 2 +- linux-user/hppa/Makefile.vdso | 2 +- linux-user/i386/Makefile.vdso | 2 +- linux-user/loongarch64/Makefile.vdso | 2 +- linux-user/ppc/Makefile.vdso | 2 +- linux-user/riscv/Makefile.vdso | 2 +- linux-user/s390x/Makefile.vdso | 2 +- linux-user/sh4/Makefile.vdso | 2 +- linux-user/x86_64/Makefile.vdso | 2 +- meson_options.txt | 3 + scripts/coverity-scan/run-coverity-scan | 2 +- scripts/gitlab-map-update | 2 +- scripts/meson-buildoptions.py | 3 +- scripts/meson-buildoptions.sh | 58 +++- tests/docker/Makefile.include | 6 +- tests/docker/docker.py | 28 +- tests/tcg/meson.build | 30 ++- tests/tcg/s390x/system/meson.build | 2 + 24 files changed, 599 insertions(+), 53 deletions(-) create mode 100644 tests/tcg/s390x/libc/stdio.h create mode 100644 tests/tcg/s390x/libc/string.h