/qemu/scripts/ci/ |
H A D | coverage-summary.sh | 15 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 D | modules.out | 9 === 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 D | run_test.sh | 64 run_qemu modules.elf -initrd module.txt
|
/qemu/tests/data/qobject/ |
H A D | qdict.txt | 24 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 D | run | 35 if test -f /packages.txt; then 37 cat /packages.txt
|
H A D | test-fuzz | 21 export LSAN_OPTIONS=suppressions=scripts/oss-fuzz/lsan_suppressions.txt
|
/qemu/tests/qtest/ |
H A D | cdrom-test.c | 69 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 D | Makefile | 60 $(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 D | gen_trans_funcs.py | 44 def code_fmt(txt): argument 45 return textwrap.indent(textwrap.dedent(txt), " ")
|
/qemu/docs/about/ |
H A D | license.rst | 9 License <https://www.gnu.org/licenses/gpl-2.0.txt>`__, version 2. Parts
|
/qemu/tests/docker/dockerfiles/ |
H A D | python.docker | 21 RUN rpm -q $PACKAGES | sort > /packages.txt
|
H A D | debian-xtensa-cross.docker | 20 dpkg-query --showformat '${Package}_${Version}_${Architecture}\n' --show > /packages.txt
|
H A D | debian-tricore-cross.docker | 36 dpkg-query --showformat '${Package}_${Version}_${Architecture}\n' --show > /packages.txt
|
H A D | debian-loongarch-cross.docker | 36 dpkg-query --showformat '${Package}_${Version}_${Architecture}\n' --show > /packages.txt
|
H A D | debian-legacy-test-cross.docker | 40 dpkg-query --showformat '${Package}_${Version}_${Architecture}\n' --show > /packages.txt
|
H A D | debian-hexagon-cross.docker | 37 dpkg-query --showformat '${Package}_${Version}_${Architecture}\n' --show > /packages.txt
|
/qemu/roms/ |
H A D | Makefile | 212 rm -rf edk2/Conf/{.cache,BuildEnv.sh,build_rule.txt,target.txt,tools_def.txt}
|
/qemu/docs/ |
H A D | xen-save-devices-state.txt | 7 These operations are normally used with migration (see migration.txt),
|
/qemu/docs/system/ |
H A D | secrets.rst | 58 -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 D | filetypes.txt | 97 filetype devel-doc \.txt$ 143 filetype documentation \.txt$
|
/qemu/pc-bios/ |
H A D | edk2-licenses.txt | 1 ==> 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 D | meson.build | 79 'edk2-licenses.txt',
|
/qemu/ |
H A D | pythondeps.toml | 26 # Please keep the installed versions in sync with docs/requirements.txt
|
H A D | qemu.nsi | 221 Delete "$INSTDIR\stderr.txt" 222 Delete "$INSTDIR\stdout.txt"
|
/qemu/hw/usb/ |
H A D | bus.c | 536 static const char *txt[] = { in usb_speed() local 542 if (speed >= ARRAY_SIZE(txt)) in usb_speed() 544 return txt[speed]; in usb_speed()
|