Re: [RFC PATCH 2/2] KVM: arm64: nv: selftests: Access VNCR mapped registers

2025-02-06 Thread Marc Zyngier
On Thu, 06 Feb 2025 16:41:20 +, Ganapatrao Kulkarni wrote: > > With NV2 enabled, some of the EL1/EL2/EL12 register accesses are > transformed to memory accesses. This test code accesses all those > registers in guest code to validate that they are not trapped to L0. > Traps to L0 are invisib

[RFC PATCH 2/2] KVM: arm64: nv: selftests: Access VNCR mapped registers

2025-02-06 Thread Ganapatrao Kulkarni
With NV2 enabled, some of the EL1/EL2/EL12 register accesses are transformed to memory accesses. This test code accesses all those registers in guest code to validate that they are not trapped to L0. Signed-off-by: Ganapatrao Kulkarni --- tools/testing/selftests/kvm/Makefile.kvm | 1 + ..