ARM: KVM: move exit handler selection to a separate file
authorMarc Zyngier <marc.zyngier@arm.com>
Fri, 5 Oct 2012 10:11:11 +0000 (11:11 +0100)
committerChristoffer Dall <cdall@cs.columbia.edu>
Wed, 6 Mar 2013 23:48:43 +0000 (15:48 -0800)
commit3414bbfff98b2524c0b2cdc4d0a78153ebf4f823
tree3f3e152a4864e29b7316f8b0ab9e6e7378638f6d
parentc5997563298bc1b9da5212c15544962d4dbbe27d
ARM: KVM: move exit handler selection to a separate file

The exit handler selection code cannot be shared with arm64
(two different modes, more exception classes...).

Move it to a separate file (handle_exit.c).

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Christoffer Dall <cdall@cs.columbia.edu>
arch/arm/include/asm/kvm_host.h
arch/arm/kvm/Makefile
arch/arm/kvm/arm.c
arch/arm/kvm/handle_exit.c [new file with mode: 0644]