[PATCH 4/9] KVM: PPC: Book3S: Generalize interfaces to interrupt controller emulation

2013-02-14 Thread Paul Mackerras
This makes the XICS interrupt controller emulation code export a struct containing function pointers for the various calls into the XICS code. The generic book3s code then uses these function pointers instead of calling directly into the XICS code (except for the XICS instantiation function).

[PATCH 4/9] KVM: PPC: Book3S: Generalize interfaces to interrupt controller emulation

2013-02-14 Thread Paul Mackerras
This makes the XICS interrupt controller emulation code export a struct containing function pointers for the various calls into the XICS code. The generic book3s code then uses these function pointers instead of calling directly into the XICS code (except for the XICS instantiation function).