arm64: KVM: Exit handling
authorMarc Zyngier <marc.zyngier@arm.com>
Mon, 10 Dec 2012 16:40:41 +0000 (16:40 +0000)
committerMarc Zyngier <marc.zyngier@arm.com>
Wed, 12 Jun 2013 15:40:30 +0000 (16:40 +0100)
commitc4b1afd022e93eada6ee4b209be37101cd4b3494
tree8b1470b35d174fcab6d7f7fd7d5f545fc3ba4310
parent55c7401d92e16360e0987afe39355f1eb6300f31
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>
arch/arm64/kvm/handle_exit.c [new file with mode: 0644]