/kvm-unit-tests/x86/ |
H A D | unittests.cfg | 6 # file = <name>.flat # x86 uses .flat files 11 file = apic.flat 18 file = ioapic.flat 24 file = apic.flat 34 file = apic.flat 42 file = ioapic.flat 48 file = cmpxchg8b.flat 52 file = smptest.flat 56 file = smptest.flat 60 file = vmexit.flat [all …]
|
H A D | run | 36 pc_testdev="-device testdev,chardev=testlog -chardev file,id=testlog,path=msr.out"
|
H A D | README | 7 memory size, etc. See file docs/testdev.txt for more details. 15 -chardev file,id=testlog,path=msr.out \
|
/kvm-unit-tests/powerpc/ |
H A D | unittests.cfg | 6 # file = <name>.elf # powerpc uses .elf files 16 file = selftest.elf 22 file = selftest-migration.elf 27 file = selftest-migration.elf 33 file = memory-verify.elf 38 file = spapr_hcall.elf 42 file = spapr_vpa.elf 46 file = rtas.elf 53 file = rtas.elf 60 file = rtas.elf [all …]
|
/kvm-unit-tests/lib/s390x/ |
H A D | snippet.h | 17 #define SNIPPET_NAME_START(type, file) \ argument 18 _binary_s390x_snippets_##type##_##file##_gbin_start 19 #define SNIPPET_NAME_END(type, file) \ argument 20 _binary_s390x_snippets_##type##_##file##_gbin_end 21 #define SNIPPET_HDR_START(type, file) \ argument 22 _binary_s390x_snippets_##type##_##file##_hdr_start 23 #define SNIPPET_HDR_END(type, file) \ argument 24 _binary_s390x_snippets_##type##_##file##_hdr_end 28 #define SNIPPET_LEN(type, file) \ argument 29 ((uintptr_t)SNIPPET_NAME_END(type, file) - (uintptr_t)SNIPPET_NAME_START(type, file)) [all …]
|
/kvm-unit-tests/arm/ |
H A D | unittests.cfg | 6 # file = <name>.flat # arm uses .flat files 16 file = selftest.flat 23 file = selftest.flat 29 file = selftest.flat 35 file = selftest.flat 42 file = pci-test.flat 47 file = pmu.flat 52 file = pmu.flat 58 file = pmu.flat 64 file = pmu.flat [all …]
|
/kvm-unit-tests/scripts/ |
H A D | kernel-doc | 323 my $file = shift @ARGV; 324 push(@export_file_list, $file); 460 my $file = shift; 480 emit_warning("${file}:$.", "duplicate section name '$name'\n"); 496 my $file = shift; 510 dump_section($file, $name, $contents); 1102 my ($prototype, $file) = @_; 1113 my $file = shift; 1134 …emit_warning("${file}:$.", "expecting prototype for $decl_type $identifier. Prototype was for $dec… 1244 create_parameterlist($members, ';', $file, $declaration_name); [all …]
|
H A D | get_maintainer.pl | 327 my ($file) = @_; 329 open (my $maint, '<', "$file") 330 or die "$P: Can't open MAINTAINERS file '$file': $!\n"; 357 push(@self_test_info, {file=>$file, linenr=>$i, line=>$line}); 365 my ($file) = $_; 366 return if ($file !~ m@/MAINTAINERS$@); 367 $file = $File::Find::name; 368 return if (! -f $file); 369 push(@mfiles, $file); 397 foreach my $file (@files) { [all …]
|
H A D | mkstandalone.sh | 13 local file="${2:--}" 19 gzip -c "$file" | base64
|
H A D | checkpatch.pl | 41 my $file = 0; 309 'f|file!' => \$file, 365 die "$P: --git cannot be used with --file or --fix\n" if ($git && ($file || $fix)); 988 my ($wordsRef, $file) = @_; 990 if (open(my $words, '<', $file)) { 1000 print("$file: '$line' invalid - ignored\n"); 1007 close($file); 1116 my ($file) = @_; 1118 return if (!(-f $file)); 1122 open(my $include_file, '<', "$file") [all …]
|
H A D | common.bash | 37 elif [[ $line =~ ^file\ *=\ *(.*)$ ]]; then
|
H A D | asm-offsets.mak | 27 echo " * Generated file. DO NOT MODIFY."; \
|
/kvm-unit-tests/riscv/efi/ |
H A D | run | 64 -blockdev node-name=pflash0,driver=file,read-only=on,filename="$EFI_UEFI" \ 65 -drive file.dir="$EFI_CASE_DIR/",file.driver=vvfat,file.rw=on,format=raw,if=virtio \ 80 -blockdev node-name=pflash0,driver=file,read-only=on,filename="$EFI_UEFI" \ 89 -blockdev node-name=pflash0,driver=file,read-only=on,filename="$EFI_UEFI" \ 90 -drive file.dir="$EFI_CASE_DIR/",file.driver=vvfat,file.rw=on,format=raw,if=virtio \ 102 -blockdev node-name=pflash0,driver=file,read-only=on,filename="$EFI_UEFI" \
|
/kvm-unit-tests/x86/efi/ |
H A D | run | 58 -drive file="$EFI_UEFI",format=raw,if=pflash,readonly=on \ 59 -drive file.dir="$EFI_TEST/$EFI_CASE/",file.driver=vvfat,file.rw=on,format=raw,if=virtio \
|
/kvm-unit-tests/arm/efi/ |
H A D | run | 64 -drive file.dir="$EFI_CASE_DIR/",file.driver=vvfat,file.rw=on,format=raw,if=virtio \ 83 -drive file.dir="$EFI_CASE_DIR/",file.driver=vvfat,file.rw=on,format=raw,if=virtio \
|
/kvm-unit-tests/s390x/ |
H A D | unittests.cfg | 6 # file = <name>.elf # s390x uses .elf files 10 file = selftest.elf 16 file = selftest-migration.elf 23 file = selftest-migration.elf 29 file = memory-verify.elf 34 file = intercept.elf 37 file = emulator.elf 40 file = sieve.elf 46 file = sthyi.elf 49 file = skey.elf [all …]
|
/kvm-unit-tests/riscv/ |
H A D | unittests.cfg | 6 # file = <name>.flat # riscv uses .flat files 11 file = selftest.flat 18 file = sbi.flat
|
/kvm-unit-tests/lib/ |
H A D | efi.c | 217 efi_file_t *root, *file; in efi_load_image() local 233 status = root->open(root, &file, path_name, EFI_FILE_MODE_READ, 0); in efi_load_image() 244 status = file->get_info(file, &file_info_guid, &buffer_size, file_info); in efi_load_image() 249 status = file->get_info(file, &file_info_guid, &buffer_size, file_info); in efi_load_image() 260 status = file->read(file, &buffer_size, *data); in efi_load_image() 264 status = file->read(file, &buffer_size, *data); in efi_load_image()
|
/kvm-unit-tests/docs/ |
H A D | unittests.txt | 4 run_tests.sh is driven by the <arch>/unittests.cfg file. That file defines 6 directory, and how to run it. This way, for example, a single file can 31 file 33 file = <filename> 37 on the arch. The directory name is not included, only the file name. 97 Check a file for a particular value before running a test. The check line
|
/kvm-unit-tests/ |
H A D | README | 87 # Tests configuration file 91 runner script reads those information from a configuration file found 94 The configuration file also contain the groups (if any) each test belong 102 Additionally a file of the form 108 may be passed with '-initrd file' to become the unit test's environ, 128 unittests.cfg file. When a unit test is in the nodefault group 156 The ./errata.txt file provides a mapping of the commits needed by errata 159 from the ./errata.txt file and the host's kernel version is provided to 209 Additionally it's helpful to have a common order of file types in patches. 213 file. The orderFile we use is `scripts/git.difforder`; adding the config
|
H A D | README.md | 87 # Tests configuration file 91 runner script reads those information from a configuration file found 94 The configuration file also contain the groups (if any) each test belong 102 Additionally a file of the form 108 may be passed with '-initrd file' to become the unit test's environ, 128 unittests.cfg file. When a unit test is in the nodefault group 156 The ./errata.txt file provides a mapping of the commits needed by errata 159 from the ./errata.txt file and the host's kernel version is provided to 209 Additionally it's helpful to have a common order of file types in patches. 213 file. The orderFile we use is `scripts/git.difforder`; adding the config
|
H A D | .editorconfig | 1 # EditorConfig is a file format and collection of text editor plugins
|
H A D | COPYRIGHT | 6 as published by the Free Software Foundation. See the file LICENSE for details.
|
H A D | MAINTAINERS | 4 The intention of this file is not to establish who owns what portions of the 39 Files exclusions are tested before file matches. 45 patch or file. For instance:
|
H A D | .shellcheckrc | 1 # shellcheck configuration file
|