diff options
author | Marc Zyngier <maz@kernel.org> | 2021-06-22 08:53:56 +0100 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2021-06-22 08:53:56 +0100 |
commit | 2fea6cf7d32141b9e95e30500f1d50a9f92a7371 (patch) | |
tree | 9901fa2f0cbe3f34c9080ea8424bd11c05f4da17 /tools/testing/selftests/kvm/.gitignore | |
parent | 85c653fcc6353b44ee6cad18746be5bb2b08be42 (diff) | |
parent | b356a831088730a3ef36848cd9f2d62dcac392bf (diff) |
Merge branch kvm-arm64/selftest/sysreg-list-fix into kvmarm-master/next
Selftest updates from Andrew Jones, fixing the sysgreg list
expectations by dealing with multiple configurations, such
as with or without a PMU.
* kvm-arm64/selftest/sysreg-list-fix:
KVM: arm64: Update MAINTAINERS to include selftests
KVM: arm64: selftests: get-reg-list: Split base and pmu registers
KVM: arm64: selftests: get-reg-list: Remove get-reg-list-sve
KVM: arm64: selftests: get-reg-list: Provide config selection option
KVM: arm64: selftests: get-reg-list: Prepare to run multiple configs at once
KVM: arm64: selftests: get-reg-list: Introduce vcpu configs
Diffstat (limited to 'tools/testing/selftests/kvm/.gitignore')
-rw-r--r-- | tools/testing/selftests/kvm/.gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore index 7e2c66155b06..d4838b658820 100644 --- a/tools/testing/selftests/kvm/.gitignore +++ b/tools/testing/selftests/kvm/.gitignore @@ -1,7 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-only /aarch64/debug-exceptions /aarch64/get-reg-list -/aarch64/get-reg-list-sve /aarch64/vgic_init /s390x/memop /s390x/resets |