Lines Matching full:run
61 ./x86-run ./x86/msr.flat
66 to run them all.
68 All tests can be run using QEMU. On arm, arm64, riscv32, and riscv64 tests can
69 also be run using kvmtool.
75 QEMU=/tmp/qemu/x86_64-softmmu/qemu-system-x86_64 ./x86-run ./x86/msr.flat
80 ACCEL=kvm ./x86-run ./x86/msr.flat
91 then run the test(s) like with QEMU above.
100 This is only supported with QEMU; kvmtool cannot run the tests under UEFI.
139 Some tests are not safe to run by default, as they may crash the
144 it is only run when invoked
146 a) independently, `ARCH-run ARCH/test`
151 c) by specifying all tests should be run, `./run_tests.sh -a`
160 With the errata condition the unsafe unit test is only run
167 c) by specifying all tests should be run, `./run_tests.sh -a`
232 to run the kernel's ./scripts/checkpatch.pl on new patches.
234 Also run `make shellcheck` before submitting a patch which touches bash