Commit 67730e6
committed
KVM: selftests: Use canonical $(ARCH) paths for KVM selftests directories
Use the kernel's canonical $(ARCH) paths instead of the raw target triple
for KVM selftests directories. KVM selftests are quite nearly the only
place in the entire kernel that using the target triple for directories,
tools/testing/selftests/drivers/s390x being the lone holdout.
Using the kernel's preferred nomenclature eliminates the minor, but
annoying, friction of having to translate to KVM's selftests directories,
e.g. for pattern matching, opening files, running selftests, etc.
Opportunsitically delete file comments that reference the full path of the
file, as they are obviously prone to becoming stale, and serve no known
purpose.
Reviewed-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
Acked-by: Claudio Imbrenda <imbrenda@linux.ibm.com>
Acked-by: Andrew Jones <ajones@ventanamicro.com>
Link: https://lore.kernel.org/r/20241128005547.4077116-16-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>1 parent 43fbd8c commit 67730e6
File tree
152 files changed
+176
-212
lines changed- tools/testing/selftests/kvm
- arm64
- include
- arm64
- s390
- x86
- lib
- arm64
- s390
- x86
- s390
- x86
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
152 files changed
+176
-212
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12605 | 12605 | | |
12606 | 12606 | | |
12607 | 12607 | | |
12608 | | - | |
12609 | | - | |
| 12608 | + | |
| 12609 | + | |
12610 | 12610 | | |
12611 | 12611 | | |
12612 | 12612 | | |
| |||
12677 | 12677 | | |
12678 | 12678 | | |
12679 | 12679 | | |
12680 | | - | |
12681 | | - | |
| 12680 | + | |
| 12681 | + | |
12682 | 12682 | | |
12683 | 12683 | | |
12684 | 12684 | | |
| |||
12695 | 12695 | | |
12696 | 12696 | | |
12697 | 12697 | | |
12698 | | - | |
12699 | | - | |
| 12698 | + | |
| 12699 | + | |
12700 | 12700 | | |
12701 | 12701 | | |
12702 | 12702 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
13 | 10 | | |
14 | 11 | | |
15 | 12 | | |
16 | | - | |
17 | 13 | | |
18 | 14 | | |
19 | 15 | | |
| |||
0 commit comments