arm64: KVM: Inject a Virtual SError if it was pending
authorMarc Zyngier <marc.zyngier@arm.com>
Tue, 6 Sep 2016 13:02:06 +0000 (14:02 +0100)
committerChristoffer Dall <christoffer.dall@linaro.org>
Thu, 8 Sep 2016 10:53:00 +0000 (12:53 +0200)
commitddb3d07cfe90ce58c342cf97ce6ce53ba7d10973
tree10178630a3b5c24a880ce7efd2a3e9e9337a3233
parent20163403a1f2fe3f00f59df2b45ea5cb74b85d97
arm64: KVM: Inject a Virtual SError if it was pending

If we have caught an SError whilst exiting, we've tagged the
exit code with the pending information. In that case, let's
re-inject the error into the guest, after having adjusted
the PC if required.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
arch/arm64/kvm/handle_exit.c