commit | eddb60fb1443f85c5728f1b1cd4be608c6832a79 | [log] [tgz] |
---|---|---|
author | Paul Mackerras <paulus@samba.org> | Sat Mar 28 14:21:11 2015 +1100 |
committer | Alexander Graf <agraf@suse.de> | Tue Apr 21 15:21:34 2015 +0200 |
tree | a4b4cb322d3e067ba4e53825152ff45efaba9022 | |
parent | 6af27c847ad1b889c29a641dfc41f2d78c46a048 [diff] |
KVM: PPC: Book3S HV: Translate kvmhv_commence_exit to C This replaces the assembler code for kvmhv_commence_exit() with C code in book3s_hv_builtin.c. It also moves the IPI sending code that was in book3s_hv_rm_xics.c into a new kvmhv_rm_send_ipi() function so it can be used by kvmhv_commence_exit() as well as icp_rm_set_vcpu_irq(). Signed-off-by: Paul Mackerras <paulus@samba.org> Signed-off-by: Alexander Graf <agraf@suse.de>