KVM: PPC: MPIC: Add support for KVM_IRQ_LINE
authorAlexander Graf <agraf@suse.de>
Tue, 16 Apr 2013 22:37:57 +0000 (00:37 +0200)
committerAlexander Graf <agraf@suse.de>
Fri, 26 Apr 2013 18:27:25 +0000 (20:27 +0200)
commit5efdb4be598fc2af6937c3387586635ddf6fd2c8
treed29783ce903314e669463e7365a4cebb16db9bc5
parentde9ba2f36368d21314860ee24893a6ffef01e548
KVM: PPC: MPIC: Add support for KVM_IRQ_LINE

Now that all pieces are in place for reusing generic irq infrastructure,
we can copy x86's implementation of KVM_IRQ_LINE irq injection and simply
reuse it for PPC, as it will work there just as well.

Signed-off-by: Alexander Graf <agraf@suse.de>
arch/powerpc/include/uapi/asm/kvm.h
arch/powerpc/kvm/powerpc.c