Re: [PATCH] KVM: PPC: Fix compile warning

2010-11-25 Thread Alexander Graf
On 25.11.2010, at 10:36, Avi Kivity wrote: > On 11/25/2010 11:25 AM, Alexander Graf wrote: >> KVM compilation fails with the following warning: >> >> include/linux/kvm_host.h: In function 'kvm_irq_routing_update': >> include/linux/kvm_host.h:679:2: error: 'struct kvm' has no member named >> 'ir

Re: [PATCH] KVM: PPC: Fix compile warning

2010-11-25 Thread Avi Kivity
On 11/25/2010 11:25 AM, Alexander Graf wrote: KVM compilation fails with the following warning: include/linux/kvm_host.h: In function 'kvm_irq_routing_update': include/linux/kvm_host.h:679:2: error: 'struct kvm' has no member named 'irq_routing' That function is only used and reasonable to hav

[PATCH] KVM: PPC: Fix compile warning

2010-11-25 Thread Alexander Graf
KVM compilation fails with the following warning: include/linux/kvm_host.h: In function 'kvm_irq_routing_update': include/linux/kvm_host.h:679:2: error: 'struct kvm' has no member named 'irq_routing' That function is only used and reasonable to have on systems that implement an in-kernel interru