OSDN Git Service

KVM: PPC: Support irq routing and irqfd for in-kernel MPIC
authorAlexander Graf <agraf@suse.de>
Tue, 16 Apr 2013 15:42:19 +0000 (17:42 +0200)
committerAlexander Graf <agraf@suse.de>
Fri, 26 Apr 2013 18:27:25 +0000 (20:27 +0200)
commitde9ba2f36368d21314860ee24893a6ffef01e548
tree32b5a67e3c6e1b4d74f7411910acf92549cb1e4f
parenteb1e4f43e0f47f2655372c7d32c43db9711c278e
KVM: PPC: Support irq routing and irqfd for in-kernel MPIC

Now that all the irq routing and irqfd pieces are generic, we can expose
real irqchip support to all of KVM's internal helpers.

This allows us to use irqfd with the in-kernel MPIC.

Signed-off-by: Alexander Graf <agraf@suse.de>
Documentation/virtual/kvm/devices/mpic.txt
arch/powerpc/include/asm/kvm_host.h
arch/powerpc/include/uapi/asm/kvm.h
arch/powerpc/kvm/Kconfig
arch/powerpc/kvm/Makefile
arch/powerpc/kvm/irq.h [new file with mode: 0644]
arch/powerpc/kvm/mpic.c