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

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to