Re: [PATCH 00/17] KVM: PPC: In-kernel MPIC support with irqfd v3

2013-04-25 Thread Michael S. Tsirkin
On Fri, Apr 19, 2013 at 04:06:11PM +0200, Alexander Graf wrote: Hi, This patch set contains a fully working implementation of the in-kernel MPIC from Scott with a few fixups and a new version of my irqfd generalization patch set. For patches 1-8: Acked-by: Michael S. Tsirkin m...@redhat.com

[PATCH 00/17] KVM: PPC: In-kernel MPIC support with irqfd v3

2013-04-19 Thread Alexander Graf
Hi, This patch set contains a fully working implementation of the in-kernel MPIC from Scott with a few fixups and a new version of my irqfd generalization patch set. v1 - v2: - depend on CONFIG_ defines rather than __KVM defines - fix compile issues - fix the kvm_irqchip{,s} typo v2 -