commit | 4055710baca8cb067b059a635cf851eb86410a83 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Tue Sep 06 14:02:15 2016 +0100 |
committer | Christoffer Dall <christoffer.dall@linaro.org> | Thu Sep 08 12:53:00 2016 +0200 |
tree | 3dc5d0ab2b508ae876d4f350d070433623cfe826 | |
parent | e656a1f91e701e6a1eddf8c029b45639b60877d5 [diff] |
arm/arm64: KVM: Inject virtual abort when guest exits on external abort If we spot a data abort bearing the ESR_EL2.EA bit set, we know that this is an external abort, and that should be punished by the injection of an abort. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>