From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: buildbot for kvm.git Date: Thu, 25 Nov 2010 11:17:33 +0200 Message-ID: <4CEE29AD.8010107@redhat.com> References: <4CDA9E9A.9040708@redhat.com> <201011242315.23682.gollub@b1-systems.de> <4CECE7A9.3090509@redhat.com> <201011251003.22180.gollub@b1-systems.de> <559BE793-1B28-4133-BE44-C26E8E16DDA1@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Daniel Gollub , KVM list , Christian Berendt To: Alexander Graf Return-path: Received: from mx1.redhat.com ([209.132.183.28]:43821 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751613Ab0KYJRn (ORCPT ); Thu, 25 Nov 2010 04:17:43 -0500 In-Reply-To: <559BE793-1B28-4133-BE44-C26E8E16DDA1@suse.de> Sender: kvm-owner@vger.kernel.org List-ID: On 11/25/2010 03:20 AM, Alexander Graf wrote: > On 24.11.2010, at 22:03, Daniel Gollub wrote: > > > On Wednesday, November 24, 2010 11:23:37 pm Avi Kivity wrote: > >>> powerpc not ready yet - trivial $ARCH change required in the buildbot > >>> master configuration. > > > > powerpc builders are now also setup and already spot something. > > > > Build issue with ppc44x: > > http://buildbot.b1-systems.de/kvm/builders/ppc44x/builds/2/steps/compile/logs/stdio > > > > Build issue with ppc64: > > http://buildbot.b1-systems.de/kvm/builders/ppc64/builds/4/steps/compile/logs/stdio > > Same bug as the one of the S390 ones. > > Avi, my (whitespace broken) patch for this is: > > diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h > index f17beae..da0794f 100644 > --- a/include/linux/kvm_host.h > +++ b/include/linux/kvm_host.h > @@ -673,11 +673,13 @@ static inline int kvm_irqfd(struct kvm *kvm, int fd, int gsi, int flags) > > static inline void kvm_irqfd_release(struct kvm *kvm) {} > > +#ifdef CONFIG_HAVE_KVM_IRQCHIP > static inline void kvm_irq_routing_update(struct kvm *kvm, > struct kvm_irq_routing_table *irq_rt) > { > rcu_assign_pointer(kvm->irq_routing, irq_rt); > } > +#endif > > static inline int kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) > { > > > Have you fixed this locally in your tree already or do you want to pull from me? I don't have this locally. -- error compiling committee.c: too many arguments to function