Searched +full:selftest +full:- +full:migration (Results 1 – 6 of 6) sorted by relevance
12 # that the configured amount of memory (-m <MB>) are correctly setup15 [selftest-setup]16 file = selftest.elf19 qemu_params = -m 1g20 groups = selftest22 [selftest-migration]23 file = selftest-migration.elf25 groups = selftest migration27 [selftest-migration-skip]28 file = selftest-migration.elf[all …]
7 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=gnu9931 CFLAGS += -ffreestanding32 CFLAGS += -O2 -msoft-float -mno-altivec $(mabi_no_altivec)[all …]
12 # that the configured amount of memory (-m <MB>) are correctly setup15 [selftest-setup]16 file = selftest.flat19 qemu_params = -m 25620 kvmtool_params = --mem 25621 groups = selftest24 [selftest-vectors-kernel]25 file = selftest.flat26 test_args = vectors-kernel27 groups = selftest[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 …]
9 [selftest-setup]10 file = selftest.elf11 groups = selftest12 # please keep the kernel cmdline in sync with $(TEST_DIR)/selftest.parmfile15 [selftest-migration]16 file = selftest-migration.elf17 groups = selftest migration18 # 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 …]
1 tests = $(TEST_DIR)/selftest.elf2 tests += $(TEST_DIR)/selftest-migration.elf3 tests += $(TEST_DIR)/memory-verify.elf25 tests += $(TEST_DIR)/uv-guest.elf28 tests += $(TEST_DIR)/uv-host.elf30 tests += $(TEST_DIR)/mvpg-sie.elf31 tests += $(TEST_DIR)/spec_ex-sie.elf35 tests += $(TEST_DIR)/adtl-status.elf36 tests += $(TEST_DIR)/migration.elf37 tests += $(TEST_DIR)/pv-attest.elf[all …]