Searched +full:migration +full:- +full:skey +full:- +full:parallel (Results 1 – 3 of 3) sorted by relevance
1 /* SPDX-License-Identifier: GPL-2.0-only */3 * Storage Key migration tests6 * - sequential: set storage keys on some pages, migrates the VM and then8 * - parallel: start migration and set and check storage keys on some9 * pages while migration is in process.28 union skey expected_key;29 union skey actual_key;53 * XOR-ing that with the given seed and then multipling the result with two.87 union skey expected_key, actual_key; in verify_test_pattern()123 if (result->verify_failed) in report_verify_result()[all …]
9 [selftest-setup]15 [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]23 file = selftest-migration.elf24 groups = selftest migration27 # This fails due to a QEMU TCG bug so KVM-only until QEMU is fixed upstream[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 …]