Home
last modified time | relevance | path

Searched +full:selftest +full:- +full:migration (Results 1 – 6 of 6) sorted by relevance

/kvm-unit-tests/powerpc/
H A Dunittests.cfg12 # that the configured amount of memory (-m <MB>) are correctly setup
15 [selftest-setup]
16 file = selftest.elf
19 qemu_params = -m 1g
20 groups = selftest
22 [selftest-migration]
23 file = selftest-migration.elf
25 groups = selftest migration
27 [selftest-migration-skip]
28 file = selftest-migration.elf
[all …]
H A DMakefile.common7 tests-common = \
8 $(TEST_DIR)/selftest.elf \
9 $(TEST_DIR)/selftest-migration.elf \
10 $(TEST_DIR)/memory-verify.elf \
23 tests-all = $(tests-common) $(tests)
24 all: directories $(TEST_DIR)/boot_rom.bin $(tests-all)
28 mabi_no_altivec := $(call cc-option,-mabi=no-altivec,"")
30 CFLAGS += -std=gnu99
31 CFLAGS += -ffreestanding
32 CFLAGS += -O2 -msoft-float -mno-altivec $(mabi_no_altivec)
[all …]
/kvm-unit-tests/arm/
H A Dunittests.cfg12 # that the configured amount of memory (-m <MB>) are correctly setup
15 [selftest-setup]
16 file = selftest.flat
19 qemu_params = -m 256
20 kvmtool_params = --mem 256
21 groups = selftest
24 [selftest-vectors-kernel]
25 file = selftest.flat
26 test_args = vectors-kernel
27 groups = selftest
[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 …]
/kvm-unit-tests/s390x/
H A Dunittests.cfg9 [selftest-setup]
10 file = selftest.elf
11 groups = selftest
12 # please keep the kernel cmdline in sync with $(TEST_DIR)/selftest.parmfile
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]
[all …]
H A DMakefile1 tests = $(TEST_DIR)/selftest.elf
2 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
36 tests += $(TEST_DIR)/migration.elf
37 tests += $(TEST_DIR)/pv-attest.elf
[all …]