]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
KVM: arm64: Add selftest checking how the absence of GICv3 is handled
authorMarc Zyngier <maz@kernel.org>
Tue, 27 Aug 2024 15:25:17 +0000 (16:25 +0100)
committerMarc Zyngier <maz@kernel.org>
Tue, 27 Aug 2024 17:32:56 +0000 (18:32 +0100)
commitde2e75209303b98d3169a249a1bc847be9657d9b
treee5e3fc190348f663acc586f761563db3aacb268f
parentcd08d3216fc4e684f05fe4cf696a275a975f6499
KVM: arm64: Add selftest checking how the absence of GICv3 is handled

Given how tortuous and fragile the whole lack-of-GICv3 story is,
add a selftest checking that we don't regress it.

Reviewed-by: Oliver Upton <oliver.upton@linux.dev>
Link: https://lore.kernel.org/r/20240827152517.3909653-12-maz@kernel.org
Signed-off-by: Marc Zyngier <maz@kernel.org>
tools/testing/selftests/kvm/Makefile
tools/testing/selftests/kvm/aarch64/no-vgic-v3.c [new file with mode: 0644]