KVM: arm/arm64: Keep GICv2 HYP VAs in kvm_vgic_global_state
As we're about to change the way we map devices at HYP, we need to move away from kern_hyp_va on an IO address. One way of achieving this is to store the VAs in kvm_vgic_global_state, and use that directly from the HYP code. This requires a small change to create_hyp_io_mappings so that it can also return a HYP VA. We take this opportunity to nuke the vctrl_base field in the emulated distributor, as it is not used anymore. Acked-by:Catalin Marinas <catalin.marinas@arm.com> Reviewed-by:
Christoffer Dall <christoffer.dall@linaro.org> Signed-off-by:
Marc Zyngier <marc.zyngier@arm.com>
Showing
- arch/arm/include/asm/kvm_mmu.h 2 additions, 1 deletionarch/arm/include/asm/kvm_mmu.h
- arch/arm64/include/asm/kvm_mmu.h 2 additions, 1 deletionarch/arm64/include/asm/kvm_mmu.h
- arch/arm64/kvm/hyp/vgic-v2-cpuif-proxy.c 1 addition, 1 deletionarch/arm64/kvm/hyp/vgic-v2-cpuif-proxy.c
- include/kvm/arm_vgic.h 6 additions, 6 deletionsinclude/kvm/arm_vgic.h
- virt/kvm/arm/mmu.c 15 additions, 5 deletionsvirt/kvm/arm/mmu.c
- virt/kvm/arm/vgic/vgic-init.c 0 additions, 6 deletionsvirt/kvm/arm/vgic/vgic-init.c
- virt/kvm/arm/vgic/vgic-v2.c 12 additions, 14 deletionsvirt/kvm/arm/vgic/vgic-v2.c
Loading
Please register or sign in to comment