arm64: KVM: Exit handling
authorMarc Zyngier <marc.zyngier@arm.com>
Mon, 10 Dec 2012 16:40:41 +0000 (16:40 +0000)
committerChristoffer Dall <christoffer.dall@linaro.org>
Thu, 2 Oct 2014 15:10:28 +0000 (17:10 +0200)
commitb0353aa3722552c9058737452c9bec86d73ccdad
treea4fc703aec5705572faaa16d7002e208884fa231
parent066bddb132227937d1f68dc5ec4554786e393345
arm64: KVM: Exit handling

Handle the exit of a VM, decoding the exit reason from HYP mode
and calling the corresponding handler.

Reviewed-by: Christopher Covington <cov@codeaurora.org>
Reviewed-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
(cherry picked from commit c4b1afd022e93eada6ee4b209be37101cd4b3494)
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
arch/arm64/kvm/handle_exit.c [new file with mode: 0644]