commit | e892597c5f18e6b9afe1fe08da1ded7be196d387 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Sun Jul 13 16:34:02 2025 +0100 |
committer | Marc Zyngier <maz@kernel.org> | Mon Jul 14 12:10:14 2025 +0100 |
tree | 7a80c0d168e49e459dfb2dfc25b3ad97d4b94f56 | |
parent | 61142f8f7bb66df0f9e058414f9942ef29205507 [diff] |
KVM: arm64: selftests: get-reg-list: Simplify feature dependency Describing the dependencies between registers and features is on the masochistic side of things, with hard-coded values that would be better taken from the existing description. Add a couple of helpers to that effect, and repaint the dependency array. More could be done to improve this test, but my interest is wearing thin... Signed-off-by: Marc Zyngier <maz@kernel.org>