diff options
author | Marc Zyngier <marc.zyngier@arm.com> | 2012-10-05 06:11:11 -0400 |
---|---|---|
committer | Christoffer Dall <cdall@cs.columbia.edu> | 2013-03-06 18:48:43 -0500 |
commit | 3414bbfff98b2524c0b2cdc4d0a78153ebf4f823 (patch) | |
tree | 3f3e152a4864e29b7316f8b0ab9e6e7378638f6d /arch/arm/include | |
parent | c5997563298bc1b9da5212c15544962d4dbbe27d (diff) |
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>
Diffstat (limited to 'arch/arm/include')
-rw-r--r-- | arch/arm/include/asm/kvm_host.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/include/asm/kvm_host.h b/arch/arm/include/asm/kvm_host.h index eb836e6d3c59..24f457aeba4d 100644 --- a/arch/arm/include/asm/kvm_host.h +++ b/arch/arm/include/asm/kvm_host.h | |||
@@ -183,4 +183,7 @@ struct kvm_one_reg; | |||
183 | int kvm_arm_coproc_get_reg(struct kvm_vcpu *vcpu, const struct kvm_one_reg *); | 183 | int kvm_arm_coproc_get_reg(struct kvm_vcpu *vcpu, const struct kvm_one_reg *); |
184 | int kvm_arm_coproc_set_reg(struct kvm_vcpu *vcpu, const struct kvm_one_reg *); | 184 | int kvm_arm_coproc_set_reg(struct kvm_vcpu *vcpu, const struct kvm_one_reg *); |
185 | 185 | ||
186 | int handle_exit(struct kvm_vcpu *vcpu, struct kvm_run *run, | ||
187 | int exception_index); | ||
188 | |||
186 | #endif /* __ARM_KVM_HOST_H__ */ | 189 | #endif /* __ARM_KVM_HOST_H__ */ |