]> www.infradead.org Git - users/jedix/linux-maple.git/commit
KVM: arm64: Propagate FGT masks to the nVHE hypervisor
authorMarc Zyngier <maz@kernel.org>
Fri, 24 Jan 2025 17:17:42 +0000 (17:17 +0000)
committerMarc Zyngier <maz@kernel.org>
Tue, 6 May 2025 16:35:25 +0000 (17:35 +0100)
commit311ba55a5f8637d9a79035d4ea624236283c8c99
tree42fc6b7f840b68c8daa16f7e4d77d3b04ef88a0b
parentea266c72496873468bd2fdfd53ac1db203330142
KVM: arm64: Propagate FGT masks to the nVHE hypervisor

The nVHE hypervisor needs to have access to its own view of the FGT
masks, which unfortunately results in a bit of data duplication.

Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/include/asm/kvm_host.h
arch/arm64/kvm/arm.c
arch/arm64/kvm/hyp/nvhe/switch.c