commit | c934243ca0aa464610a8b8ff85c7a777bf066ce4 | [log] [tgz] |
---|---|---|
author | Paul Mackerras <paulus@samba.org> | Fri Sep 06 13:24:13 2013 +1000 |
committer | Alexander Graf <agraf@suse.de> | Thu Oct 17 14:45:00 2013 +0200 |
tree | 9f87a90c74857db4afa6754c1e37344d9e80d0c3 | |
parent | 218309b75b5e800af952362b5cbb086fa64f59ba [diff] |
KVM: PPC: Book3S HV: Pull out interrupt-reading code into a subroutine This moves the code in book3s_hv_rmhandlers.S that reads any pending interrupt from the XICS interrupt controller, and works out whether it is an IPI for the guest, an IPI for the host, or a device interrupt, into a new function called kvmppc_read_intr. Later patches will need this. Signed-off-by: Paul Mackerras <paulus@samba.org> Signed-off-by: Alexander Graf <agraf@suse.de>