Home
last modified time | relevance | path

Searched +full:build +full:- +full:s390x (Results 1 – 5 of 5) sorted by relevance

/kvm-unit-tests/
H A D.gitlab-ci.yml4 - dnf update -y
5 - dnf install -y make python
15 - logs
23 - build/logs
25 build-aarch64:
28 - dnf install -y qemu-system-aarch64 gcc-aarch64-linux-gnu
29 - ./configure --arch=aarch64 --cross-prefix=aarch64-linux-gnu-
30 - make -j2
31 - ACCEL=tcg MAX_SMP=8 ./run_tests.sh
33 debug-bp
[all …]
H A D.travis.yml11 - arch: ppc64le
13 apt_packages: clang qemu-system-ppc
15 - CONFIG="--arch=ppc64 --endian=little --cc=clang --cflags=-no-integrated-as"
16 - TESTS="emulator rtas-get-time-of-day rtas-get-time-of-day-base
17 rtas-set-time-of-day selftest-setup spapr_hcall"
19 - arch: s390x
22 apt_packages: clang-11 qemu-system-s390x
24 - CONFIG="--arch=s390x --cc=clang-11 --cflags=-no-integrated-as"
25 - TESTS=""
28 - mkdir -p build && cd build
[all …]
H A D.gitignore14 .stgit-*
20 /*-run
23 /build-head
26 /api/api-sample
27 /api/dirty-log
28 /api/dirty-log-perf
29 /s390x/*.bin
30 /s390x/snippets/*/*.gbin
31 /efi-tests/*
32 /s390x/comm.key
[all …]
H A Dconfigure3 if [ -z "${BASH_VERSINFO[0]}" ] || [ "${BASH_VERSINFO[0]}" -lt 4 ] ; then
4 echo "Error: Bash version 4 or newer is required for the kvm-unit-tests"
15 echo "cortex-a15"
18 echo "cortex-a57"
33 echo "cortex-a15"
51 arch=$(uname -m | sed -e 's/i.86/i386/;s/arm64/aarch64/;s/arm.*/arm/;s/ppc64.*/ppc64/')
72 # Enable -Werror by default for git repositories only (i.e. developer builds)
73 if [ -e "$srcdir"/.git ]; then
74 werror=-Werror
81 [ -z "$processor" ] && processor=$(get_default_processor $arch)
[all …]
/kvm-unit-tests/s390x/
H A DMakefile2 tests += $(TEST_DIR)/selftest-migration.elf
3 tests += $(TEST_DIR)/memory-verify.elf
25 tests += $(TEST_DIR)/uv-guest.elf
28 tests += $(TEST_DIR)/uv-host.elf
30 tests += $(TEST_DIR)/mvpg-sie.elf
31 tests += $(TEST_DIR)/spec_ex-sie.elf
35 tests += $(TEST_DIR)/adtl-status.elf
37 tests += $(TEST_DIR)/pv-attest.elf
38 tests += $(TEST_DIR)/migration-cmm.elf
39 tests += $(TEST_DIR)/migration-skey.elf
[all …]