Home
last modified time | relevance | path

Searched full:txt (Results 1 – 18 of 18) sorted by relevance

/kvm-unit-tests/
H A D.gitlab-ci.yml52 | tee results.txt
53 - grep -q PASS results.txt && ! grep -q FAIL results.txt
66 | tee results.txt
67 - grep -q PASS results.txt && ! grep -q FAIL results.txt
80 | tee results.txt
81 - grep -q PASS results.txt && ! grep -q FAIL results.txt
112 | tee results.txt
113 - grep -q PASS results.txt && ! grep -q FAIL results.txt
126 | tee results.txt
127 - grep -q PASS results.txt && ! grep -q FAIL results.txt
[all …]
H A D.travis.yml33 ACCEL="${ACCEL:-tcg}" ./run_tests.sh -v $TESTS | tee results.txt &&
34 grep -q PASS results.txt && ! grep -q FAIL results.txt ;
H A DREADME171 The ./errata.txt file provides a mapping of the commits needed by errata
174 from the ./errata.txt file and the host's kernel version is provided to
H A DREADME.md171 The ./errata.txt file provides a mapping of the commits needed by errata
174 from the ./errata.txt file and the host's kernel version is provided to
H A Drun_tests.sh39 docs/unittests.txt)
H A Dconfigure61 erratatxt="$srcdir/errata.txt"
105 --erratatxt=FILE specify a file to use instead of errata.txt. Use
/kvm-unit-tests/ci/
H A Dcirrus-ci-macos-i386.yml36 | tee results.txt
37 - grep -q PASS results.txt && ! grep -q FAIL results.txt
H A Dcirrus-ci-macos-x86-64.yml40 | tee results.txt
41 - grep -q PASS results.txt && ! grep -q FAIL results.txt
H A Dcirrus-ci-fedora.yml73 | tee results.txt
74 - grep -q PASS results.txt && ! grep -q FAIL results.txt
/kvm-unit-tests/lib/
H A Dpci-host-generic.h36 * Documentation/devicetree/bindings/pci/host-generic-pci.txt describes
H A Dpci-edu.h13 * docs/specs/edu.txt in QEMU repository for EDU device manual.
H A Dpci-host-generic.c49 * See kernel Documentation/devicetree/bindings/pci/host-generic-pci.txt
H A Ddevicetree.h7 * Documentation/devicetree/booting-without-of.txt
/kvm-unit-tests/x86/
H A DREADME7 memory size, etc. See file docs/testdev.txt for more details.
/kvm-unit-tests/lib/arm/
H A Dgic.c45 * Documentation/devicetree/bindings/interrupt-controller/arm,gic.txt
46 * Documentation/devicetree/bindings/interrupt-controller/arm,gic-v3.txt
/kvm-unit-tests/arm/
H A Dcstart64.S34 * Documentation/arm64/booting.txt
/kvm-unit-tests/scripts/
H A Dcheckpatch.pl68 my $spelling_file = "$D/spelling.txt";
70 my $codespellfile = "/usr/share/codespell/dictionary.txt";
344 # If /usr/share/codespell/dictionary.txt is not present, try to find it
345 # under codespell's install directory: <codespell_root>/data/dictionary.txt
352 codespell_file = op.join(codespell_dir, 'data', 'dictionary.txt')
2718 if ($1 =~ m@Documentation/admin-guide/kernel-parameters.txt$@) {
3437 ($realfile =~ m@^Documentation/devicetree/bindings/.*\.txt$@)) {
7231 …"__setup appears un-documented -- check Documentation/admin-guide/kernel-parameters.txt\n" . $here…
H A Dkernel-doc2374 if (open(SOURCE_MAP, "<.tmp_filelist.txt")) {