commit | c39798f471259dacf56df6bfb2bd071dfe074486 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Tue Sep 06 14:02:12 2016 +0100 |
committer | Christoffer Dall <christoffer.dall@linaro.org> | Thu Sep 08 12:53:00 2016 +0200 |
tree | 00f8627556aa1260b71828f69186c94be11eedc2 | |
parent | 435bca5fe913e2e5f96881a77ab20e653f5ad894 [diff] |
arm: KVM: Handle async aborts delivered while at HYP Just like for arm64, we can handle asynchronous aborts being delivered at HYP while being caused by the guest. We use the exact same method to catch such an abort, and soldier on. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>