arm/arm64: KVM: Allow handle_hva_to_gpa to return a value
authorMarc Zyngier <marc.zyngier@arm.com>
Thu, 12 Mar 2015 18:16:50 +0000 (18:16 +0000)
committerChristoffer Dall <christoffer.dall@linaro.org>
Thu, 12 Mar 2015 21:34:30 +0000 (22:34 +0100)
commit1d2ebaccc741a299abfafb848414b01d190f4e33
tree77bc47868944f30e42ef86bc18474a5799fa05d6
parent174178fed338edba66ab9580af0c5d9e1a4e5019
arm/arm64: KVM: Allow handle_hva_to_gpa to return a value

So far, handle_hva_to_gpa was never required to return a value.
As we prepare to age pages at Stage-2, we need to be able to
return a value from the iterator (kvm_test_age_hva).

Adapt the code to handle this situation. No semantic change.

Acked-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
arch/arm/kvm/mmu.c
This page took 0.02496 seconds and 5 git commands to generate.