Home
last modified time | relevance | path

Searched +full:migration +full:- +full:sck (Results 1 – 4 of 4) sorted by relevance

/kvm-unit-tests/s390x/
H A Dmigration-sck.c1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * SET CLOCK migration tests
26 cc = sck(&time_to_set); in test_sck_migration()
41 * migration. Implementations can just migrate the guest TOD value or do something more in test_sck_migration()
49 report_prefix_push("migration-sck"); in main()
H A Dunittests.cfg9 [selftest-setup]
15 [selftest-migration]
16 file = selftest-migration.elf
17 groups = selftest migration
18 # TODO: Remove accel=kvm once the following TCG migration fix has been merged:
19 # https://lore.kernel.org/qemu-devel/20240219061731.232570-1-npiggin@gmail.com/
22 [selftest-migration-skip]
23 file = selftest-migration.elf
24 groups = selftest migration
27 # This fails due to a QEMU TCG bug so KVM-only until QEMU is fixed upstream
[all …]
H A DMakefile2 tests += $(TEST_DIR)/selftest-migration.elf
3 tests += $(TEST_DIR)/memory-verify.elf
23 tests += $(TEST_DIR)/sck.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
36 tests += $(TEST_DIR)/migration.elf
37 tests += $(TEST_DIR)/pv-attest.elf
[all …]
/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 …]