commit | 1d2ebaccc741a299abfafb848414b01d190f4e33 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Thu Mar 12 18:16:50 2015 +0000 |
committer | Christoffer Dall <christoffer.dall@linaro.org> | Thu Mar 12 22:34:30 2015 +0100 |
tree | 77bc47868944f30e42ef86bc18474a5799fa05d6 | |
parent | 174178fed338edba66ab9580af0c5d9e1a4e5019 [diff] |
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>