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

If we have caught an Abort 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/arm/kvm/handle_exit.c