Home
last modified time | relevance | path

Searched refs:txt (Results 1 – 25 of 73) sorted by relevance

123

/qemu/scripts/ci/
H A Dcoverage-summary.sh15 gcovr -p -o raw-report.txt
18 sed s@$PWD\/@@ raw-report.txt | sed s/[0-9]\*[,-]//g > simplified.txt
21 awk '/.[ch]$/ { printf("%s", $0); next } 1' simplified.txt > rejoined.txt
24 column -t rejoined.txt > final.txt
27 grep -v "0%" final.txt
/qemu/tests/multiboot/
H A Dmodules.out9 === Running test case: modules.elf -initrd module.txt ===
12 [102000] Module: 103000 - 103038 (56 bytes) 'module.txt'
16 === Running test case: modules.elf -initrd module.txt argument ===
19 [102000] Module: 103000 - 103038 (56 bytes) 'module.txt argument'
23 === Running test case: modules.elf -initrd module.txt argument,,with,,commas ===
26 [102000] Module: 103000 - 103038 (56 bytes) 'module.txt argument,with,commas'
30 === Running test case: modules.elf -initrd module.txt,module.txt argument,module.txt ===
33 [102000] Module: 103000 - 103038 (56 bytes) 'module.txt'
35 [102010] Module: 104000 - 104038 (56 bytes) 'module.txt argument'
37 [102020] Module: 105000 - 105038 (56 bytes) 'module.txt'
H A Drun_test.sh64 run_qemu modules.elf -initrd module.txt
/qemu/tests/data/qobject/
H A Dqdict.txt24 3270.txt: 10964
33 3c359.txt: 2463
40 3c505.txt: 1831
43 3c509.txt: 9006
91 53c700.txt: 5042
109 6pack.txt: 7940
161 83xx-512x-pci.txt: 1323
169 8xxx_gpio.txt: 1343
174 9p.txt: 5113
194 aacraid.txt: 6849
[all …]
/qemu/tests/docker/
H A Drun35 if test -f /packages.txt; then
37 cat /packages.txt
H A Dtest-fuzz21 export LSAN_OPTIONS=suppressions=scripts/oss-fuzz/lsan_suppressions.txt
/qemu/tests/qtest/
H A Dcdrom-test.c69 char txt[] = "empty disc"; in prepare_image() local
71 if (!g_file_set_contents(codefile, txt, sizeof(txt) - 1, NULL)) { in prepare_image()
/qemu/python/
H A DMakefile60 $(QEMU_MINVENV_DIR) $(QEMU_MINVENV_DIR)/bin/activate: setup.cfg tests/minreqs.txt
69 $(PIP_INSTALL) -r tests/minreqs.txt 1>/dev/null; \
/qemu/target/hexagon/
H A Dgen_trans_funcs.py44 def code_fmt(txt): argument
45 return textwrap.indent(textwrap.dedent(txt), " ")
/qemu/docs/about/
H A Dlicense.rst9 License <https://www.gnu.org/licenses/gpl-2.0.txt>`__, version 2. Parts
/qemu/tests/docker/dockerfiles/
H A Dpython.docker21 RUN rpm -q $PACKAGES | sort > /packages.txt
H A Ddebian-xtensa-cross.docker20 dpkg-query --showformat '${Package}_${Version}_${Architecture}\n' --show > /packages.txt
H A Ddebian-tricore-cross.docker36 dpkg-query --showformat '${Package}_${Version}_${Architecture}\n' --show > /packages.txt
H A Ddebian-loongarch-cross.docker36 dpkg-query --showformat '${Package}_${Version}_${Architecture}\n' --show > /packages.txt
H A Ddebian-legacy-test-cross.docker40 dpkg-query --showformat '${Package}_${Version}_${Architecture}\n' --show > /packages.txt
H A Ddebian-hexagon-cross.docker37 dpkg-query --showformat '${Package}_${Version}_${Architecture}\n' --show > /packages.txt
/qemu/roms/
H A DMakefile212 rm -rf edk2/Conf/{.cache,BuildEnv.sh,build_rule.txt,target.txt,tools_def.txt}
/qemu/docs/
H A Dxen-save-devices-state.txt7 These operations are normally used with migration (see migration.txt),
/qemu/docs/system/
H A Dsecrets.rst58 -object secret,id=secvnc0,file=vnc-password.txt
61 In this example the file ``vnc-password.txt`` contains the plain text secret
72 -object secret,id=sec0,file=vnc-password.txt,format=base64
/qemu/contrib/gitdm/
H A Dfiletypes.txt97 filetype devel-doc \.txt$
143 filetype documentation \.txt$
/qemu/pc-bios/
H A Dedk2-licenses.txt1 ==> edk2/License.txt <==
54 ==> edk2/License-History.txt <==
55 License-History.txt
62 under the terms listed in the License.txt file. Terms under which Contributions
63 made prior to the move to the License.txt formulation are shown below. Those
110 License.txt: BSD 2-Clause License
138 Contributions.txt: TianoCore Contribution Agreement 1.1
257 or when applicable, in the associated License.txt file.
263 when applicable, in the associated License.txt file.
266 indicated in or with such Content (for example, in a License.txt file).
[all …]
H A Dmeson.build79 'edk2-licenses.txt',
/qemu/
H A Dpythondeps.toml26 # Please keep the installed versions in sync with docs/requirements.txt
H A Dqemu.nsi221 Delete "$INSTDIR\stderr.txt"
222 Delete "$INSTDIR\stdout.txt"
/qemu/hw/usb/
H A Dbus.c536 static const char *txt[] = { in usb_speed() local
542 if (speed >= ARRAY_SIZE(txt)) in usb_speed()
544 return txt[speed]; in usb_speed()

123