Lines Matching full:for
3 See http://www.linux-kvm.org/page/KVM-unit-tests for a high-level
9 This directory contains sources for a KVM test suite.
18 NOTE: GCC cross-compiler is required for [build on macOS](README.macOS.md).
22 A cross compiler may be configured by specifying a cross prefix. For example,
23 for arm64
35 clang may also be used with cross binutils when cross-compiling. For example,
36 for riscv64
68 By default the runner script searches for a suitable QEMU binary in the system.
74 To select an accelerator, for example "kvm", "hvf" or "tcg", specify the
79 For running tests that involve migration from one QEMU instance to another
89 The test case may need specific runtime configurations, for
100 Unit tests use QEMU's '-append args...' parameter for command line
127 1) Adding 'nodefault' to the groups field for the unit test in the
167 ./scripts: general architecture neutral helper scripts for building and running tests
168 ./scripts/<ARCH>: architecture dependent helper scripts for building and running tests
169 ./lib: general architecture neutral services for the tests
170 ./lib/<ARCH>: architecture dependent services for the tests
173 See ./ARCH/README for architecture specific documentation.
178 existing files should be consistent with the existing style. For new
183 - Shell: use TABs for indentation
204 You can add the following to .git/config to do this automatically for you: