Searched +full:rtas +full:- +full:get +full:- +full:time +full:- +full:of +full:- +full:day +full:- +full:base (Results 1 – 3 of 3) sorted by relevance
11 # Test that the configured number of processors (smp = <num>), and12 # that the configured amount of memory (-m <MB>) are correctly setup15 [selftest-setup]19 qemu_params = -m 1g22 [selftest-migration]23 file = selftest-migration.elf27 [selftest-migration-skip]28 file = selftest-migration.elf33 [migration-memory]34 file = memory-verify.elf[all …]
11 - arch: ppc64le13 apt_packages: clang qemu-system-ppc15 - CONFIG="--arch=ppc64 --endian=little --cc=clang --cflags=-no-integrated-as"16 - TESTS="emulator rtas-get-time-of-day rtas-get-time-of-day-base17 rtas-set-time-of-day selftest-setup spapr_hcall"19 - arch: s390x22 apt_packages: clang-11 qemu-system-s390x24 - CONFIG="--arch=s390x --cc=clang-11 --cflags=-no-integrated-as"25 - TESTS=""28 - mkdir -p build && cd build[all …]
4 - dnf update -y5 - dnf install -y make python15 - logs23 - build/logs25 build-aarch64:28 - dnf install -y qemu-system-aarch64 gcc-aarch64-linux-gnu29 - ./configure --arch=aarch64 --cross-prefix=aarch64-linux-gnu-30 - make -j231 - ACCEL=tcg MAX_SMP=8 ./run_tests.sh33 debug-bp[all …]