Hi all, After merging the kvm tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: In file included from /scratch/sfr/next/include/linux/preempt.h:10:0, from /scratch/sfr/next/include/linux/preempt_mask.h:4, from /scratch/sfr/next/include/linux/hardirq.h:4, from /scratch/sfr/next/include/linux/kvm_host.h:10, from /scratch/sfr/next/arch/powerpc/kvm/../../../virt/kvm/eventfd.c:24: /scratch/sfr/next/arch/powerpc/kvm/../../../virt/kvm/eventfd.c: In function 'kvm_irq_has_notifier': /scratch/sfr/next/arch/powerpc/kvm/../../../virt/kvm/eventfd.c:879:38: error: 'struct kvm' has no member named 'irq_ack_notifier_list' hlist_for_each_entry_rcu(kian, &kvm->irq_ack_notifier_list, ^ And several more of the same ... Caused by commit e4d57e1ee1ab ("KVM: Move irq notifier implementation into eventfd.c"). This build does not have CONFIG_HAVE_KVM_IRQCHIP set ... I have used the kvm tree from next-20140805 for today. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au